[tx-robot] updated from transifex
This commit is contained in:
parent
56a4c9d68e
commit
f22bae3546
|
@ -176,7 +176,6 @@ OC.L10N.register(
|
|||
"Log in" : "أدخل",
|
||||
"Wrong password." : "كلمة السر خاطئة.",
|
||||
"Forgot password?" : "هل نسيت كلمة السر ؟",
|
||||
"Back to log in" : "العودة إلى تسجيل الدخول",
|
||||
"Alternative Logins" : "اسماء دخول بديلة",
|
||||
"Account access" : "حساب النفاذ",
|
||||
"Grant access" : "السماح بالنفاذ",
|
||||
|
@ -197,6 +196,7 @@ OC.L10N.register(
|
|||
"Shared with {recipients}" : "تمت مشاركته مع {recipients}",
|
||||
"This action requires you to confirm your password:" : "يتطلب منك هذا الإجراء تأكيد كلمة المرور :",
|
||||
"Wrong password. Reset it?" : "كلمة السر خاطئة. هل تريد إعادة تعيينها ؟",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "للمساعدة يُرجى الإطلاع على <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">الدليل</a>."
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "للمساعدة يُرجى الإطلاع على <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">الدليل</a>.",
|
||||
"Back to log in" : "العودة إلى تسجيل الدخول"
|
||||
},
|
||||
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
|
||||
|
|
|
@ -174,7 +174,6 @@
|
|||
"Log in" : "أدخل",
|
||||
"Wrong password." : "كلمة السر خاطئة.",
|
||||
"Forgot password?" : "هل نسيت كلمة السر ؟",
|
||||
"Back to log in" : "العودة إلى تسجيل الدخول",
|
||||
"Alternative Logins" : "اسماء دخول بديلة",
|
||||
"Account access" : "حساب النفاذ",
|
||||
"Grant access" : "السماح بالنفاذ",
|
||||
|
@ -195,6 +194,7 @@
|
|||
"Shared with {recipients}" : "تمت مشاركته مع {recipients}",
|
||||
"This action requires you to confirm your password:" : "يتطلب منك هذا الإجراء تأكيد كلمة المرور :",
|
||||
"Wrong password. Reset it?" : "كلمة السر خاطئة. هل تريد إعادة تعيينها ؟",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "للمساعدة يُرجى الإطلاع على <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">الدليل</a>."
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "للمساعدة يُرجى الإطلاع على <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">الدليل</a>.",
|
||||
"Back to log in" : "العودة إلى تسجيل الدخول"
|
||||
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
|
||||
}
|
|
@ -278,7 +278,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Bylo rozpoznáno několik neplatných pokusů o přihlášeni z Vaší IP. Další přihlášení bude možné za 30 sekund.",
|
||||
"Stay logged in" : "Neodhlašovat",
|
||||
"Forgot password?" : "Zapomněli jste heslo?",
|
||||
"Back to log in" : "Zpět na přihlášení",
|
||||
"Alternative Logins" : "Alternativní přihlášení",
|
||||
"Account access" : "Přístup k účtu",
|
||||
"You are about to grant %s access to your %s account." : "Chystáte se povolit %s přístup k vašemu %s účtu.",
|
||||
|
@ -342,6 +341,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontaktujte prosím svého správce. Pokud spravujete tuto instalaci, nastavte \"trusted_domains\" v souboru config/config.php. Příklad konfigurace najdete v souboru config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "V závislosti na vaší konfiguraci vám může být, jako správci, umožněno použití tlačítka níže k označení této domény jako důvěryhodné.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Pro pomoc, nahlédněte do <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentace</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Váš PHP nepodporuje freetype. Následek budou požkozené profilové obrázky a nastavení rozhraní"
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Váš PHP nepodporuje freetype. Následek budou požkozené profilové obrázky a nastavení rozhraní",
|
||||
"Back to log in" : "Zpět na přihlášení"
|
||||
},
|
||||
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
|
||||
|
|
|
@ -276,7 +276,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Bylo rozpoznáno několik neplatných pokusů o přihlášeni z Vaší IP. Další přihlášení bude možné za 30 sekund.",
|
||||
"Stay logged in" : "Neodhlašovat",
|
||||
"Forgot password?" : "Zapomněli jste heslo?",
|
||||
"Back to log in" : "Zpět na přihlášení",
|
||||
"Alternative Logins" : "Alternativní přihlášení",
|
||||
"Account access" : "Přístup k účtu",
|
||||
"You are about to grant %s access to your %s account." : "Chystáte se povolit %s přístup k vašemu %s účtu.",
|
||||
|
@ -340,6 +339,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontaktujte prosím svého správce. Pokud spravujete tuto instalaci, nastavte \"trusted_domains\" v souboru config/config.php. Příklad konfigurace najdete v souboru config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "V závislosti na vaší konfiguraci vám může být, jako správci, umožněno použití tlačítka níže k označení této domény jako důvěryhodné.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Pro pomoc, nahlédněte do <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentace</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Váš PHP nepodporuje freetype. Následek budou požkozené profilové obrázky a nastavení rozhraní"
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Váš PHP nepodporuje freetype. Následek budou požkozené profilové obrázky a nastavení rozhraní",
|
||||
"Back to log in" : "Zpět na přihlášení"
|
||||
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
|
||||
}
|
|
@ -258,7 +258,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Forkert kodeord.",
|
||||
"Stay logged in" : "Forbliv logget ind",
|
||||
"Forgot password?" : "Glemt adgangskode?",
|
||||
"Back to log in" : "Tilbage til log in",
|
||||
"Alternative Logins" : "Alternative logins",
|
||||
"Account access" : "Konto adgang",
|
||||
"You are about to grant %s access to your %s account." : "Du er ved at tildele %s adgang til din %s konto.",
|
||||
|
@ -294,6 +293,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Denne %s-instans befinder sig i vedligeholdelsestilstand for øjeblikket, hvilket kan tage et stykke tid.",
|
||||
"This page will refresh itself when the %s instance is available again." : "Denne side vil genopfriske sig selv, når %s-instancen er tilgængelig igen.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet.",
|
||||
"Thank you for your patience." : "Tak for din tålmodighed."
|
||||
"Thank you for your patience." : "Tak for din tålmodighed.",
|
||||
"Back to log in" : "Tilbage til log in"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -256,7 +256,6 @@
|
|||
"Wrong password." : "Forkert kodeord.",
|
||||
"Stay logged in" : "Forbliv logget ind",
|
||||
"Forgot password?" : "Glemt adgangskode?",
|
||||
"Back to log in" : "Tilbage til log in",
|
||||
"Alternative Logins" : "Alternative logins",
|
||||
"Account access" : "Konto adgang",
|
||||
"You are about to grant %s access to your %s account." : "Du er ved at tildele %s adgang til din %s konto.",
|
||||
|
@ -292,6 +291,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Denne %s-instans befinder sig i vedligeholdelsestilstand for øjeblikket, hvilket kan tage et stykke tid.",
|
||||
"This page will refresh itself when the %s instance is available again." : "Denne side vil genopfriske sig selv, når %s-instancen er tilgængelig igen.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet.",
|
||||
"Thank you for your patience." : "Tak for din tålmodighed."
|
||||
"Thank you for your patience." : "Tak for din tålmodighed.",
|
||||
"Back to log in" : "Tilbage til log in"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Es wurden mehrere ungültige Anmeldeversuche von Deiner IP-Adresse festgestellt. Daher wird die nächste Anmeldung um 30 Sekunden verzögert.",
|
||||
"Stay logged in" : "Angemeldet bleiben",
|
||||
"Forgot password?" : "Passwort vergessen?",
|
||||
"Back to log in" : "Zur Anmeldung wechseln",
|
||||
"Alternative Logins" : "Alternative Anmeldung",
|
||||
"Account access" : "Kontozugriff ",
|
||||
"You are about to grant %s access to your %s account." : "Du bist dabei, %s Zugriff auf Dein %s-Konto zu gewähren.",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Bitte kontaktiere Deinen Administrator. Wenn Du Administrator dieser Instanz bist, konfiguriere die „trusted_domains“-Einstellung in config/config.php. Eine Beispielkonfiguration ist in config/config.sample.php verfügbar.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Wenn es Deine Konfiguration zulässt, kannst Du als Administrator die folgende Schaltfläche benutzen, um diese Domain als vertrauenswürdig einzustufen.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Für weitere Hilfen, schaue bitte in die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Dein PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Dein PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.",
|
||||
"Back to log in" : "Zur Anmeldung wechseln"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Es wurden mehrere ungültige Anmeldeversuche von Deiner IP-Adresse festgestellt. Daher wird die nächste Anmeldung um 30 Sekunden verzögert.",
|
||||
"Stay logged in" : "Angemeldet bleiben",
|
||||
"Forgot password?" : "Passwort vergessen?",
|
||||
"Back to log in" : "Zur Anmeldung wechseln",
|
||||
"Alternative Logins" : "Alternative Anmeldung",
|
||||
"Account access" : "Kontozugriff ",
|
||||
"You are about to grant %s access to your %s account." : "Du bist dabei, %s Zugriff auf Dein %s-Konto zu gewähren.",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Bitte kontaktiere Deinen Administrator. Wenn Du Administrator dieser Instanz bist, konfiguriere die „trusted_domains“-Einstellung in config/config.php. Eine Beispielkonfiguration ist in config/config.sample.php verfügbar.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Wenn es Deine Konfiguration zulässt, kannst Du als Administrator die folgende Schaltfläche benutzen, um diese Domain als vertrauenswürdig einzustufen.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Für weitere Hilfen, schaue bitte in die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Dein PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Dein PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.",
|
||||
"Back to log in" : "Zur Anmeldung wechseln"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Es wurden mehrere ungültige Anmeldeversuche von Ihrer IP-Adresse festgestellt. Daher wird die nächste Anmeldung um 30 Sekunden verzögert.",
|
||||
"Stay logged in" : "Angemeldet bleiben",
|
||||
"Forgot password?" : "Passwort vergessen?",
|
||||
"Back to log in" : "Zur Anmeldung wechseln",
|
||||
"Alternative Logins" : "Alternative Anmeldung",
|
||||
"Account access" : "Kontozugriff ",
|
||||
"You are about to grant %s access to your %s account." : "Sie sind dabei, %s Zugriff auf Ihr %s-Konto zu gewähren.",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Bitte kontaktieren Sie Ihren Administrator. Wenn Sie Administrator dieser Instanz sind, konfigurieren Sie bitte die „trusted_domain“-Einstellung in config/config.php. Eine Beispielkonfiguration ist in config/config.sample.php verfügbar.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Wenn es Ihre Konfiguration zulässt, können Sie als Administrator gegebenenfalls den Button unten benutzen, um diese Domain als vertrauenswürdig einzustufen.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Für weitere Hilfen, schauen Sie bitte in die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Ihr PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Ihr PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.",
|
||||
"Back to log in" : "Zur Anmeldung wechseln"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Es wurden mehrere ungültige Anmeldeversuche von Ihrer IP-Adresse festgestellt. Daher wird die nächste Anmeldung um 30 Sekunden verzögert.",
|
||||
"Stay logged in" : "Angemeldet bleiben",
|
||||
"Forgot password?" : "Passwort vergessen?",
|
||||
"Back to log in" : "Zur Anmeldung wechseln",
|
||||
"Alternative Logins" : "Alternative Anmeldung",
|
||||
"Account access" : "Kontozugriff ",
|
||||
"You are about to grant %s access to your %s account." : "Sie sind dabei, %s Zugriff auf Ihr %s-Konto zu gewähren.",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Bitte kontaktieren Sie Ihren Administrator. Wenn Sie Administrator dieser Instanz sind, konfigurieren Sie bitte die „trusted_domain“-Einstellung in config/config.php. Eine Beispielkonfiguration ist in config/config.sample.php verfügbar.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Wenn es Ihre Konfiguration zulässt, können Sie als Administrator gegebenenfalls den Button unten benutzen, um diese Domain als vertrauenswürdig einzustufen.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Für weitere Hilfen, schauen Sie bitte in die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Ihr PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Ihr PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.",
|
||||
"Back to log in" : "Zur Anmeldung wechseln"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds.",
|
||||
"Stay logged in" : "Stay logged in",
|
||||
"Forgot password?" : "Forgot password?",
|
||||
"Back to log in" : "Back to log in",
|
||||
"Alternative Logins" : "Alternative Logins",
|
||||
"Account access" : "Account access",
|
||||
"You are about to grant %s access to your %s account." : "You are about to grant %s access to your %s account.",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface.",
|
||||
"Back to log in" : "Back to log in"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds.",
|
||||
"Stay logged in" : "Stay logged in",
|
||||
"Forgot password?" : "Forgot password?",
|
||||
"Back to log in" : "Back to log in",
|
||||
"Alternative Logins" : "Alternative Logins",
|
||||
"Account access" : "Account access",
|
||||
"You are about to grant %s access to your %s account." : "You are about to grant %s access to your %s account.",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Your PHP does not have freetype support. This will result in broken profile pictures and settings interface.",
|
||||
"Back to log in" : "Back to log in"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos inválidos desde tu IP. Por tanto, tu próximo intento se retrasará 30 segundos.",
|
||||
"Stay logged in" : "Permanecer autenticado",
|
||||
"Forgot password?" : "¿Contraseña olvidada?",
|
||||
"Back to log in" : "Volver al registro",
|
||||
"Alternative Logins" : "Inicios de sesión alternativos",
|
||||
"Account access" : "Acceso a la cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estás a punto de conceder a %s acceso a tu cuenta de %s",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contacta con tu administrador. Si eres un administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Se ofrece una configuración de ejemplo en config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como administrador puedes tener la posibilidad de usar el botón a continuación para confiar en este dominio.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Para más ayuda, ver la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no tiene sooprte de freetype. Esto dará como resultado imágenes de perfil e interfaz de configuración rotas."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no tiene sooprte de freetype. Esto dará como resultado imágenes de perfil e interfaz de configuración rotas.",
|
||||
"Back to log in" : "Volver al registro"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos inválidos desde tu IP. Por tanto, tu próximo intento se retrasará 30 segundos.",
|
||||
"Stay logged in" : "Permanecer autenticado",
|
||||
"Forgot password?" : "¿Contraseña olvidada?",
|
||||
"Back to log in" : "Volver al registro",
|
||||
"Alternative Logins" : "Inicios de sesión alternativos",
|
||||
"Account access" : "Acceso a la cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estás a punto de conceder a %s acceso a tu cuenta de %s",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contacta con tu administrador. Si eres un administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Se ofrece una configuración de ejemplo en config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como administrador puedes tener la posibilidad de usar el botón a continuación para confiar en este dominio.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Para más ayuda, ver la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no tiene sooprte de freetype. Esto dará como resultado imágenes de perfil e interfaz de configuración rotas."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no tiene sooprte de freetype. Esto dará como resultado imágenes de perfil e interfaz de configuración rotas.",
|
||||
"Back to log in" : "Volver al registro"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -312,6 +311,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -310,6 +309,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -312,6 +311,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -310,6 +309,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -312,6 +311,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -310,6 +309,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -312,6 +311,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -310,6 +309,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -312,6 +311,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -310,6 +309,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -312,6 +311,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -310,6 +309,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -312,6 +311,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -310,6 +309,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -312,6 +311,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -310,6 +309,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Para más ayuda, consulta la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. "
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor contacta a tu administrador. Si eres el administrador de esta instancia, configura la opción \"trusted_domains\" en config/config.php. Un ejemplo de configuración se proporciona en config/config.sample.php. ",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependiendo de tu configuración, como adminsitrador podrías llegar a usar el botón inferior para confiar en este dominio. ",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Para más ayuda, consulta la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. "
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Tu PHP no cuenta con siporte de freetype. Esto producirá imagenes rotas en el perfil e interfaz de configuraciones. ",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -312,6 +311,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -310,6 +309,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -312,6 +311,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -310,6 +309,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -312,6 +311,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -310,6 +309,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -312,6 +311,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -310,6 +309,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -312,6 +311,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -310,6 +309,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -312,6 +311,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -310,6 +309,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -312,6 +311,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Wrong password." : "Contraseña inválida. ",
|
||||
"Stay logged in" : "Mantener la sesión abierta",
|
||||
"Forgot password?" : "¿Olvidaste tu contraseña?",
|
||||
"Back to log in" : "Regresar al inicio de sesión",
|
||||
"Alternative Logins" : "Accesos Alternativos",
|
||||
"Account access" : "Acceo de cuenta",
|
||||
"You are about to grant %s access to your %s account." : "Estas a punto de otorgar acceso de %s a tu cuenta %s.",
|
||||
|
@ -310,6 +309,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"This page will refresh itself when the %s instance is available again." : "Esta página se actualizará sola cuando la instancia %s esté disponible de nuevo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Thank you for your patience." : "Gracias por tu paciencia."
|
||||
"Thank you for your patience." : "Gracias por tu paciencia.",
|
||||
"Back to log in" : "Regresar al inicio de sesión"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -256,7 +256,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Vale parool.",
|
||||
"Stay logged in" : "Püsi sisselogituna",
|
||||
"Forgot password?" : "Unustasid parooli?",
|
||||
"Back to log in" : "Tagasi sisselogimise lehele",
|
||||
"Alternative Logins" : "Alternatiivsed sisselogimisviisid",
|
||||
"Account access" : "Konto ligipääs",
|
||||
"You are about to grant %s access to your %s account." : "Sa oled andmas %s ligipääsu oma %s kontole.",
|
||||
|
@ -288,6 +287,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "See %s instants on hetkel haldusrežiimis, mis võib kesta mõnda aega.",
|
||||
"This page will refresh itself when the %s instance is available again." : "Se leht laetakse uuesti, kui %s instantsi on uuesti saadaval.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult.",
|
||||
"Thank you for your patience." : "Täname kannatlikkuse eest."
|
||||
"Thank you for your patience." : "Täname kannatlikkuse eest.",
|
||||
"Back to log in" : "Tagasi sisselogimise lehele"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -254,7 +254,6 @@
|
|||
"Wrong password." : "Vale parool.",
|
||||
"Stay logged in" : "Püsi sisselogituna",
|
||||
"Forgot password?" : "Unustasid parooli?",
|
||||
"Back to log in" : "Tagasi sisselogimise lehele",
|
||||
"Alternative Logins" : "Alternatiivsed sisselogimisviisid",
|
||||
"Account access" : "Konto ligipääs",
|
||||
"You are about to grant %s access to your %s account." : "Sa oled andmas %s ligipääsu oma %s kontole.",
|
||||
|
@ -286,6 +285,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "See %s instants on hetkel haldusrežiimis, mis võib kesta mõnda aega.",
|
||||
"This page will refresh itself when the %s instance is available again." : "Se leht laetakse uuesti, kui %s instantsi on uuesti saadaval.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult.",
|
||||
"Thank you for your patience." : "Täname kannatlikkuse eest."
|
||||
"Thank you for your patience." : "Täname kannatlikkuse eest.",
|
||||
"Back to log in" : "Tagasi sisselogimise lehele"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -261,7 +261,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Väärä salasana.",
|
||||
"Stay logged in" : "Pysy sisäänkirjautuneena",
|
||||
"Forgot password?" : "Unohditko salasanasi?",
|
||||
"Back to log in" : "Palaa kirjautumiseen",
|
||||
"Alternative Logins" : "Vaihtoehtoiset kirjautumistavat",
|
||||
"Account access" : "Tilin käyttö",
|
||||
"Grant access" : "Myönnä pääsy",
|
||||
|
@ -297,6 +296,7 @@ OC.L10N.register(
|
|||
"The server encountered an internal error and was unable to complete your request." : "Palvelimella tapahtui sisäinen virhe, eikä pyyntöäsi voitu käsitellä.",
|
||||
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Ota yhteys palvelimen ylläpitäjään, jos tämä virhe ilmenee useita kertoja. Sisällytä alla olevat tekniset tiedot ilmoitukseesi.",
|
||||
"This action requires you to confirm your password:" : "Tämä toiminto vaatii, että vahvistat salasanasi:",
|
||||
"Wrong password. Reset it?" : "Väärä salasana. Nollataanko se?"
|
||||
"Wrong password. Reset it?" : "Väärä salasana. Nollataanko se?",
|
||||
"Back to log in" : "Palaa kirjautumiseen"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -259,7 +259,6 @@
|
|||
"Wrong password." : "Väärä salasana.",
|
||||
"Stay logged in" : "Pysy sisäänkirjautuneena",
|
||||
"Forgot password?" : "Unohditko salasanasi?",
|
||||
"Back to log in" : "Palaa kirjautumiseen",
|
||||
"Alternative Logins" : "Vaihtoehtoiset kirjautumistavat",
|
||||
"Account access" : "Tilin käyttö",
|
||||
"Grant access" : "Myönnä pääsy",
|
||||
|
@ -295,6 +294,7 @@
|
|||
"The server encountered an internal error and was unable to complete your request." : "Palvelimella tapahtui sisäinen virhe, eikä pyyntöäsi voitu käsitellä.",
|
||||
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Ota yhteys palvelimen ylläpitäjään, jos tämä virhe ilmenee useita kertoja. Sisällytä alla olevat tekniset tiedot ilmoitukseesi.",
|
||||
"This action requires you to confirm your password:" : "Tämä toiminto vaatii, että vahvistat salasanasi:",
|
||||
"Wrong password. Reset it?" : "Väärä salasana. Nollataanko se?"
|
||||
"Wrong password. Reset it?" : "Väärä salasana. Nollataanko se?",
|
||||
"Back to log in" : "Palaa kirjautumiseen"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Nous avons détecté plusieurs tentatives de connexion invalide depuis votre adresse IP. C'est pourquoi votre prochaine connexion sera retardée de 30 secondes.",
|
||||
"Stay logged in" : "Rester connecté",
|
||||
"Forgot password?" : "Mot de passe oublié ?",
|
||||
"Back to log in" : "Retour à la page de connexion",
|
||||
"Alternative Logins" : "Identifiants alternatifs",
|
||||
"Account access" : "Accès au compte",
|
||||
"You are about to grant %s access to your %s account." : "Vous êtes sur le point d'accorder à \"%s\" l'accès à votre compte \"%s\".",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Veuillez contacter votre administrateur. Si vous êtes un administrateur de cette instance, configurez la variable \"trusted_domains\" dans le fichier config/config.php. Un exemple de configuration est fournit dans le fichier config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En fonction de votre configuration, en tant qu'administrateur vous pouvez également utiliser le bouton ci-dessous pour approuver ce domaine.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Pour obtenir de l'aide, lisez la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Votre version de PHP n'est pas prise en charge par freetype. Cela se traduira par des images de profil et une interface des paramètres cassées."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Votre version de PHP n'est pas prise en charge par freetype. Cela se traduira par des images de profil et une interface des paramètres cassées.",
|
||||
"Back to log in" : "Retour à la page de connexion"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Nous avons détecté plusieurs tentatives de connexion invalide depuis votre adresse IP. C'est pourquoi votre prochaine connexion sera retardée de 30 secondes.",
|
||||
"Stay logged in" : "Rester connecté",
|
||||
"Forgot password?" : "Mot de passe oublié ?",
|
||||
"Back to log in" : "Retour à la page de connexion",
|
||||
"Alternative Logins" : "Identifiants alternatifs",
|
||||
"Account access" : "Accès au compte",
|
||||
"You are about to grant %s access to your %s account." : "Vous êtes sur le point d'accorder à \"%s\" l'accès à votre compte \"%s\".",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Veuillez contacter votre administrateur. Si vous êtes un administrateur de cette instance, configurez la variable \"trusted_domains\" dans le fichier config/config.php. Un exemple de configuration est fournit dans le fichier config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En fonction de votre configuration, en tant qu'administrateur vous pouvez également utiliser le bouton ci-dessous pour approuver ce domaine.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Pour obtenir de l'aide, lisez la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Votre version de PHP n'est pas prise en charge par freetype. Cela se traduira par des images de profil et une interface des paramètres cassées."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Votre version de PHP n'est pas prise en charge par freetype. Cela se traduira par des images de profil et une interface des paramètres cassées.",
|
||||
"Back to log in" : "Retour à la page de connexion"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -242,7 +242,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "סיסמא שגוייה.",
|
||||
"Stay logged in" : "השאר מחובר",
|
||||
"Forgot password?" : "שכחת ססמה?",
|
||||
"Back to log in" : "חזרה לכניסה",
|
||||
"Alternative Logins" : "כניסות אלטרנטיביות",
|
||||
"Account access" : "גישה לחשבון",
|
||||
"Grant access" : "הענקת גישה",
|
||||
|
@ -275,6 +274,7 @@ OC.L10N.register(
|
|||
"Wrong password. Reset it?" : "ססמה שגויה. לאפס אותה?",
|
||||
"You are accessing the server from an untrusted domain." : "ניגשת לשרת משם מתחם בלתי מהימן.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "לקבלת עזרה, יש לעיין ב<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">תיעוד</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "ל־PHP שלך אין תמיכה ב־freetype. מצב כזה יגרום לתמונות פרופיל משובשות לצד מנשק הגדרות משובש."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "ל־PHP שלך אין תמיכה ב־freetype. מצב כזה יגרום לתמונות פרופיל משובשות לצד מנשק הגדרות משובש.",
|
||||
"Back to log in" : "חזרה לכניסה"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -240,7 +240,6 @@
|
|||
"Wrong password." : "סיסמא שגוייה.",
|
||||
"Stay logged in" : "השאר מחובר",
|
||||
"Forgot password?" : "שכחת ססמה?",
|
||||
"Back to log in" : "חזרה לכניסה",
|
||||
"Alternative Logins" : "כניסות אלטרנטיביות",
|
||||
"Account access" : "גישה לחשבון",
|
||||
"Grant access" : "הענקת גישה",
|
||||
|
@ -273,6 +272,7 @@
|
|||
"Wrong password. Reset it?" : "ססמה שגויה. לאפס אותה?",
|
||||
"You are accessing the server from an untrusted domain." : "ניגשת לשרת משם מתחם בלתי מהימן.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "לקבלת עזרה, יש לעיין ב<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">תיעוד</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "ל־PHP שלך אין תמיכה ב־freetype. מצב כזה יגרום לתמונות פרופיל משובשות לצד מנשק הגדרות משובש."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "ל־PHP שלך אין תמיכה ב־freetype. מצב כזה יגרום לתמונות פרופיל משובשות לצד מנשק הגדרות משובש.",
|
||||
"Back to log in" : "חזרה לכניסה"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Többszöri sikertelen bejelentkezési kísérletet érzékeltünk az IP-dről. A legközelebbi kísérleted így 30 másodperccel késleltetve lesz.",
|
||||
"Stay logged in" : "Maradjon bejelentkezve",
|
||||
"Forgot password?" : "Elfelejtett jelszó?",
|
||||
"Back to log in" : "Vissza a bejelentkezéshez",
|
||||
"Alternative Logins" : "Alternatív bejelentkezés",
|
||||
"Account access" : "Fiók hozzáférés",
|
||||
"You are about to grant %s access to your %s account." : "Hozzáférést készülsz biztosítani neki: %s ehhez a fiókodhoz: %s.",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kérjük keresse fel a rendszergazdát! Ha ennek a telepítésnek Ön a rendszergazdája, akkor állítsa be a config/config.php fájlban a \"trusted_domain\" paramétert! A config/config.sample.php fájlban talál példát a beállításra.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "A beállításoktól függően, rendszergazdaként lehetséges, hogy az alábbi gombot is használhatja a domain név megbízhatóvá tételéhez.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Segítségért keresse fel a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentációt</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "A PHP-ból hiányzik a freetype támogatás. Ez a beállítási felület és a profilképek hibás megjelenítését okozhatja."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "A PHP-ból hiányzik a freetype támogatás. Ez a beállítási felület és a profilképek hibás megjelenítését okozhatja.",
|
||||
"Back to log in" : "Vissza a bejelentkezéshez"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Többszöri sikertelen bejelentkezési kísérletet érzékeltünk az IP-dről. A legközelebbi kísérleted így 30 másodperccel késleltetve lesz.",
|
||||
"Stay logged in" : "Maradjon bejelentkezve",
|
||||
"Forgot password?" : "Elfelejtett jelszó?",
|
||||
"Back to log in" : "Vissza a bejelentkezéshez",
|
||||
"Alternative Logins" : "Alternatív bejelentkezés",
|
||||
"Account access" : "Fiók hozzáférés",
|
||||
"You are about to grant %s access to your %s account." : "Hozzáférést készülsz biztosítani neki: %s ehhez a fiókodhoz: %s.",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kérjük keresse fel a rendszergazdát! Ha ennek a telepítésnek Ön a rendszergazdája, akkor állítsa be a config/config.php fájlban a \"trusted_domain\" paramétert! A config/config.sample.php fájlban talál példát a beállításra.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "A beállításoktól függően, rendszergazdaként lehetséges, hogy az alábbi gombot is használhatja a domain név megbízhatóvá tételéhez.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Segítségért keresse fel a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentációt</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "A PHP-ból hiányzik a freetype támogatás. Ez a beállítási felület és a profilképek hibás megjelenítését okozhatja."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "A PHP-ból hiányzik a freetype támogatás. Ez a beállítási felület és a profilképek hibás megjelenítését okozhatja.",
|
||||
"Back to log in" : "Vissza a bejelentkezéshez"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Við urðum vör við margar misheppnaðar innskráningar í röð frá IP-vistfanginu þínu. Þar með verður næsta innskráning tafin (throttled) um 30 sekúndur.",
|
||||
"Stay logged in" : "Haldast skráður inn",
|
||||
"Forgot password?" : "Gleymdirðu lykilorði?",
|
||||
"Back to log in" : "Til baka í innskráningu",
|
||||
"Alternative Logins" : "Aðrar innskráningar",
|
||||
"Account access" : "Aðgangur að notandaaðgangi",
|
||||
"You are about to grant %s access to your %s account." : "Þú ert að fara að leyfa %s aðgang að %s notandaaðgangnum þínum.",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Hafðu samband við kerfisstjóra. Ef þú ert stjórnandi á þessu tilviki, stilltu \"trusted_domains\" setninguna í config/config.php. Dæmi um stillingar má sjá í config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Það fer eftir stillingum þínum, sem stjórnandi þá gætir þú einnig notað hnappinn hér fyrir neðan til að treysta þessu léni.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Til að fá hjálp er best að skoða fyrst <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">hjálparskjölin</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP-uppsetningin er ekki með stuðning við 'freetype'. Þetta mun valda því að notendamyndir og stillingaviðmót virki ekki."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP-uppsetningin er ekki með stuðning við 'freetype'. Þetta mun valda því að notendamyndir og stillingaviðmót virki ekki.",
|
||||
"Back to log in" : "Til baka í innskráningu"
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Við urðum vör við margar misheppnaðar innskráningar í röð frá IP-vistfanginu þínu. Þar með verður næsta innskráning tafin (throttled) um 30 sekúndur.",
|
||||
"Stay logged in" : "Haldast skráður inn",
|
||||
"Forgot password?" : "Gleymdirðu lykilorði?",
|
||||
"Back to log in" : "Til baka í innskráningu",
|
||||
"Alternative Logins" : "Aðrar innskráningar",
|
||||
"Account access" : "Aðgangur að notandaaðgangi",
|
||||
"You are about to grant %s access to your %s account." : "Þú ert að fara að leyfa %s aðgang að %s notandaaðgangnum þínum.",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Hafðu samband við kerfisstjóra. Ef þú ert stjórnandi á þessu tilviki, stilltu \"trusted_domains\" setninguna í config/config.php. Dæmi um stillingar má sjá í config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Það fer eftir stillingum þínum, sem stjórnandi þá gætir þú einnig notað hnappinn hér fyrir neðan til að treysta þessu léni.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Til að fá hjálp er best að skoða fyrst <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">hjálparskjölin</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP-uppsetningin er ekki með stuðning við 'freetype'. Þetta mun valda því að notendamyndir og stillingaviðmót virki ekki."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP-uppsetningin er ekki með stuðning við 'freetype'. Þetta mun valda því að notendamyndir og stillingaviðmót virki ekki.",
|
||||
"Back to log in" : "Til baka í innskráningu"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Abbiamo rilevato molti tentativi di autenticazione falliti dal tuo indirizzo IP. Di conseguenza il prossimo tentativo è ritardato di 30 secondi.",
|
||||
"Stay logged in" : "Rimani collegato",
|
||||
"Forgot password?" : "Hai dimenticato la password?",
|
||||
"Back to log in" : "Torna alla schermata di accesso",
|
||||
"Alternative Logins" : "Accessi alternativi",
|
||||
"Account access" : "Accesso account",
|
||||
"You are about to grant %s access to your %s account." : "Stai per accordare a \"%s\" l'accesso al tuo account %s.",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contatta il tuo amministratore di sistema. Se sei un amministratore di questa istanza, configura l'impostazione \"trusted_domains\" in config/config.php. Una configurazione di esempio è disponibile in config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "In base alla tua configurazione, come amministratore potrai utilizzare anche il pulsante in basso per rendere attendibile questo dominio.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Per la guida, vedi la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentazione</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "La tua versione di PHP non ha il supporto freetype. Ciò causera problemi con le immagini dei profili e con l'interfaccia delle impostazioni."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "La tua versione di PHP non ha il supporto freetype. Ciò causera problemi con le immagini dei profili e con l'interfaccia delle impostazioni.",
|
||||
"Back to log in" : "Torna alla schermata di accesso"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Abbiamo rilevato molti tentativi di autenticazione falliti dal tuo indirizzo IP. Di conseguenza il prossimo tentativo è ritardato di 30 secondi.",
|
||||
"Stay logged in" : "Rimani collegato",
|
||||
"Forgot password?" : "Hai dimenticato la password?",
|
||||
"Back to log in" : "Torna alla schermata di accesso",
|
||||
"Alternative Logins" : "Accessi alternativi",
|
||||
"Account access" : "Accesso account",
|
||||
"You are about to grant %s access to your %s account." : "Stai per accordare a \"%s\" l'accesso al tuo account %s.",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contatta il tuo amministratore di sistema. Se sei un amministratore di questa istanza, configura l'impostazione \"trusted_domains\" in config/config.php. Una configurazione di esempio è disponibile in config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "In base alla tua configurazione, come amministratore potrai utilizzare anche il pulsante in basso per rendere attendibile questo dominio.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Per la guida, vedi la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentazione</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "La tua versione di PHP non ha il supporto freetype. Ciò causera problemi con le immagini dei profili e con l'interfaccia delle impostazioni."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "La tua versione di PHP non ha il supporto freetype. Ciò causera problemi con le immagini dei profili e con l'interfaccia delle impostazioni.",
|
||||
"Back to log in" : "Torna alla schermata di accesso"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "თქვენი IP მისამართით შევნიშნეთ არაერთი წარუმატებელი ავტორიზაციის მცდელობა. აქედან გამომდინარე თქვენი შემდეგი ავტორიზაციის მცდელობა შეიზღუდება დაახლოებით 30 წამით.",
|
||||
"Stay logged in" : "ავტორიზებულად დარჩენა",
|
||||
"Forgot password?" : "დაგავიწყდათ პაროლი?",
|
||||
"Back to log in" : "უკან ავტორიზაციისკენ",
|
||||
"Alternative Logins" : "ალტერნატიული ლოგინები",
|
||||
"Account access" : "წვდომა ანგარიშზე",
|
||||
"You are about to grant %s access to your %s account." : "თქვენ აპირებთ წვდომის უფლებები მიანიჭოთ %s-ს თქვენს %s ანგარიშზე.",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "გთხოვთ დაუკავშირდეთ თქვენს ადმინისტრატორს. იმ შემთხვევაში თუ ბრძანდებით ადმინისტრატორი, config/config.php-ში შეცვალეთ \"trusted_domains\" პარამეტრი. მაგალითი მოყვანილია config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "თქვენი კონფიგურაციიდან გამომდინარე, როგორც ადმინისტრატორმა დომენის ნდობისთვის ასევე შეგიძლიათ ისარგებლოთ ქვემოთ არსებული ღილაკითაც.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "დახმარებისთვის იხილეთ <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">დოკუმენტაცია</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "თქვენს PHP-ს არ აქვს freetype-ის მხარდაჭერა. ეს გამოწვევს დარღვეულ პროფილის სურათებს და მომხმარებლის ინტერფეისს."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "თქვენს PHP-ს არ აქვს freetype-ის მხარდაჭერა. ეს გამოწვევს დარღვეულ პროფილის სურათებს და მომხმარებლის ინტერფეისს.",
|
||||
"Back to log in" : "უკან ავტორიზაციისკენ"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "თქვენი IP მისამართით შევნიშნეთ არაერთი წარუმატებელი ავტორიზაციის მცდელობა. აქედან გამომდინარე თქვენი შემდეგი ავტორიზაციის მცდელობა შეიზღუდება დაახლოებით 30 წამით.",
|
||||
"Stay logged in" : "ავტორიზებულად დარჩენა",
|
||||
"Forgot password?" : "დაგავიწყდათ პაროლი?",
|
||||
"Back to log in" : "უკან ავტორიზაციისკენ",
|
||||
"Alternative Logins" : "ალტერნატიული ლოგინები",
|
||||
"Account access" : "წვდომა ანგარიშზე",
|
||||
"You are about to grant %s access to your %s account." : "თქვენ აპირებთ წვდომის უფლებები მიანიჭოთ %s-ს თქვენს %s ანგარიშზე.",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "გთხოვთ დაუკავშირდეთ თქვენს ადმინისტრატორს. იმ შემთხვევაში თუ ბრძანდებით ადმინისტრატორი, config/config.php-ში შეცვალეთ \"trusted_domains\" პარამეტრი. მაგალითი მოყვანილია config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "თქვენი კონფიგურაციიდან გამომდინარე, როგორც ადმინისტრატორმა დომენის ნდობისთვის ასევე შეგიძლიათ ისარგებლოთ ქვემოთ არსებული ღილაკითაც.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "დახმარებისთვის იხილეთ <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">დოკუმენტაცია</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "თქვენს PHP-ს არ აქვს freetype-ის მხარდაჭერა. ეს გამოწვევს დარღვეულ პროფილის სურათებს და მომხმარებლის ინტერფეისს."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "თქვენს PHP-ს არ აქვს freetype-ის მხარდაჭერა. ეს გამოწვევს დარღვეულ პროფილის სურათებს და მომხმარებლის ინტერფეისს.",
|
||||
"Back to log in" : "უკან ავტორიზაციისკენ"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "사용 중인 IP에서 여러 번의 잘못된 로그인 시도를 감지했습니다. 30초 후에 다시 로그인할 수 있습니다.",
|
||||
"Stay logged in" : "로그인 유지",
|
||||
"Forgot password?" : "암호를 잊으셨습니까?",
|
||||
"Back to log in" : "로그인으로 돌아가기",
|
||||
"Alternative Logins" : "대체 로그인",
|
||||
"Account access" : "계정 접근",
|
||||
"You are about to grant %s access to your %s account." : "\"%s\"에 접근하기 위해서 %s 계정을 사용하려고 합니다.",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "시스템 관리자에게 연락하십시오. 만약 이 인스턴스의 관리자라면 config/config.php에서 \"trusted_domains\" 설정을 편집하십시오. config/config.sample.php에 있는 예제 설정을 참고하십시오.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "설정에 따라서 관리자 권한으로 아래 단추를 눌러서 이 도메인을 신뢰하도록 설정할 수 있습니다.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "도움이 필요한 경우 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">문서</a>를 참조하십시오.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP에 freetype 지원이 없습니다. 프로필 사진과 설정 인터페이스가 올바르게 표시되지 않을 수도 있습니다."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP에 freetype 지원이 없습니다. 프로필 사진과 설정 인터페이스가 올바르게 표시되지 않을 수도 있습니다.",
|
||||
"Back to log in" : "로그인으로 돌아가기"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "사용 중인 IP에서 여러 번의 잘못된 로그인 시도를 감지했습니다. 30초 후에 다시 로그인할 수 있습니다.",
|
||||
"Stay logged in" : "로그인 유지",
|
||||
"Forgot password?" : "암호를 잊으셨습니까?",
|
||||
"Back to log in" : "로그인으로 돌아가기",
|
||||
"Alternative Logins" : "대체 로그인",
|
||||
"Account access" : "계정 접근",
|
||||
"You are about to grant %s access to your %s account." : "\"%s\"에 접근하기 위해서 %s 계정을 사용하려고 합니다.",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "시스템 관리자에게 연락하십시오. 만약 이 인스턴스의 관리자라면 config/config.php에서 \"trusted_domains\" 설정을 편집하십시오. config/config.sample.php에 있는 예제 설정을 참고하십시오.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "설정에 따라서 관리자 권한으로 아래 단추를 눌러서 이 도메인을 신뢰하도록 설정할 수 있습니다.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "도움이 필요한 경우 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">문서</a>를 참조하십시오.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP에 freetype 지원이 없습니다. 프로필 사진과 설정 인터페이스가 올바르게 표시되지 않을 수도 있습니다."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP에 freetype 지원이 없습니다. 프로필 사진과 설정 인터페이스가 올바르게 표시되지 않을 수도 있습니다.",
|
||||
"Back to log in" : "로그인으로 돌아가기"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -260,7 +260,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Neteisingas slaptažodis.",
|
||||
"Stay logged in" : "Likti prisijungus",
|
||||
"Forgot password?" : "Pamiršote slaptažodį?",
|
||||
"Back to log in" : "Grįžti prie prisijungimo",
|
||||
"Alternative Logins" : "Alternatyvūs prisijungimai",
|
||||
"Account access" : "Paskyros prieiga",
|
||||
"You are about to grant %s access to your %s account." : "Jūs ketinate suteikti %s prieigą prie savo %s paskyros.",
|
||||
|
@ -299,6 +298,7 @@ OC.L10N.register(
|
|||
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Išsamesnei informacijai apie tai kaip tinkamai sukonfigūruoti savo serverį, žiūrėkite <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dokumentaciją</a>.",
|
||||
"This action requires you to confirm your password:" : "Šis veiksmas reikalauja, kad patvirtintumėte savo slaptažodį:",
|
||||
"Wrong password. Reset it?" : "Neteisingas slaptažodis. Atstatyti jį?",
|
||||
"You are about to grant \"%s\" access to your %s account." : "Ketinate suteikti \"%s\" prieigą prie savo %s paskyros."
|
||||
"You are about to grant \"%s\" access to your %s account." : "Ketinate suteikti \"%s\" prieigą prie savo %s paskyros.",
|
||||
"Back to log in" : "Grįžti prie prisijungimo"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
|
|
|
@ -258,7 +258,6 @@
|
|||
"Wrong password." : "Neteisingas slaptažodis.",
|
||||
"Stay logged in" : "Likti prisijungus",
|
||||
"Forgot password?" : "Pamiršote slaptažodį?",
|
||||
"Back to log in" : "Grįžti prie prisijungimo",
|
||||
"Alternative Logins" : "Alternatyvūs prisijungimai",
|
||||
"Account access" : "Paskyros prieiga",
|
||||
"You are about to grant %s access to your %s account." : "Jūs ketinate suteikti %s prieigą prie savo %s paskyros.",
|
||||
|
@ -297,6 +296,7 @@
|
|||
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Išsamesnei informacijai apie tai kaip tinkamai sukonfigūruoti savo serverį, žiūrėkite <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dokumentaciją</a>.",
|
||||
"This action requires you to confirm your password:" : "Šis veiksmas reikalauja, kad patvirtintumėte savo slaptažodį:",
|
||||
"Wrong password. Reset it?" : "Neteisingas slaptažodis. Atstatyti jį?",
|
||||
"You are about to grant \"%s\" access to your %s account." : "Ketinate suteikti \"%s\" prieigą prie savo %s paskyros."
|
||||
"You are about to grant \"%s\" access to your %s account." : "Ketinate suteikti \"%s\" prieigą prie savo %s paskyros.",
|
||||
"Back to log in" : "Grįžti prie prisijungimo"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Vi har detektert flere ugyldige påloggingsforsøk fra din IP-adresse. Derfor er din neste innlogging forsinket med opptil 30 sekunder.",
|
||||
"Stay logged in" : "Forbli innlogget",
|
||||
"Forgot password?" : "Glemt passord?",
|
||||
"Back to log in" : "Tilbake til innlogging",
|
||||
"Alternative Logins" : "Alternative innlogginger",
|
||||
"Account access" : "Kontotilgang",
|
||||
"You are about to grant %s access to your %s account." : "Du er i ferd med å gi %s tilgang til din %s konto.",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontakt din administrator. Hvis du er administrator for denne instansen, sett opp innstillingen \"trusted_domains\" i config/config.php. Et eksempel på oppsett er gitt i config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Avhengig av oppsettet kan du, som administrator, kanskje også bruke kanppen nedenfor til å stole på dette domenet.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "For hjelp, se i <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentasjonen</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Din PHP-installasjon har ikke FreeType-støtte. Dette fører til knekte profilbilder og skadelidende innstillingsgrensesnitt."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Din PHP-installasjon har ikke FreeType-støtte. Dette fører til knekte profilbilder og skadelidende innstillingsgrensesnitt.",
|
||||
"Back to log in" : "Tilbake til innlogging"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Vi har detektert flere ugyldige påloggingsforsøk fra din IP-adresse. Derfor er din neste innlogging forsinket med opptil 30 sekunder.",
|
||||
"Stay logged in" : "Forbli innlogget",
|
||||
"Forgot password?" : "Glemt passord?",
|
||||
"Back to log in" : "Tilbake til innlogging",
|
||||
"Alternative Logins" : "Alternative innlogginger",
|
||||
"Account access" : "Kontotilgang",
|
||||
"You are about to grant %s access to your %s account." : "Du er i ferd med å gi %s tilgang til din %s konto.",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Kontakt din administrator. Hvis du er administrator for denne instansen, sett opp innstillingen \"trusted_domains\" i config/config.php. Et eksempel på oppsett er gitt i config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Avhengig av oppsettet kan du, som administrator, kanskje også bruke kanppen nedenfor til å stole på dette domenet.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "For hjelp, se i <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentasjonen</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Din PHP-installasjon har ikke FreeType-støtte. Dette fører til knekte profilbilder og skadelidende innstillingsgrensesnitt."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Din PHP-installasjon har ikke FreeType-støtte. Dette fører til knekte profilbilder og skadelidende innstillingsgrensesnitt.",
|
||||
"Back to log in" : "Tilbake til innlogging"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "We hebben meerdere foutieve inlogverzoeken van jouw IP gedetecteerd. Hierdoor wordt je volgende inlogverzoek 30 seconden uitgesteld.",
|
||||
"Stay logged in" : "Ingelogd blijven",
|
||||
"Forgot password?" : "Wachtwoord vergeten?",
|
||||
"Back to log in" : "Terug naar inloggen",
|
||||
"Alternative Logins" : "Alternatieve inlogs",
|
||||
"Account access" : "Account toegang",
|
||||
"You are about to grant %s access to your %s account." : "Je staat op het punt om %s toegang te verlenen to je %s account.",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Neem contact op met de beheerder. Als je zelf de beheerder bent van deze installatie, zorg dan de \"trusted_domains\" instellingen goed zijn ingesteld in config/config.php. Een voorbeeldconfiguratie vind je in config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Afhankelijk van je instellingen kun je mogelijk als admin ook de onderstaande knop gebruiken om dit domein te vertrouwen.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Voor hulp, zie de <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentatie</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Je PHP ondersteunt geen freetype. Daardoor kunnen profielfoto's en de instellingen niet goed weergegeven worden."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Je PHP ondersteunt geen freetype. Daardoor kunnen profielfoto's en de instellingen niet goed weergegeven worden.",
|
||||
"Back to log in" : "Terug naar inloggen"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "We hebben meerdere foutieve inlogverzoeken van jouw IP gedetecteerd. Hierdoor wordt je volgende inlogverzoek 30 seconden uitgesteld.",
|
||||
"Stay logged in" : "Ingelogd blijven",
|
||||
"Forgot password?" : "Wachtwoord vergeten?",
|
||||
"Back to log in" : "Terug naar inloggen",
|
||||
"Alternative Logins" : "Alternatieve inlogs",
|
||||
"Account access" : "Account toegang",
|
||||
"You are about to grant %s access to your %s account." : "Je staat op het punt om %s toegang te verlenen to je %s account.",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Neem contact op met de beheerder. Als je zelf de beheerder bent van deze installatie, zorg dan de \"trusted_domains\" instellingen goed zijn ingesteld in config/config.php. Een voorbeeldconfiguratie vind je in config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Afhankelijk van je instellingen kun je mogelijk als admin ook de onderstaande knop gebruiken om dit domein te vertrouwen.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Voor hulp, zie de <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentatie</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Je PHP ondersteunt geen freetype. Daardoor kunnen profielfoto's en de instellingen niet goed weergegeven worden."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Je PHP ondersteunt geen freetype. Daardoor kunnen profielfoto's en de instellingen niet goed weergegeven worden.",
|
||||
"Back to log in" : "Terug naar inloggen"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -277,7 +277,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Złe hasło",
|
||||
"Stay logged in" : "Pozostań zalogowany",
|
||||
"Forgot password?" : "Zapomniano hasła?",
|
||||
"Back to log in" : "Powrót do logowania",
|
||||
"Alternative Logins" : "Alternatywne loginy",
|
||||
"Account access" : "Dostęp do konta",
|
||||
"You are about to grant %s access to your %s account." : "Zamierzasz udzielić %s dostępu do Twojego konta %s.",
|
||||
|
@ -320,6 +319,7 @@ OC.L10N.register(
|
|||
"This action requires you to confirm your password:" : "Ta akcja wymaga potwierdzenia Twojego hasła:",
|
||||
"Wrong password. Reset it?" : "Niepoprawne hasło? Zresetować je?",
|
||||
"You are accessing the server from an untrusted domain." : "Uzyskujesz dostęp do serwera z niezaufanej domeny.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Aby uzyskać pomoc, zajrzyj do <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentacji</a>."
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Aby uzyskać pomoc, zajrzyj do <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentacji</a>.",
|
||||
"Back to log in" : "Powrót do logowania"
|
||||
},
|
||||
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
|
||||
|
|
|
@ -275,7 +275,6 @@
|
|||
"Wrong password." : "Złe hasło",
|
||||
"Stay logged in" : "Pozostań zalogowany",
|
||||
"Forgot password?" : "Zapomniano hasła?",
|
||||
"Back to log in" : "Powrót do logowania",
|
||||
"Alternative Logins" : "Alternatywne loginy",
|
||||
"Account access" : "Dostęp do konta",
|
||||
"You are about to grant %s access to your %s account." : "Zamierzasz udzielić %s dostępu do Twojego konta %s.",
|
||||
|
@ -318,6 +317,7 @@
|
|||
"This action requires you to confirm your password:" : "Ta akcja wymaga potwierdzenia Twojego hasła:",
|
||||
"Wrong password. Reset it?" : "Niepoprawne hasło? Zresetować je?",
|
||||
"You are accessing the server from an untrusted domain." : "Uzyskujesz dostęp do serwera z niezaufanej domeny.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Aby uzyskać pomoc, zajrzyj do <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentacji</a>."
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Aby uzyskać pomoc, zajrzyj do <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentacji</a>.",
|
||||
"Back to log in" : "Powrót do logowania"
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Detectamos várias tentativas de login inválidas de seu IP. Portanto, seu próximo login será desacelerado em até 30 segundos.",
|
||||
"Stay logged in" : "Permaneça logado",
|
||||
"Forgot password?" : "Esqueceu a senha?",
|
||||
"Back to log in" : "Voltar ao login",
|
||||
"Alternative Logins" : "Logins alternativos",
|
||||
"Account access" : "Acesso à conta",
|
||||
"You are about to grant %s access to your %s account." : "Você está prestes a conceder acesso a %s à sua conta %s.",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Entre em contato com o administrador. Se você é o administrador, defina a configuração \"trusted_domains\" em config/config.php. Uma configuração de exemplo é fornecida em config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependendo da configuração, como administrador você também poderá usar o botão abaixo para confiar neste domínio.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Para mais ajuda, veja a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentação</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Seu PHP não possui suporte a freetype. Isso resultará em imagens erradas no perfil e na interface de configurações."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Seu PHP não possui suporte a freetype. Isso resultará em imagens erradas no perfil e na interface de configurações.",
|
||||
"Back to log in" : "Voltar ao login"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Detectamos várias tentativas de login inválidas de seu IP. Portanto, seu próximo login será desacelerado em até 30 segundos.",
|
||||
"Stay logged in" : "Permaneça logado",
|
||||
"Forgot password?" : "Esqueceu a senha?",
|
||||
"Back to log in" : "Voltar ao login",
|
||||
"Alternative Logins" : "Logins alternativos",
|
||||
"Account access" : "Acesso à conta",
|
||||
"You are about to grant %s access to your %s account." : "Você está prestes a conceder acesso a %s à sua conta %s.",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Entre em contato com o administrador. Se você é o administrador, defina a configuração \"trusted_domains\" em config/config.php. Uma configuração de exemplo é fornecida em config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependendo da configuração, como administrador você também poderá usar o botão abaixo para confiar neste domínio.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Para mais ajuda, veja a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentação</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Seu PHP não possui suporte a freetype. Isso resultará em imagens erradas no perfil e na interface de configurações."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Seu PHP não possui suporte a freetype. Isso resultará em imagens erradas no perfil e na interface de configurações.",
|
||||
"Back to log in" : "Voltar ao login"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Detectamos múltiplas tentativas falhadas de login do seu IP. Por esse motivo, o seu próximo login será adiado por, até, 30 segundos. ",
|
||||
"Stay logged in" : "Manter sessão iniciada",
|
||||
"Forgot password?" : "Senha esquecida?",
|
||||
"Back to log in" : "Voltar à entrada",
|
||||
"Alternative Logins" : "Contas de Acesso Alternativas",
|
||||
"Account access" : "Acesso a conta",
|
||||
"You are about to grant %s access to your %s account." : "Está prestes a permitir %s aceder á sua conta %s.",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contacte o seu administrador. Se é um administrador desta instância, configure a definição \"trusted_domains\" em config/config.php. É fornecido um exemplo de configuração em config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependendo da sua configuração, como administrador poderá também conseguir usar o botão que se segue para confiar neste domínio.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Para obter ajuda, consulte a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentação</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "O seu PHP não suporta freetype. Isto irá resultar em fotos de perfil e interface de definições corrompidas."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "O seu PHP não suporta freetype. Isto irá resultar em fotos de perfil e interface de definições corrompidas.",
|
||||
"Back to log in" : "Voltar à entrada"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Detectamos múltiplas tentativas falhadas de login do seu IP. Por esse motivo, o seu próximo login será adiado por, até, 30 segundos. ",
|
||||
"Stay logged in" : "Manter sessão iniciada",
|
||||
"Forgot password?" : "Senha esquecida?",
|
||||
"Back to log in" : "Voltar à entrada",
|
||||
"Alternative Logins" : "Contas de Acesso Alternativas",
|
||||
"Account access" : "Acesso a conta",
|
||||
"You are about to grant %s access to your %s account." : "Está prestes a permitir %s aceder á sua conta %s.",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Por favor, contacte o seu administrador. Se é um administrador desta instância, configure a definição \"trusted_domains\" em config/config.php. É fornecido um exemplo de configuração em config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Dependendo da sua configuração, como administrador poderá também conseguir usar o botão que se segue para confiar neste domínio.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Para obter ajuda, consulte a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentação</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "O seu PHP não suporta freetype. Isto irá resultar em fotos de perfil e interface de definições corrompidas."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "O seu PHP não suporta freetype. Isto irá resultar em fotos de perfil e interface de definições corrompidas.",
|
||||
"Back to log in" : "Voltar à entrada"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "С этого IP адреса было выполнено множество неудачных попыток входа. Следующую попытку входа в систему можно будет выполнить через 30 секунд.",
|
||||
"Stay logged in" : "Оставаться в системе",
|
||||
"Forgot password?" : "Забыли пароль?",
|
||||
"Back to log in" : "Авторизоваться повторно",
|
||||
"Alternative Logins" : "Альтернативные имена пользователя",
|
||||
"Account access" : "Доступ к аккаунту",
|
||||
"You are about to grant %s access to your %s account." : "Вы собираетесь предоставить пользователю %s доступ к вашему аккаунту %s.",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Обратитесь к администратору. Если вы являетесь администратором этого сервера, измените значение параметра «trusted_domains» в файле «config/config.php». Пример настройки можно найти в файле «config/config.sample.php».",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "В зависимости от конфигурации, вы, как администратор, можете также добавить домен в список доверенных при помощи кнопки, расположенной ниже.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Для получения помощи обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">документации</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Установленная версия PHP не поддерживает библиотеку FreeType, что приводит к неверному отображению изображений профиля и интерфейса настроек."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Установленная версия PHP не поддерживает библиотеку FreeType, что приводит к неверному отображению изображений профиля и интерфейса настроек.",
|
||||
"Back to log in" : "Авторизоваться повторно"
|
||||
},
|
||||
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "С этого IP адреса было выполнено множество неудачных попыток входа. Следующую попытку входа в систему можно будет выполнить через 30 секунд.",
|
||||
"Stay logged in" : "Оставаться в системе",
|
||||
"Forgot password?" : "Забыли пароль?",
|
||||
"Back to log in" : "Авторизоваться повторно",
|
||||
"Alternative Logins" : "Альтернативные имена пользователя",
|
||||
"Account access" : "Доступ к аккаунту",
|
||||
"You are about to grant %s access to your %s account." : "Вы собираетесь предоставить пользователю %s доступ к вашему аккаунту %s.",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Обратитесь к администратору. Если вы являетесь администратором этого сервера, измените значение параметра «trusted_domains» в файле «config/config.php». Пример настройки можно найти в файле «config/config.sample.php».",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "В зависимости от конфигурации, вы, как администратор, можете также добавить домен в список доверенных при помощи кнопки, расположенной ниже.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Для получения помощи обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">документации</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Установленная версия PHP не поддерживает библиотеку FreeType, что приводит к неверному отображению изображений профиля и интерфейса настроек."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Установленная версия PHP не поддерживает библиотеку FreeType, что приводит к неверному отображению изображений профиля и интерфейса настроек.",
|
||||
"Back to log in" : "Авторизоваться повторно"
|
||||
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
|
||||
}
|
|
@ -234,7 +234,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Napačno geslo!",
|
||||
"Stay logged in" : "Ohrani prijavo",
|
||||
"Forgot password?" : "Pozabili geslo?",
|
||||
"Back to log in" : "Nazaj na prijavo",
|
||||
"Alternative Logins" : "Druge prijavne možnosti",
|
||||
"Grant access" : "Odobri dostop",
|
||||
"App token" : "Ključ aplikacije",
|
||||
|
@ -261,6 +260,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Strežnik %s je trenutno v načinu vzdrževanja, kar lahko traja.",
|
||||
"This page will refresh itself when the %s instance is available again." : "Stran bo osvežena ko bo %s spet na voljo.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Stopite v stik s skrbnikom sistema, če se bo sporočilo še naprej nepričakovano prikazovalo.",
|
||||
"Thank you for your patience." : "Hvala za potrpežljivost!"
|
||||
"Thank you for your patience." : "Hvala za potrpežljivost!",
|
||||
"Back to log in" : "Nazaj na prijavo"
|
||||
},
|
||||
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|
||||
|
|
|
@ -232,7 +232,6 @@
|
|||
"Wrong password." : "Napačno geslo!",
|
||||
"Stay logged in" : "Ohrani prijavo",
|
||||
"Forgot password?" : "Pozabili geslo?",
|
||||
"Back to log in" : "Nazaj na prijavo",
|
||||
"Alternative Logins" : "Druge prijavne možnosti",
|
||||
"Grant access" : "Odobri dostop",
|
||||
"App token" : "Ključ aplikacije",
|
||||
|
@ -259,6 +258,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Strežnik %s je trenutno v načinu vzdrževanja, kar lahko traja.",
|
||||
"This page will refresh itself when the %s instance is available again." : "Stran bo osvežena ko bo %s spet na voljo.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Stopite v stik s skrbnikom sistema, če se bo sporočilo še naprej nepričakovano prikazovalo.",
|
||||
"Thank you for your patience." : "Hvala za potrpežljivost!"
|
||||
"Thank you for your patience." : "Hvala za potrpežljivost!",
|
||||
"Back to log in" : "Nazaj na prijavo"
|
||||
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Приметили смо више неисправних покушаја пријава са Ваше IP адресе. Следећа пријава ће бити могућа тек за 30 секунди.",
|
||||
"Stay logged in" : "Останите пријављени",
|
||||
"Forgot password?" : "Заборавили сте лозинку?",
|
||||
"Back to log in" : "Назад на пријаву",
|
||||
"Alternative Logins" : "Алтернативне пријаве",
|
||||
"Account access" : "Приступ налогу",
|
||||
"You are about to grant %s access to your %s account." : "Управо ћете одобрити %s приступ Вашем %s налогу.",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Контактирајте Вашег администратора. Ако сте Ви администратор, измените \"trusted_domains\" подешавање у config/config.php. Пример једног подешавања је дат у config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Зависно од ваших подешавања, као администратор можете употребити дугме испод да потврдите поузданост домена.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "За помоћ, погледајте <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">документацију</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Ваша PHP инсталација нема подршку за freetype. Ово ће довести до неисправних профилних слика и неисправног интерфејса за подешавања."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Ваша PHP инсталација нема подршку за freetype. Ово ће довести до неисправних профилних слика и неисправног интерфејса за подешавања.",
|
||||
"Back to log in" : "Назад на пријаву"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Приметили смо више неисправних покушаја пријава са Ваше IP адресе. Следећа пријава ће бити могућа тек за 30 секунди.",
|
||||
"Stay logged in" : "Останите пријављени",
|
||||
"Forgot password?" : "Заборавили сте лозинку?",
|
||||
"Back to log in" : "Назад на пријаву",
|
||||
"Alternative Logins" : "Алтернативне пријаве",
|
||||
"Account access" : "Приступ налогу",
|
||||
"You are about to grant %s access to your %s account." : "Управо ћете одобрити %s приступ Вашем %s налогу.",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Контактирајте Вашег администратора. Ако сте Ви администратор, измените \"trusted_domains\" подешавање у config/config.php. Пример једног подешавања је дат у config/config.sample.php.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Зависно од ваших подешавања, као администратор можете употребити дугме испод да потврдите поузданост домена.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "За помоћ, погледајте <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">документацију</a>.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Ваша PHP инсталација нема подршку за freetype. Ово ће довести до неисправних профилних слика и неисправног интерфејса за подешавања."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "Ваша PHP инсталација нема подршку за freetype. Ово ће довести до неисправних профилних слика и неисправног интерфејса за подешавања.",
|
||||
"Back to log in" : "Назад на пријаву"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
}
|
|
@ -260,7 +260,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Fel lösenord.",
|
||||
"Stay logged in" : "Fortsätt vara inloggad.",
|
||||
"Forgot password?" : "Glömt lösenordet?",
|
||||
"Back to log in" : "Tillbaks till inloggning",
|
||||
"Alternative Logins" : "Alternativa inloggningar",
|
||||
"Account access" : "Kontoåtkomst",
|
||||
"You are about to grant %s access to your %s account." : "Du håller på att ge %s tillgång till ditt %s-konto.",
|
||||
|
@ -296,6 +295,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Denna %s-instans befinner sig för närvarande i underhållsläge, vilket kan ta ett tag.",
|
||||
"This page will refresh itself when the %s instance is available again." : "Denna sida uppdaterar sig själv när %s-instansen är tillgänglig igen.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hör av dig till din systemadministratör om detta meddelande fortsätter eller visas oväntat.",
|
||||
"Thank you for your patience." : "Tack för ditt tålamod."
|
||||
"Thank you for your patience." : "Tack för ditt tålamod.",
|
||||
"Back to log in" : "Tillbaks till inloggning"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -258,7 +258,6 @@
|
|||
"Wrong password." : "Fel lösenord.",
|
||||
"Stay logged in" : "Fortsätt vara inloggad.",
|
||||
"Forgot password?" : "Glömt lösenordet?",
|
||||
"Back to log in" : "Tillbaks till inloggning",
|
||||
"Alternative Logins" : "Alternativa inloggningar",
|
||||
"Account access" : "Kontoåtkomst",
|
||||
"You are about to grant %s access to your %s account." : "Du håller på att ge %s tillgång till ditt %s-konto.",
|
||||
|
@ -294,6 +293,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Denna %s-instans befinner sig för närvarande i underhållsläge, vilket kan ta ett tag.",
|
||||
"This page will refresh itself when the %s instance is available again." : "Denna sida uppdaterar sig själv när %s-instansen är tillgänglig igen.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hör av dig till din systemadministratör om detta meddelande fortsätter eller visas oväntat.",
|
||||
"Thank you for your patience." : "Tack för ditt tålamod."
|
||||
"Thank you for your patience." : "Tack för ditt tålamod.",
|
||||
"Back to log in" : "Tillbaks till inloggning"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -279,7 +279,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "IP adresinizden yapılan birden çok geçersiz oturum açma girişimi algılandı. Bu nedenle oturum açmanız 30 saniye süreyle engellendi.",
|
||||
"Stay logged in" : "Bağlı kal",
|
||||
"Forgot password?" : "Parolamı unuttum",
|
||||
"Back to log in" : "Oturum açmaya geri dön",
|
||||
"Alternative Logins" : "Alternatif Oturum Açmalar",
|
||||
"Account access" : "Hesap erişimi",
|
||||
"You are about to grant %s access to your %s account." : "%s erişim iznini %s hesabınız için vermek üzeresiniz.",
|
||||
|
@ -344,6 +343,7 @@ OC.L10N.register(
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Lütfen yöneticiniz ile görüşün. Bu kopyanın yöneticisi iseniz, config/config.php dosyası içerisindeki \"trusted_domain\" ayarını yapın. Örnek yapılandırma config/config.sample.php dosyasında görülebilir.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Yapılandırmanıza bağlı olarak, bir yönetici olarak bu etki alanına güvenmek için aşağıdaki düğmeyi de kullanabilirsiniz.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Yardım almak için, <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">belgelere</a> bakın.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP kurulumunuzda FreeType desteği yok. Bu durum profil görsellerinin ve ayarlar bölümünün bozuk görüntülenmesine neden olur."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP kurulumunuzda FreeType desteği yok. Bu durum profil görsellerinin ve ayarlar bölümünün bozuk görüntülenmesine neden olur.",
|
||||
"Back to log in" : "Oturum açmaya geri dön"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
@ -277,7 +277,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "IP adresinizden yapılan birden çok geçersiz oturum açma girişimi algılandı. Bu nedenle oturum açmanız 30 saniye süreyle engellendi.",
|
||||
"Stay logged in" : "Bağlı kal",
|
||||
"Forgot password?" : "Parolamı unuttum",
|
||||
"Back to log in" : "Oturum açmaya geri dön",
|
||||
"Alternative Logins" : "Alternatif Oturum Açmalar",
|
||||
"Account access" : "Hesap erişimi",
|
||||
"You are about to grant %s access to your %s account." : "%s erişim iznini %s hesabınız için vermek üzeresiniz.",
|
||||
|
@ -342,6 +341,7 @@
|
|||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Lütfen yöneticiniz ile görüşün. Bu kopyanın yöneticisi iseniz, config/config.php dosyası içerisindeki \"trusted_domain\" ayarını yapın. Örnek yapılandırma config/config.sample.php dosyasında görülebilir.",
|
||||
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Yapılandırmanıza bağlı olarak, bir yönetici olarak bu etki alanına güvenmek için aşağıdaki düğmeyi de kullanabilirsiniz.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Yardım almak için, <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">belgelere</a> bakın.",
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP kurulumunuzda FreeType desteği yok. Bu durum profil görsellerinin ve ayarlar bölümünün bozuk görüntülenmesine neden olur."
|
||||
"Your PHP does not have freetype support. This will result in broken profile pictures and settings interface." : "PHP kurulumunuzda FreeType desteği yok. Bu durum profil görsellerinin ve ayarlar bölümünün bozuk görüntülenmesine neden olur.",
|
||||
"Back to log in" : "Oturum açmaya geri dön"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -239,7 +239,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "Невірний пароль.",
|
||||
"Stay logged in" : "Залишатись в системі",
|
||||
"Forgot password?" : "Забули пароль?",
|
||||
"Back to log in" : "Повернутися до сторінки авторизації",
|
||||
"Alternative Logins" : "Альтернативні імена користувача",
|
||||
"Account access" : "Доступ до облікового запису",
|
||||
"Grant access" : "Дозволити доступ",
|
||||
|
@ -263,6 +262,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Цей %s знаходиться в режимі технічного обслуговування, яке може зайняти деякий час.",
|
||||
"This page will refresh itself when the %s instance is available again." : "Ця сторінка автоматично перезавантажиться коли екземпляр %s стане знову доступний.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до вашого системного адміністратора якщо це повідомлення не зникає або з'являється несподівано.",
|
||||
"Thank you for your patience." : "Дякуємо за ваше терпіння."
|
||||
"Thank you for your patience." : "Дякуємо за ваше терпіння.",
|
||||
"Back to log in" : "Повернутися до сторінки авторизації"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
|
|
|
@ -237,7 +237,6 @@
|
|||
"Wrong password." : "Невірний пароль.",
|
||||
"Stay logged in" : "Залишатись в системі",
|
||||
"Forgot password?" : "Забули пароль?",
|
||||
"Back to log in" : "Повернутися до сторінки авторизації",
|
||||
"Alternative Logins" : "Альтернативні імена користувача",
|
||||
"Account access" : "Доступ до облікового запису",
|
||||
"Grant access" : "Дозволити доступ",
|
||||
|
@ -261,6 +260,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Цей %s знаходиться в режимі технічного обслуговування, яке може зайняти деякий час.",
|
||||
"This page will refresh itself when the %s instance is available again." : "Ця сторінка автоматично перезавантажиться коли екземпляр %s стане знову доступний.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Зверніться до вашого системного адміністратора якщо це повідомлення не зникає або з'являється несподівано.",
|
||||
"Thank you for your patience." : "Дякуємо за ваше терпіння."
|
||||
"Thank you for your patience." : "Дякуємо за ваше терпіння.",
|
||||
"Back to log in" : "Повернутися до сторінки авторизації"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
}
|
|
@ -202,8 +202,8 @@ OC.L10N.register(
|
|||
"Log in" : "Kirish",
|
||||
"Wrong password." : "Noto'g'ri parol.",
|
||||
"Stay logged in" : "Kirishni unutmang",
|
||||
"Back to log in" : "Kirish uchun qaytib boring",
|
||||
"Alternative Logins" : "Shu bilan bir qatorda kirishlar",
|
||||
"Account access" : "Hisobga kirish"
|
||||
"Account access" : "Hisobga kirish",
|
||||
"Back to log in" : "Kirish uchun qaytib boring"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -200,8 +200,8 @@
|
|||
"Log in" : "Kirish",
|
||||
"Wrong password." : "Noto'g'ri parol.",
|
||||
"Stay logged in" : "Kirishni unutmang",
|
||||
"Back to log in" : "Kirish uchun qaytib boring",
|
||||
"Alternative Logins" : "Shu bilan bir qatorda kirishlar",
|
||||
"Account access" : "Hisobga kirish"
|
||||
"Account access" : "Hisobga kirish",
|
||||
"Back to log in" : "Kirish uchun qaytib boring"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -265,7 +265,6 @@ OC.L10N.register(
|
|||
"Wrong password." : "密码错误",
|
||||
"Stay logged in" : "保持登录",
|
||||
"Forgot password?" : "忘记密码?",
|
||||
"Back to log in" : "返回登录",
|
||||
"Alternative Logins" : "其他登录方式",
|
||||
"Account access" : "账户访问",
|
||||
"You are about to grant %s access to your %s account." : "你将分配 %s 访问权限给你的 %s 账户。",
|
||||
|
@ -307,6 +306,7 @@ OC.L10N.register(
|
|||
"You are about to grant \"%s\" access to your %s account." : "你将分配 \"%s\" 访问权限给你的 %s 账户。",
|
||||
"You are accessing the server from an untrusted domain." : "您正在访问来自不信任域名的服务器.",
|
||||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "请联系您的系统管理员. 如果您是系统管理员, 在 config/config.php 文件中设置 \"trusted_domain\". 可以在 config/config.sample.php 文件中找到例子.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "获取更多帮助, 请查看 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">文档</a>."
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "获取更多帮助, 请查看 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">文档</a>.",
|
||||
"Back to log in" : "返回登录"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -263,7 +263,6 @@
|
|||
"Wrong password." : "密码错误",
|
||||
"Stay logged in" : "保持登录",
|
||||
"Forgot password?" : "忘记密码?",
|
||||
"Back to log in" : "返回登录",
|
||||
"Alternative Logins" : "其他登录方式",
|
||||
"Account access" : "账户访问",
|
||||
"You are about to grant %s access to your %s account." : "你将分配 %s 访问权限给你的 %s 账户。",
|
||||
|
@ -305,6 +304,7 @@
|
|||
"You are about to grant \"%s\" access to your %s account." : "你将分配 \"%s\" 访问权限给你的 %s 账户。",
|
||||
"You are accessing the server from an untrusted domain." : "您正在访问来自不信任域名的服务器.",
|
||||
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "请联系您的系统管理员. 如果您是系统管理员, 在 config/config.php 文件中设置 \"trusted_domain\". 可以在 config/config.sample.php 文件中找到例子.",
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "获取更多帮助, 请查看 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">文档</a>."
|
||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "获取更多帮助, 请查看 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">文档</a>.",
|
||||
"Back to log in" : "返回登录"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -273,7 +273,6 @@ OC.L10N.register(
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "您的 IP 多次嘗試登入無效,下一次登入將會被延時30秒。",
|
||||
"Stay logged in" : "保持登入狀態",
|
||||
"Forgot password?" : "忘記密碼?",
|
||||
"Back to log in" : "回到登入頁面",
|
||||
"Alternative Logins" : "其他登入方法",
|
||||
"Account access" : "帳戶存取",
|
||||
"You are about to grant %s access to your %s account." : "你已批准%s存取你的%s帳戶。",
|
||||
|
@ -309,6 +308,7 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "這個 %s 安裝目前處於維護模式,需要一段時間恢復。",
|
||||
"This page will refresh itself when the %s instance is available again." : "%s 安裝恢復可用之後,本頁會自動重新整理",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "若這個訊息持續出現,請聯絡系統管理員",
|
||||
"Thank you for your patience." : "感謝您的耐心"
|
||||
"Thank you for your patience." : "感謝您的耐心",
|
||||
"Back to log in" : "回到登入頁面"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -271,7 +271,6 @@
|
|||
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "您的 IP 多次嘗試登入無效,下一次登入將會被延時30秒。",
|
||||
"Stay logged in" : "保持登入狀態",
|
||||
"Forgot password?" : "忘記密碼?",
|
||||
"Back to log in" : "回到登入頁面",
|
||||
"Alternative Logins" : "其他登入方法",
|
||||
"Account access" : "帳戶存取",
|
||||
"You are about to grant %s access to your %s account." : "你已批准%s存取你的%s帳戶。",
|
||||
|
@ -307,6 +306,7 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "這個 %s 安裝目前處於維護模式,需要一段時間恢復。",
|
||||
"This page will refresh itself when the %s instance is available again." : "%s 安裝恢復可用之後,本頁會自動重新整理",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "若這個訊息持續出現,請聯絡系統管理員",
|
||||
"Thank you for your patience." : "感謝您的耐心"
|
||||
"Thank you for your patience." : "感謝您的耐心",
|
||||
"Back to log in" : "回到登入頁面"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -61,13 +61,10 @@ OC.L10N.register(
|
|||
"Enabling app …" : "جارٍ تنشيط التطبيق …",
|
||||
"Error while enabling app" : "خطا عند تفعيل البرنامج ",
|
||||
"App up to date" : "التطبيق مُحدّث",
|
||||
"Upgrading …" : "الترقية جارية …",
|
||||
"Could not upgrade app" : "لم نتمكّن مِن ترقية التطبيق",
|
||||
"Updated" : "تم التحديث بنجاح",
|
||||
"Removing …" : "عملية الحذف جارية …",
|
||||
"Could not remove app" : "لم نتمكّن مِن حذف التطبيق",
|
||||
"Remove" : "حذف",
|
||||
"App upgrade" : "ترقية التطبيق",
|
||||
"Approved" : "تم قبوله",
|
||||
"Experimental" : "تجريبي",
|
||||
"Enable all" : "تنشيط الكل",
|
||||
|
|
|
@ -59,13 +59,10 @@
|
|||
"Enabling app …" : "جارٍ تنشيط التطبيق …",
|
||||
"Error while enabling app" : "خطا عند تفعيل البرنامج ",
|
||||
"App up to date" : "التطبيق مُحدّث",
|
||||
"Upgrading …" : "الترقية جارية …",
|
||||
"Could not upgrade app" : "لم نتمكّن مِن ترقية التطبيق",
|
||||
"Updated" : "تم التحديث بنجاح",
|
||||
"Removing …" : "عملية الحذف جارية …",
|
||||
"Could not remove app" : "لم نتمكّن مِن حذف التطبيق",
|
||||
"Remove" : "حذف",
|
||||
"App upgrade" : "ترقية التطبيق",
|
||||
"Approved" : "تم قبوله",
|
||||
"Experimental" : "تجريبي",
|
||||
"Enable all" : "تنشيط الكل",
|
||||
|
|
|
@ -103,14 +103,10 @@ OC.L10N.register(
|
|||
"Error: Could not disable broken app" : "Chyba: nezdařilo se vypnout rozbitou aplikaci",
|
||||
"Error while disabling broken app" : "Chyba při vypínání rozbité aplikace",
|
||||
"App up to date" : "Aplikace je aktuální",
|
||||
"Upgrading …" : "Aktualizuji ...",
|
||||
"Could not upgrade app" : "Aplikaci nelze aktualizovat",
|
||||
"Updated" : "Aktualizováno",
|
||||
"Removing …" : "Odstraňování …",
|
||||
"Could not remove app" : "Nepodařilo se odebrat aplikaci",
|
||||
"Remove" : "Odstranit",
|
||||
"The app has been enabled but needs to be upgraded. You will be redirected to the upgrade page in 5 seconds." : "Aplikace byla povolena ale je třeba ji aktualizovat. Za 5 sekund budete přesměrování na stránku pro aktualizaci.",
|
||||
"App upgrade" : "Aktualizace aplikace",
|
||||
"Approved" : "Potvrzeno",
|
||||
"Experimental" : "Experimentální",
|
||||
"No apps found for {query}" : "Nebyly nalezeny žádné aplikace pro {query}",
|
||||
|
|
|
@ -101,14 +101,10 @@
|
|||
"Error: Could not disable broken app" : "Chyba: nezdařilo se vypnout rozbitou aplikaci",
|
||||
"Error while disabling broken app" : "Chyba při vypínání rozbité aplikace",
|
||||
"App up to date" : "Aplikace je aktuální",
|
||||
"Upgrading …" : "Aktualizuji ...",
|
||||
"Could not upgrade app" : "Aplikaci nelze aktualizovat",
|
||||
"Updated" : "Aktualizováno",
|
||||
"Removing …" : "Odstraňování …",
|
||||
"Could not remove app" : "Nepodařilo se odebrat aplikaci",
|
||||
"Remove" : "Odstranit",
|
||||
"The app has been enabled but needs to be upgraded. You will be redirected to the upgrade page in 5 seconds." : "Aplikace byla povolena ale je třeba ji aktualizovat. Za 5 sekund budete přesměrování na stránku pro aktualizaci.",
|
||||
"App upgrade" : "Aktualizace aplikace",
|
||||
"Approved" : "Potvrzeno",
|
||||
"Experimental" : "Experimentální",
|
||||
"No apps found for {query}" : "Nebyly nalezeny žádné aplikace pro {query}",
|
||||
|
|
|
@ -104,14 +104,12 @@ OC.L10N.register(
|
|||
"Error: Could not disable broken app" : " Fehler: Die beschädigte Anwendung konnte nicht deaktiviert werden ",
|
||||
"Error while disabling broken app" : "Beim Deaktivieren der defekten App ist ein Fehler aufgetreten",
|
||||
"App up to date" : "App ist aktuell",
|
||||
"Upgrading …" : "Aktualisiere ...",
|
||||
"Could not upgrade app" : "App konnte nicht aktualisiert werden",
|
||||
"Updated" : "Aktualisiert",
|
||||
"Removing …" : "Entferne…",
|
||||
"Could not remove app" : "App konnte nicht entfernt werden",
|
||||
"Remove" : "Entfernen",
|
||||
"The app has been enabled but needs to be upgraded. You will be redirected to the upgrade page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Du wirst in 5 Sekunden zur Aktualisierungsseite weitergeleitet.",
|
||||
"App upgrade" : "App aktualisieren",
|
||||
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Du wirst in 5 Sekunden zur Aktualisierungsseite weitergeleitet.",
|
||||
"App update" : "App-Aktualisierung",
|
||||
"Approved" : "Geprüft",
|
||||
"Experimental" : "Experimentell",
|
||||
"No apps found for {query}" : "Keine Applikationen für {query} gefunden",
|
||||
|
@ -387,8 +385,6 @@ OC.L10N.register(
|
|||
"Updating...." : "Aktualisiere…",
|
||||
"Error while updating app" : "Fehler beim Aktualisieren der App",
|
||||
"Error while removing app" : "Fehler beim Entfernen der App",
|
||||
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Du wirst in 5 Sekunden zur Aktualisierungsseite weitergeleitet.",
|
||||
"App update" : "App-Aktualisierung",
|
||||
"A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden",
|
||||
"A valid email must be provided" : "Es muss eine gültige E-Mail-Adresse angegeben werden",
|
||||
"__language_name__" : "Deutsch (Persönlich: Du)",
|
||||
|
|
|
@ -102,14 +102,12 @@
|
|||
"Error: Could not disable broken app" : " Fehler: Die beschädigte Anwendung konnte nicht deaktiviert werden ",
|
||||
"Error while disabling broken app" : "Beim Deaktivieren der defekten App ist ein Fehler aufgetreten",
|
||||
"App up to date" : "App ist aktuell",
|
||||
"Upgrading …" : "Aktualisiere ...",
|
||||
"Could not upgrade app" : "App konnte nicht aktualisiert werden",
|
||||
"Updated" : "Aktualisiert",
|
||||
"Removing …" : "Entferne…",
|
||||
"Could not remove app" : "App konnte nicht entfernt werden",
|
||||
"Remove" : "Entfernen",
|
||||
"The app has been enabled but needs to be upgraded. You will be redirected to the upgrade page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Du wirst in 5 Sekunden zur Aktualisierungsseite weitergeleitet.",
|
||||
"App upgrade" : "App aktualisieren",
|
||||
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Du wirst in 5 Sekunden zur Aktualisierungsseite weitergeleitet.",
|
||||
"App update" : "App-Aktualisierung",
|
||||
"Approved" : "Geprüft",
|
||||
"Experimental" : "Experimentell",
|
||||
"No apps found for {query}" : "Keine Applikationen für {query} gefunden",
|
||||
|
@ -385,8 +383,6 @@
|
|||
"Updating...." : "Aktualisiere…",
|
||||
"Error while updating app" : "Fehler beim Aktualisieren der App",
|
||||
"Error while removing app" : "Fehler beim Entfernen der App",
|
||||
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Du wirst in 5 Sekunden zur Aktualisierungsseite weitergeleitet.",
|
||||
"App update" : "App-Aktualisierung",
|
||||
"A valid password must be provided" : "Es muss ein gültiges Passwort angegeben werden",
|
||||
"A valid email must be provided" : "Es muss eine gültige E-Mail-Adresse angegeben werden",
|
||||
"__language_name__" : "Deutsch (Persönlich: Du)",
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue