[2.4] - plugins - language update for 2.4.2

git-svn-id: http://piwigo.org/svn/branches/2.4@17103 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
ddtddt
2012-07-25 21:15:06 +00:00
parent bf8f4bb0ba
commit b7abe14df6
17 changed files with 157 additions and 16 deletions
@@ -0,0 +1 @@
Laat administrateurs toe om die gallery as 'n gas te sien en/of die taal en/of die tema onmiddelik te verander. Dit is handig om foute op te spoor...
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>
@@ -1 +1 @@
Erlaubt Administratoren die Galerie als Gast oder in einer anderen Sprache anzusehen ohne sich abzumelden. Praktisch für die Fehlersuche...
Erlaubt Administratoren, die Galerie als Gast oder in einer anderen Sprache anzusehen, ohne sich abzumelden. Praktisch z.B. für die Fehlersuche.
@@ -0,0 +1 @@
Võimaldab administraatoritel samal ajal vaadata oma galeriid külalisena, ning vahetada keele ja teema. Asjalik kui tahad jälgida seadistusi ja muid muutusi...
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>