mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,13 +5,12 @@ function string_plural_select_ca($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "La data de finalització és anterior a la data d'inici de l'apagada, hauríeu d'arreglar-ho";
|
||||
$a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = "Verifiqueu si la configuració actual per a l'apagat. Començarà serà <strong>%s</strong> i s’acabarà <strong>%s</strong>.";
|
||||
$a->strings["Save Settings"] = "Desa la configuració";
|
||||
$a->strings["Redirect URL"] = "Redirigir URL";
|
||||
$a->strings["all your visitors from the web will be redirected to this URL"] = "tots els visitants del web seran redirigits a aquest tema URL";
|
||||
$a->strings["Begin of the Blackout"] = "Inici de l’apagada";
|
||||
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "El format és <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> mes. <em>DD</em> day, <em>hh</em>hora i <em>mm</em> minut.";
|
||||
$a->strings["End of the Blackout"] = "Fi de l’apagada";
|
||||
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>Nota</strong>: La redirecció estarà activa des del moment en què premeu el botó d'enviament. Els usuaris actualment connectats ho faran <strong>no</strong> es llençarà però no es pot tornar a iniciar la sessió un cop s'hagi desactivat l'apagada.";
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this'] = 'La data de finalització és anterior a la data d\'inici de l\'apagada, hauríeu d\'arreglar-ho';
|
||||
$a->strings['Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.'] = 'Verifiqueu si la configuració actual per a l\'apagat. Començarà serà <strong>%s</strong> i s’acabarà <strong>%s</strong>.';
|
||||
$a->strings['Save Settings'] = 'Desa la configuració';
|
||||
$a->strings['Redirect URL'] = 'Redirigir URL';
|
||||
$a->strings['all your visitors from the web will be redirected to this URL'] = 'tots els visitants del web seran redirigits a aquest tema URL';
|
||||
$a->strings['Begin of the Blackout'] = 'Inici de l’apagada';
|
||||
$a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'El format és <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> mes. <em>DD</em> day, <em>hh</em>hora i <em>mm</em> minut.';
|
||||
$a->strings['End of the Blackout'] = 'Fi de l’apagada';
|
||||
$a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out should the blackout is still in place.'] = '<strong>Nota</strong>: La redirecció estarà activa des del moment en què premeu el botó d\'enviament. Els usuaris actualment connectats ho faran <strong>no</strong> es llençarà però no es pot tornar a iniciar la sessió un cop s\'hagi desactivat l\'apagada.';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_cs($n){
|
|||
$n = intval($n);
|
||||
if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
|
||||
}}
|
||||
;
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "Datum konce odstávky je před datem zahájení odstávky, prosím opravte to";
|
||||
$a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = "Prosím zkontrolujte svá aktuální nastavení pro odstávku. Začne <strong>%s</strong> a skončí <strong>%s</strong>.";
|
||||
$a->strings["Save Settings"] = "Uložit nastavení";
|
||||
$a->strings["Redirect URL"] = "URL přesměrování";
|
||||
$a->strings["all your visitors from the web will be redirected to this URL"] = "všichni vaši návštěvníci z webu budou přesměrování na tuto URL adresu";
|
||||
$a->strings["Begin of the Blackout"] = "Zahájení odstávky";
|
||||
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Formát je <tt>RRRR-MM-DD hh:mm</tt>; <em>RRRR</em> rok, <em>MM</em> měsíc, <em>DD</em> den, <em>hh</em> hodina a <em>mm</em> minuta.";
|
||||
$a->strings["End of the Blackout"] = "Konec odstávky";
|
||||
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>Poznámka</strong>: Přesměrování bude aktivní od chvíle, kdy stisknete tlačítko pro odeslání. Aktuálně přihlášení uživatelé <strong>nebudou</strong> odhlášeni, ale po odhlášení se po dobu trvání odstávky nebudou moci znovu přihlásit.";
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this'] = 'Datum konce odstávky je před datem zahájení odstávky, prosím opravte to';
|
||||
$a->strings['Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.'] = 'Prosím zkontrolujte svá aktuální nastavení pro odstávku. Začne <strong>%s</strong> a skončí <strong>%s</strong>.';
|
||||
$a->strings['Save Settings'] = 'Uložit nastavení';
|
||||
$a->strings['Redirect URL'] = 'URL přesměrování';
|
||||
$a->strings['all your visitors from the web will be redirected to this URL'] = 'všichni vaši návštěvníci z webu budou přesměrování na tuto URL adresu';
|
||||
$a->strings['Begin of the Blackout'] = 'Zahájení odstávky';
|
||||
$a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Formát je <tt>RRRR-MM-DD hh:mm</tt>; <em>RRRR</em> rok, <em>MM</em> měsíc, <em>DD</em> den, <em>hh</em> hodina a <em>mm</em> minuta.';
|
||||
$a->strings['End of the Blackout'] = 'Konec odstávky';
|
||||
$a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out should the blackout is still in place.'] = '<strong>Poznámka</strong>: Přesměrování bude aktivní od chvíle, kdy stisknete tlačítko pro odeslání. Aktuálně přihlášení uživatelé <strong>nebudou</strong> odhlášeni, ale po odhlášení se po dobu trvání odstávky nebudou moci znovu přihlásit.';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "Das Enddatum liegt vor dem Startdatum des Blackouts, du solltest dies korrigieren.";
|
||||
$a->strings["Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>."] = "Bitte überprüfe die aktuellen Einstellungen für den Blackout. Start-Zeitpunkt ist <strong>%s</strong>, und das Ende ist <strong>%s</strong>.";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["Redirect URL"] = "Umleitungs-URL";
|
||||
$a->strings["All your visitors from the web will be redirected to this URL."] = "Alle Besucher der Webseite werden zu dieser URL umgeleitet";
|
||||
$a->strings["Begin of the Blackout"] = "Beginn des Blackouts";
|
||||
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Das Format ist <tt>YYYY-MM-DD hh:mm</tt>: <em>YYYY</em> das Jahr, <em>MM</em> der Monat, <em>DD</em> der Tag sowie <em>hh</em> Stunden und <em>mm</em> Minuten.";
|
||||
$a->strings["End of the Blackout"] = "Ende des Blackouts";
|
||||
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out while the blackout is still in place."] = "<strong>Hinweis</strong>: Die Umleitung ist von dem Moment an aktiv, wenn du den \"Einstellungen speichern\"-Button drückst. Derzeit angemeldete Nutzer werden <strong>nicht</strong> ausgeschlossen, können sich aber, nachdem sie sich während des Blackouts ausgeloggt haben, nicht mehr anmelden.";
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'Das Enddatum liegt vor dem Startdatum des Blackouts, du solltest dies korrigieren.';
|
||||
$a->strings['Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>.'] = 'Bitte überprüfe die aktuellen Einstellungen für den Blackout. Start-Zeitpunkt ist <strong>%s</strong>, und das Ende ist <strong>%s</strong>.';
|
||||
$a->strings['Save Settings'] = 'Einstellungen speichern';
|
||||
$a->strings['Redirect URL'] = 'Umleitungs-URL';
|
||||
$a->strings['All your visitors from the web will be redirected to this URL.'] = 'Alle Besucher der Webseite werden zu dieser URL umgeleitet';
|
||||
$a->strings['Begin of the Blackout'] = 'Beginn des Blackouts';
|
||||
$a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Das Format ist <tt>YYYY-MM-DD hh:mm</tt>: <em>YYYY</em> das Jahr, <em>MM</em> der Monat, <em>DD</em> der Tag sowie <em>hh</em> Stunden und <em>mm</em> Minuten.';
|
||||
$a->strings['End of the Blackout'] = 'Ende des Blackouts';
|
||||
$a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out while the blackout is still in place.'] = '<strong>Hinweis</strong>: Die Umleitung ist von dem Moment an aktiv, wenn du den "Einstellungen speichern"-Button drückst. Derzeit angemeldete Nutzer werden <strong>nicht</strong> ausgeschlossen, können sich aber, nachdem sie sich während des Blackouts ausgeloggt haben, nicht mehr anmelden.';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_en_gb($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "The end date is prior to the start date of the blackout, you should fix this";
|
||||
$a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = "Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.";
|
||||
$a->strings["Save Settings"] = "Save Settings";
|
||||
$a->strings["Redirect URL"] = "Redirect URL";
|
||||
$a->strings["all your visitors from the web will be redirected to this URL"] = "Visitors from the web will be redirected to this URL";
|
||||
$a->strings["Begin of the Blackout"] = "Blackout begins";
|
||||
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.";
|
||||
$a->strings["End of the Blackout"] = "Blackout ends";
|
||||
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be affected but can't login again after logging out should the blackout is still in place.";
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this'] = 'The end date is prior to the start date of the blackout, you should fix this';
|
||||
$a->strings['Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.'] = 'Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.';
|
||||
$a->strings['Save Settings'] = 'Save Settings';
|
||||
$a->strings['Redirect URL'] = 'Redirect URL';
|
||||
$a->strings['all your visitors from the web will be redirected to this URL'] = 'Visitors from the web will be redirected to this URL';
|
||||
$a->strings['Begin of the Blackout'] = 'Blackout begins';
|
||||
$a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.';
|
||||
$a->strings['End of the Blackout'] = 'Blackout ends';
|
||||
$a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out should the blackout is still in place.'] = '<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be affected but can\'t login again after logging out should the blackout is still in place.';
|
||||
|
|
|
@ -5,11 +5,10 @@ function string_plural_select_en_us($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Save Settings";
|
||||
$a->strings["Redirect URL"] = "Redirect URL";
|
||||
$a->strings["all your visitors from the web will be redirected to this URL"] = "All your visitors from the web will be redirected to this URL.";
|
||||
$a->strings["Begin of the Blackout"] = "Start time of the Blackout";
|
||||
$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "Format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute";
|
||||
$a->strings["End of the Blackout"] = "End time of the Blackout";
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "The end-date is prior to the start-date of the blackout, you should fix this.";
|
||||
$a->strings['Save Settings'] = 'Save Settings';
|
||||
$a->strings['Redirect URL'] = 'Redirect URL';
|
||||
$a->strings['all your visitors from the web will be redirected to this URL'] = 'All your visitors from the web will be redirected to this URL.';
|
||||
$a->strings['Begin of the Blackout'] = 'Start time of the Blackout';
|
||||
$a->strings['format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute'] = 'Format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute';
|
||||
$a->strings['End of the Blackout'] = 'End time of the Blackout';
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'The end-date is prior to the start-date of the blackout, you should fix this.';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_es($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "La fecha de finalización es anterior a la fecha de inicio del bloqueo, debe corregirlo.";
|
||||
$a->strings["Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>."] = "Verifique la configuración actual del bloqueo. Iniciará <strong>%s</strong> finalizará <strong>%s</strong>.";
|
||||
$a->strings["Save Settings"] = "Guardar configuración";
|
||||
$a->strings["Redirect URL"] = "Redirigir URL";
|
||||
$a->strings["All your visitors from the web will be redirected to this URL."] = "Todos sus visitantes de la web serán redirigidos a esta URL.";
|
||||
$a->strings["Begin of the Blackout"] = "Inicio del apagón.";
|
||||
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> año, <em>MM</em> mes, <em>DD</em> dia, <em>hh</em> hora y <em>mm</em> minuto.";
|
||||
$a->strings["End of the Blackout"] = "Fin del apagón.";
|
||||
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out while the blackout is still in place."] = "<strong>Nota</strong>: La redirección estará activa desde el momento en que presione el botón Enviar. Los usuarios que hayan iniciado sesión actualmente <strong>no</strong> serán expulsados, pero no podrán volver a iniciar sesión después de cerrar la sesión mientras el apagón continúe.";
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'La fecha de finalización es anterior a la fecha de inicio del bloqueo, debe corregirlo.';
|
||||
$a->strings['Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>.'] = 'Verifique la configuración actual del bloqueo. Iniciará <strong>%s</strong> finalizará <strong>%s</strong>.';
|
||||
$a->strings['Save Settings'] = 'Guardar configuración';
|
||||
$a->strings['Redirect URL'] = 'Redirigir URL';
|
||||
$a->strings['All your visitors from the web will be redirected to this URL.'] = 'Todos sus visitantes de la web serán redirigidos a esta URL.';
|
||||
$a->strings['Begin of the Blackout'] = 'Inicio del apagón.';
|
||||
$a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> año, <em>MM</em> mes, <em>DD</em> dia, <em>hh</em> hora y <em>mm</em> minuto.';
|
||||
$a->strings['End of the Blackout'] = 'Fin del apagón.';
|
||||
$a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out while the blackout is still in place.'] = '<strong>Nota</strong>: La redirección estará activa desde el momento en que presione el botón Enviar. Los usuarios que hayan iniciado sesión actualmente <strong>no</strong> serán expulsados, pero no podrán volver a iniciar sesión después de cerrar la sesión mientras el apagón continúe.';
|
||||
|
|
|
@ -5,11 +5,10 @@ function string_plural_select_fi_fi($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Tallenna asetukset";
|
||||
$a->strings["Redirect URL"] = "Uudelleenohjaus URL-osoite";
|
||||
$a->strings["all your visitors from the web will be redirected to this URL"] = "kaikki kävijät uudelleenohjataan tähän URL-osoitteeseen";
|
||||
$a->strings["Begin of the Blackout"] = "Blackout alkaa";
|
||||
$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "formaati on <em>VVVV</em> vuosi, <em>KK</em> kuukausi, <em>PP</em> päivä, <em>tt</em> tunti ja <em>mm</em> minuutti";
|
||||
$a->strings["End of the Blackout"] = "Blackout loppuu";
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "Blackoutin päättymispäivä on ennen alkamispäivää, korjaa tämä.";
|
||||
$a->strings['Save Settings'] = 'Tallenna asetukset';
|
||||
$a->strings['Redirect URL'] = 'Uudelleenohjaus URL-osoite';
|
||||
$a->strings['all your visitors from the web will be redirected to this URL'] = 'kaikki kävijät uudelleenohjataan tähän URL-osoitteeseen';
|
||||
$a->strings['Begin of the Blackout'] = 'Blackout alkaa';
|
||||
$a->strings['format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute'] = 'formaati on <em>VVVV</em> vuosi, <em>KK</em> kuukausi, <em>PP</em> päivä, <em>tt</em> tunti ja <em>mm</em> minuutti';
|
||||
$a->strings['End of the Blackout'] = 'Blackout loppuu';
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'Blackoutin päättymispäivä on ennen alkamispäivää, korjaa tämä.';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_fr($n){
|
|||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "La date de fin est antérieure à la date de début du blackout, vous devriez changer ça.";
|
||||
$a->strings["Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>."] = "S'il vous plaît, vérifiez à nouveau les réglages actuels du blackout. Il commencera à <strong>%s</strong> finira à <strong>%s</strong>.";
|
||||
$a->strings["Save Settings"] = "Sauvegarder les paramètres";
|
||||
$a->strings["Redirect URL"] = "Adresse URL de redirection";
|
||||
$a->strings["All your visitors from the web will be redirected to this URL."] = "Tous les visiteurs venant du web seront redirigés vers cette URL.";
|
||||
$a->strings["Begin of the Blackout"] = "Début de l'extinction";
|
||||
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Le format est <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> année, <em>MM</em>mois, <em>DD</em> jour, <em>hh</em>heure et <em>mm</em>minute.";
|
||||
$a->strings["End of the Blackout"] = "Fin de l'extinction";
|
||||
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out while the blackout is still in place."] = "<strong>Note</strong>: La redirection sera active à partir du moment où vous pressez le bouton d'envoi. Les utilisateurs actuellement connectés ne seront pas éjectés mais <strong> ne </strong> pourront se connecter à nouveau après s'être déconnectés, pendant que le blackout est encore en cours.";
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'La date de fin est antérieure à la date de début du blackout, vous devriez changer ça.';
|
||||
$a->strings['Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>.'] = 'S\'il vous plaît, vérifiez à nouveau les réglages actuels du blackout. Il commencera à <strong>%s</strong> finira à <strong>%s</strong>.';
|
||||
$a->strings['Save Settings'] = 'Sauvegarder les paramètres';
|
||||
$a->strings['Redirect URL'] = 'Adresse URL de redirection';
|
||||
$a->strings['All your visitors from the web will be redirected to this URL.'] = 'Tous les visiteurs venant du web seront redirigés vers cette URL.';
|
||||
$a->strings['Begin of the Blackout'] = 'Début de l\'extinction';
|
||||
$a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Le format est <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> année, <em>MM</em>mois, <em>DD</em> jour, <em>hh</em>heure et <em>mm</em>minute.';
|
||||
$a->strings['End of the Blackout'] = 'Fin de l\'extinction';
|
||||
$a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out while the blackout is still in place.'] = '<strong>Note</strong>: La redirection sera active à partir du moment où vous pressez le bouton d\'envoi. Les utilisateurs actuellement connectés ne seront pas éjectés mais <strong> ne </strong> pourront se connecter à nouveau après s\'être déconnectés, pendant que le blackout est encore en cours.';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_hu($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "A befejezési dátum az áramszünet kezdési dátuma előtt van, ezt javítania kell.";
|
||||
$a->strings["Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>."] = "Ellenőrizze még egyszer az áramszünet jelenlegi beállításait. A kezdete <strong>%s</strong> és a vége <strong>%s</strong> lesz.";
|
||||
$a->strings["Save Settings"] = "Beállítások mentése";
|
||||
$a->strings["Redirect URL"] = "Átirányítási URL";
|
||||
$a->strings["All your visitors from the web will be redirected to this URL."] = "A webről érkező összes látogatója át lesz irányítva erre az URL-re.";
|
||||
$a->strings["Begin of the Blackout"] = "Az áramszünet kezdete";
|
||||
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "A formátum <tt>ÉÉÉÉ-HH-NN óó:pp</tt>, ahol <em>ÉÉÉÉ</em> az év, <em>HH</em> a hónap, <em>NN</em> a nap, <em>óó</em> az óra és <em>pp</em> a perc.";
|
||||
$a->strings["End of the Blackout"] = "Az áramszünet vége";
|
||||
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out while the blackout is still in place."] = "<strong>Megjegyzés</strong>: Az átirányítás attól a pillanattól kezdve lesz aktív, amikor megnyomja az elküldés gombot. A jelenleg bejelentkezett felhasználók <strong>nem</strong> lesznek kidobva, de nem tudnak újra bejelentkezni, miután kijelentkeztek és az áramszünet még hatályban van.";
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'A befejezési dátum az áramszünet kezdési dátuma előtt van, ezt javítania kell.';
|
||||
$a->strings['Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>.'] = 'Ellenőrizze még egyszer az áramszünet jelenlegi beállításait. A kezdete <strong>%s</strong> és a vége <strong>%s</strong> lesz.';
|
||||
$a->strings['Save Settings'] = 'Beállítások mentése';
|
||||
$a->strings['Redirect URL'] = 'Átirányítási URL';
|
||||
$a->strings['All your visitors from the web will be redirected to this URL.'] = 'A webről érkező összes látogatója át lesz irányítva erre az URL-re.';
|
||||
$a->strings['Begin of the Blackout'] = 'Az áramszünet kezdete';
|
||||
$a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'A formátum <tt>ÉÉÉÉ-HH-NN óó:pp</tt>, ahol <em>ÉÉÉÉ</em> az év, <em>HH</em> a hónap, <em>NN</em> a nap, <em>óó</em> az óra és <em>pp</em> a perc.';
|
||||
$a->strings['End of the Blackout'] = 'Az áramszünet vége';
|
||||
$a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out while the blackout is still in place.'] = '<strong>Megjegyzés</strong>: Az átirányítás attól a pillanattól kezdve lesz aktív, amikor megnyomja az elküldés gombot. A jelenleg bejelentkezett felhasználók <strong>nem</strong> lesznek kidobva, de nem tudnak újra bejelentkezni, miután kijelentkeztek és az áramszünet még hatályban van.';
|
||||
|
|
|
@ -5,5 +5,4 @@ function string_plural_select_is($n){
|
|||
$n = intval($n);
|
||||
return intval($n % 10 != 1 || $n % 100 == 11);
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Vista stillingar";
|
||||
$a->strings['Save Settings'] = 'Vista stillingar';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_it($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "La data di fine è precedente alla data di inizio blackout, dovresti sistemarle.";
|
||||
$a->strings["Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>."] = "Per favore ricontrolla le impostazioni attuali per il blackout. L'inizio sarà il <strong>%s</strong> e terminerà il <strong>%s</strong>.";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Redirect URL"] = "URL di reindirizzamento";
|
||||
$a->strings["All your visitors from the web will be redirected to this URL."] = "Tutti i tuoi visitatori dal web verranno reindirizzati a questo URL.";
|
||||
$a->strings["Begin of the Blackout"] = "Inzio del blackout";
|
||||
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Il formato è <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> anno, <em>MM</em> mese, <em>DD</em> giorno, <em>hh</em> ora e <em>mm</em> minuto.";
|
||||
$a->strings["End of the Blackout"] = "Fine del blackout";
|
||||
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out while the blackout is still in place."] = "<strong>Nota</strong>: Il reindirizzamento sarà attivo dal momento in cui premerai il pulsante di invio. Gli utenti attualmente autenticati <strong>non</strong> saranno disconnessi ma non potranno accedere in caso di disconnessione fintanto che il blackout sarà attivo.";
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'La data di fine è precedente alla data di inizio blackout, dovresti sistemarle.';
|
||||
$a->strings['Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>.'] = 'Per favore ricontrolla le impostazioni attuali per il blackout. L\'inizio sarà il <strong>%s</strong> e terminerà il <strong>%s</strong>.';
|
||||
$a->strings['Save Settings'] = 'Salva Impostazioni';
|
||||
$a->strings['Redirect URL'] = 'URL di reindirizzamento';
|
||||
$a->strings['All your visitors from the web will be redirected to this URL.'] = 'Tutti i tuoi visitatori dal web verranno reindirizzati a questo URL.';
|
||||
$a->strings['Begin of the Blackout'] = 'Inzio del blackout';
|
||||
$a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Il formato è <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> anno, <em>MM</em> mese, <em>DD</em> giorno, <em>hh</em> ora e <em>mm</em> minuto.';
|
||||
$a->strings['End of the Blackout'] = 'Fine del blackout';
|
||||
$a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out while the blackout is still in place.'] = '<strong>Nota</strong>: Il reindirizzamento sarà attivo dal momento in cui premerai il pulsante di invio. Gli utenti attualmente autenticati <strong>non</strong> saranno disconnessi ma non potranno accedere in caso di disconnessione fintanto che il blackout sarà attivo.';
|
||||
|
|
|
@ -5,11 +5,10 @@ function string_plural_select_ja($n){
|
|||
$n = intval($n);
|
||||
return intval(0);
|
||||
}}
|
||||
;
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "終了日はブラックアウトの開始日より前で、これを修正する必要があります";
|
||||
$a->strings["Save Settings"] = "設定を保存する";
|
||||
$a->strings["Redirect URL"] = "リダイレクト URL";
|
||||
$a->strings["All your visitors from the web will be redirected to this URL."] = "Webからのすべての訪問者はこのURLにリダイレクトされます";
|
||||
$a->strings["Begin of the Blackout"] = "ブラックアウトの始まり";
|
||||
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "形式は<tt> YYYY-MM-DD hh:mm </tt>です。 <em> YYYY </em>年、<em> MM </em>月、<em> DD </em>日、<em> hh </em>時間と<em> mm </em>分。";
|
||||
$a->strings["End of the Blackout"] = "ブラックアウトの終わり";
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = '終了日はブラックアウトの開始日より前で、これを修正する必要があります';
|
||||
$a->strings['Save Settings'] = '設定を保存する';
|
||||
$a->strings['Redirect URL'] = 'リダイレクト URL';
|
||||
$a->strings['All your visitors from the web will be redirected to this URL.'] = 'Webからのすべての訪問者はこのURLにリダイレクトされます';
|
||||
$a->strings['Begin of the Blackout'] = 'ブラックアウトの始まり';
|
||||
$a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = '形式は<tt> YYYY-MM-DD hh:mm </tt>です。 <em> YYYY </em>年、<em> MM </em>月、<em> DD </em>日、<em> hh </em>時間と<em> mm </em>分。';
|
||||
$a->strings['End of the Blackout'] = 'ブラックアウトの終わり';
|
||||
|
|
|
@ -5,11 +5,10 @@ function string_plural_select_nl($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Instellingen opslaan";
|
||||
$a->strings["Redirect URL"] = "URL doorverwijzing";
|
||||
$a->strings["all your visitors from the web will be redirected to this URL"] = "al je bezoekers van het internet zullen worden doorverwezen naar deze URL";
|
||||
$a->strings["Begin of the Blackout"] = "Begin van de Blackout";
|
||||
$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "formaat is <em>JJJJ</em> jaar, <em>MM</em> maand, <em>DD</em> dag, <em>uu</em> uur en <em>mm</em> minuten";
|
||||
$a->strings["End of the Blackout"] = "Einde van de Blackout";
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "De einddatum van de blackout is eerder dan de startdatum, verbeter dit.";
|
||||
$a->strings['Save Settings'] = 'Instellingen opslaan';
|
||||
$a->strings['Redirect URL'] = 'URL doorverwijzing';
|
||||
$a->strings['all your visitors from the web will be redirected to this URL'] = 'al je bezoekers van het internet zullen worden doorverwezen naar deze URL';
|
||||
$a->strings['Begin of the Blackout'] = 'Begin van de Blackout';
|
||||
$a->strings['format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute'] = 'formaat is <em>JJJJ</em> jaar, <em>MM</em> maand, <em>DD</em> dag, <em>uu</em> uur en <em>mm</em> minuten';
|
||||
$a->strings['End of the Blackout'] = 'Einde van de Blackout';
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'De einddatum van de blackout is eerder dan de startdatum, verbeter dit.';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_pl($n){
|
|||
$n = intval($n);
|
||||
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
|
||||
}}
|
||||
;
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "Data zakończenia jest przed datą rozpoczęcia, powinieneś to naprawić";
|
||||
$a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = "Sprawdź dokładnie, czy aktualne ustawienia zaciemnienia. Rozpocznie się <strong>%s</strong> i zakończy się <strong>%s</strong>.";
|
||||
$a->strings["Save Settings"] = "Zapisz ustawienia";
|
||||
$a->strings["Redirect URL"] = "Przekierowanie URL";
|
||||
$a->strings["all your visitors from the web will be redirected to this URL"] = "wszyscy Twoi goście z internetu zostaną przekierowani na ten adres URL";
|
||||
$a->strings["Begin of the Blackout"] = "Rozpocznij Blackout";
|
||||
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Format to <tt>RRRR-MM-DD gg:mm</tt>; <em>RRRR</em> rok, <em>MM</em> miesiąc, <em>DD</em> dzień, <em>gg</em> godzina i <em>mm</em> minuta.";
|
||||
$a->strings["End of the Blackout"] = "Koniec Blackout";
|
||||
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>Uwaga</strong>: Przekierowanie będzie aktywne od momentu naciśnięcia przycisku przesyłania. Użytkownicy aktualnie zalogowani <strong>nie</strong> zostaną wyrzuceni, ale nie będą mogli zalogować się ponownie po wylogowaniu, jeśli zaciemnienie będzie nadal obowiązywać.";
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this'] = 'Data zakończenia jest przed datą rozpoczęcia, powinieneś to naprawić';
|
||||
$a->strings['Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.'] = 'Sprawdź dokładnie, czy aktualne ustawienia zaciemnienia. Rozpocznie się <strong>%s</strong> i zakończy się <strong>%s</strong>.';
|
||||
$a->strings['Save Settings'] = 'Zapisz ustawienia';
|
||||
$a->strings['Redirect URL'] = 'Przekierowanie URL';
|
||||
$a->strings['all your visitors from the web will be redirected to this URL'] = 'wszyscy Twoi goście z internetu zostaną przekierowani na ten adres URL';
|
||||
$a->strings['Begin of the Blackout'] = 'Rozpocznij Blackout';
|
||||
$a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Format to <tt>RRRR-MM-DD gg:mm</tt>; <em>RRRR</em> rok, <em>MM</em> miesiąc, <em>DD</em> dzień, <em>gg</em> godzina i <em>mm</em> minuta.';
|
||||
$a->strings['End of the Blackout'] = 'Koniec Blackout';
|
||||
$a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out should the blackout is still in place.'] = '<strong>Uwaga</strong>: Przekierowanie będzie aktywne od momentu naciśnięcia przycisku przesyłania. Użytkownicy aktualnie zalogowani <strong>nie</strong> zostaną wyrzuceni, ale nie będą mogli zalogować się ponownie po wylogowaniu, jeśli zaciemnienie będzie nadal obowiązywać.';
|
||||
|
|
|
@ -5,11 +5,10 @@ function string_plural_select_ro($n){
|
|||
$n = intval($n);
|
||||
if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else { return 1; }
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
||||
$a->strings["Redirect URL"] = "URL de Redirecționare";
|
||||
$a->strings["all your visitors from the web will be redirected to this URL"] = "toți vizitatorii dvs. de pe web vor fi redirecționați către acest URL";
|
||||
$a->strings["Begin of the Blackout"] = "Pornire punct Blackout";
|
||||
$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "formatul este <em>YYYY</em> anul, <em>MM</em> luna, <em>DD</em> ziua, <em>hh</em> ora și <em>mm</em> minute";
|
||||
$a->strings["End of the Blackout"] = "Finalizare punct Blackout";
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "Data de finalizare este anterioară punctului blackout de pornire, ar trebui să corectați aceasta.";
|
||||
$a->strings['Save Settings'] = 'Salvare Configurări';
|
||||
$a->strings['Redirect URL'] = 'URL de Redirecționare';
|
||||
$a->strings['all your visitors from the web will be redirected to this URL'] = 'toți vizitatorii dvs. de pe web vor fi redirecționați către acest URL';
|
||||
$a->strings['Begin of the Blackout'] = 'Pornire punct Blackout';
|
||||
$a->strings['format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute'] = 'formatul este <em>YYYY</em> anul, <em>MM</em> luna, <em>DD</em> ziua, <em>hh</em> ora și <em>mm</em> minute';
|
||||
$a->strings['End of the Blackout'] = 'Finalizare punct Blackout';
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = 'Data de finalizare este anterioară punctului blackout de pornire, ar trebui să corectați aceasta.';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_ru($n){
|
|||
$n = intval($n);
|
||||
if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else { return 3; }
|
||||
}}
|
||||
;
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "Дата начала позже даты окончания, исправьте это";
|
||||
$a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = " Пожалуйста, проверьте настройки блэкаута ещё раз. Он начнётся <strong>%s</strong> и закончится <strong>%s</strong>.";
|
||||
$a->strings["Save Settings"] = "Сохранить настройки";
|
||||
$a->strings["Redirect URL"] = "Ссылка для перенаправления";
|
||||
$a->strings["all your visitors from the web will be redirected to this URL"] = "все посетители будут перенаправлены на этот URL";
|
||||
$a->strings["Begin of the Blackout"] = "Начало блэкаута";
|
||||
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Формат: <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> год, <em>MM</em> месяц, <em>DD</em> день, <em>hh</em> час и <em>mm</em> минуты.";
|
||||
$a->strings["End of the Blackout"] = "Конец блэкаута";
|
||||
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>Внимание</strong>: Переадресация будет включена после нажатия вами кнопки. Уже вошедшие пользователи <strong>не</strong> будут выброшены, но не смогут зайти снова, пока блэкаут не закончится.";
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this'] = 'Дата начала позже даты окончания, исправьте это';
|
||||
$a->strings['Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.'] = ' Пожалуйста, проверьте настройки блэкаута ещё раз. Он начнётся <strong>%s</strong> и закончится <strong>%s</strong>.';
|
||||
$a->strings['Save Settings'] = 'Сохранить настройки';
|
||||
$a->strings['Redirect URL'] = 'Ссылка для перенаправления';
|
||||
$a->strings['all your visitors from the web will be redirected to this URL'] = 'все посетители будут перенаправлены на этот URL';
|
||||
$a->strings['Begin of the Blackout'] = 'Начало блэкаута';
|
||||
$a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Формат: <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> год, <em>MM</em> месяц, <em>DD</em> день, <em>hh</em> час и <em>mm</em> минуты.';
|
||||
$a->strings['End of the Blackout'] = 'Конец блэкаута';
|
||||
$a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out should the blackout is still in place.'] = '<strong>Внимание</strong>: Переадресация будет включена после нажатия вами кнопки. Уже вошедшие пользователи <strong>не</strong> будут выброшены, но не смогут зайти снова, пока блэкаут не закончится.';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_sv($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "Slutdatumet ligger före startdatumet för nedsläckningen, du bör rätta detta.";
|
||||
$a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = "Vänligen försäkra dig om att inställningarna för nedsläckningen är korrekt. Början <strong>%s</strong> och slut <strong>%s</strong>.";
|
||||
$a->strings["Save Settings"] = "Spara inställningar";
|
||||
$a->strings["Redirect URL"] = "Omdirigera URL";
|
||||
$a->strings["all your visitors from the web will be redirected to this URL"] = "alla dina besökare från webben kommer omdirigeras till denna URL";
|
||||
$a->strings["Begin of the Blackout"] = "Start på nedsläckningen";
|
||||
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "Formatet är <tt>ÅÅÅÅ-MM-DD tt:mm</tt>; <em>ÅÅÅÅ</em> år, <em>MM</em> månad, <em>DD</em> dag, <em>tt</em> timme och <em>mm</em> minut.";
|
||||
$a->strings["End of the Blackout"] = "Slut på nedsläckningen";
|
||||
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>Observera</strong>: Hänvisningen kommer att träda i kraft när du trycker på skicka-knappen. Användare som just nu är inloggade kommer <strong>inte</strong> bli utkastade men kan inte logga in igen efter utloggning om nedsläckningen fortfarande är i kraft. ";
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this'] = 'Slutdatumet ligger före startdatumet för nedsläckningen, du bör rätta detta.';
|
||||
$a->strings['Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.'] = 'Vänligen försäkra dig om att inställningarna för nedsläckningen är korrekt. Början <strong>%s</strong> och slut <strong>%s</strong>.';
|
||||
$a->strings['Save Settings'] = 'Spara inställningar';
|
||||
$a->strings['Redirect URL'] = 'Omdirigera URL';
|
||||
$a->strings['all your visitors from the web will be redirected to this URL'] = 'alla dina besökare från webben kommer omdirigeras till denna URL';
|
||||
$a->strings['Begin of the Blackout'] = 'Start på nedsläckningen';
|
||||
$a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Formatet är <tt>ÅÅÅÅ-MM-DD tt:mm</tt>; <em>ÅÅÅÅ</em> år, <em>MM</em> månad, <em>DD</em> dag, <em>tt</em> timme och <em>mm</em> minut.';
|
||||
$a->strings['End of the Blackout'] = 'Slut på nedsläckningen';
|
||||
$a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out should the blackout is still in place.'] = '<strong>Observera</strong>: Hänvisningen kommer att träda i kraft när du trycker på skicka-knappen. Användare som just nu är inloggade kommer <strong>inte</strong> bli utkastade men kan inte logga in igen efter utloggning om nedsläckningen fortfarande är i kraft. ';
|
||||
|
|
|
@ -5,13 +5,12 @@ function string_plural_select_zh_cn($n){
|
|||
$n = intval($n);
|
||||
return intval(0);
|
||||
}}
|
||||
;
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "结束日期早于开始日期,您应该修复此问题";
|
||||
$a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = "请仔细检查一下当前的维护设置。将从<strong>%s</strong>开始结束于<strong>%s</strong>。";
|
||||
$a->strings["Save Settings"] = "保存设置";
|
||||
$a->strings["Redirect URL"] = "重定向URL";
|
||||
$a->strings["all your visitors from the web will be redirected to this URL"] = "所有来自web的访问者都将重定向到此URL";
|
||||
$a->strings["Begin of the Blackout"] = "开始维护";
|
||||
$a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "格式为<tt>YYYY-MM-DD HH:MM</tt>;<em>YYYY年</em>、<em>MM月</em>、<em>DD日</em>、<em>HH</em>小时和<em>MM</em>分钟";
|
||||
$a->strings["End of the Blackout"] = "结束维护";
|
||||
$a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>注意</strong>:从您按下提交按钮的那一刻起,重定向将处于活动状态。当前登录的用户<strong>不会</strong>被驱逐,但如果仍处于维护状态,则在注销后不能再次登录。";
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this'] = '结束日期早于开始日期,您应该修复此问题';
|
||||
$a->strings['Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.'] = '请仔细检查一下当前的维护设置。将从<strong>%s</strong>开始结束于<strong>%s</strong>。';
|
||||
$a->strings['Save Settings'] = '保存设置';
|
||||
$a->strings['Redirect URL'] = '重定向URL';
|
||||
$a->strings['all your visitors from the web will be redirected to this URL'] = '所有来自web的访问者都将重定向到此URL';
|
||||
$a->strings['Begin of the Blackout'] = '开始维护';
|
||||
$a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = '格式为<tt>YYYY-MM-DD HH:MM</tt>;<em>YYYY年</em>、<em>MM月</em>、<em>DD日</em>、<em>HH</em>小时和<em>MM</em>分钟';
|
||||
$a->strings['End of the Blackout'] = '结束维护';
|
||||
$a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out should the blackout is still in place.'] = '<strong>注意</strong>:从您按下提交按钮的那一刻起,重定向将处于活动状态。当前登录的用户<strong>不会</strong>被驱逐,但如果仍处于维护状态,则在注销后不能再次登录。';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue