diff options
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/cs.js | 2 | ||||
-rw-r--r-- | lib/l10n/cs.json | 2 | ||||
-rw-r--r-- | lib/l10n/pt_PT.js | 1 | ||||
-rw-r--r-- | lib/l10n/pt_PT.json | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index b56cef5114d..722d58322fb 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -94,7 +94,7 @@ OC.L10N.register( "Oracle connection could not be established" : "Spojení s Oracle nemohlo být navázáno", "Oracle username and/or password not valid" : "Neplatné uživatelské jméno a/nebo heslo do Oracle", "PostgreSQL username and/or password not valid" : "Neplatné uživatelské jméno a/nebo heslo do PostgreSQL", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X není podporován a %s nebude na této platformě správně fungovat. Používejte pouze na vlastní nebezpečí!", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "macOS není podporován a %s nebude na této platformě správně fungovat. Používejte pouze na vlastní nebezpečí!", "For the best results, please consider using a GNU/Linux server instead." : "Místo toho zvažte pro nejlepší funkčnost použití GNU/Linux serveru.", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Zdá se, že tato instance %s je provozována v 32-bitovém PHP prostředí a v php.ini je nastavena volba open_basedir. Toto povede k problémům se soubory většími než 4 GB a silně není doporučováno.", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Odstraňte z php.ini nastavení volby open_basedir nebo přejděte na 64-bitové PHP.", diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index e57826b0cb3..f8f3adc60a9 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -92,7 +92,7 @@ "Oracle connection could not be established" : "Spojení s Oracle nemohlo být navázáno", "Oracle username and/or password not valid" : "Neplatné uživatelské jméno a/nebo heslo do Oracle", "PostgreSQL username and/or password not valid" : "Neplatné uživatelské jméno a/nebo heslo do PostgreSQL", - "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X není podporován a %s nebude na této platformě správně fungovat. Používejte pouze na vlastní nebezpečí!", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "macOS není podporován a %s nebude na této platformě správně fungovat. Používejte pouze na vlastní nebezpečí!", "For the best results, please consider using a GNU/Linux server instead." : "Místo toho zvažte pro nejlepší funkčnost použití GNU/Linux serveru.", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Zdá se, že tato instance %s je provozována v 32-bitovém PHP prostředí a v php.ini je nastavena volba open_basedir. Toto povede k problémům se soubory většími než 4 GB a silně není doporučováno.", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Odstraňte z php.ini nastavení volby open_basedir nebo přejděte na 64-bitové PHP.", diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js index 99f2090c987..00314ac1eb1 100644 --- a/lib/l10n/pt_PT.js +++ b/lib/l10n/pt_PT.js @@ -196,6 +196,7 @@ OC.L10N.register( "Create" : "Criar", "Delete" : "Apagar", "Share" : "Partilhar", + "Overview" : "Visão Geral", "Basic settings" : "Definições básicas", "Sharing" : "Partilhar", "Security" : "Segurança", diff --git a/lib/l10n/pt_PT.json b/lib/l10n/pt_PT.json index 762d97516cd..8ac692003a7 100644 --- a/lib/l10n/pt_PT.json +++ b/lib/l10n/pt_PT.json @@ -194,6 +194,7 @@ "Create" : "Criar", "Delete" : "Apagar", "Share" : "Partilhar", + "Overview" : "Visão Geral", "Basic settings" : "Definições básicas", "Sharing" : "Partilhar", "Security" : "Segurança", |