diff --git a/apps/comments/l10n/cs_CZ.js b/apps/comments/l10n/cs_CZ.js index 872020eee6..a87dac3fde 100644 --- a/apps/comments/l10n/cs_CZ.js +++ b/apps/comments/l10n/cs_CZ.js @@ -1,6 +1,7 @@ OC.L10N.register( "comments", { + "Comments for files (always listed in stream)" : "Komentáře pro soubory (vždy uvedeny v proudu)", "You commented" : "Okomentoval(a) jsi", "%1$s commented" : "%1$s okomentován", "You commented on %2$s" : "Okomentoval(a) jsi %2$s", diff --git a/apps/comments/l10n/cs_CZ.json b/apps/comments/l10n/cs_CZ.json index ab470d9898..e646b72a49 100644 --- a/apps/comments/l10n/cs_CZ.json +++ b/apps/comments/l10n/cs_CZ.json @@ -1,4 +1,5 @@ { "translations": { + "Comments for files (always listed in stream)" : "Komentáře pro soubory (vždy uvedeny v proudu)", "You commented" : "Okomentoval(a) jsi", "%1$s commented" : "%1$s okomentován", "You commented on %2$s" : "Okomentoval(a) jsi %2$s", diff --git a/apps/files_sharing/l10n/cs_CZ.js b/apps/files_sharing/l10n/cs_CZ.js index 2f82224e27..ffaaa9a841 100644 --- a/apps/files_sharing/l10n/cs_CZ.js +++ b/apps/files_sharing/l10n/cs_CZ.js @@ -8,6 +8,24 @@ OC.L10N.register( "Could not authenticate to remote share, password might be wrong" : "Nezdařilo se ověření vzdáleného úložiště, pravděpodobně chybné heslo", "Storage not valid" : "Úložiště není platné", "Couldn't add remote share" : "Nelze přidat vzdálené úložiště", + "Share API is disabled" : "Sdílení API je zakázané", + "Wrong share ID, share doesn't exist" : "Špatné sdílení ID, sdílení neexistuje", + "Could not delete share" : "Nelze smazat sdílení", + "Please specify a file or folder path" : "Prosím zadejte cestu složky nebo souboru", + "Wrong path, file/folder doesn't exist" : "Špatná cesta, soubor/složka neexistuje", + "Please specify a valid user" : "Prosím zadejte platného uživatele", + "Group sharing is disabled by the administrator" : "Skupinové sdílení bylo zakázáno administrátorem", + "Please specify a valid group" : "Prosím zadejte platnou skupinu", + "Public link sharing is disabled by the administrator" : "Veřejný odkaz sdílení je zakázán administrátorem", + "Public upload disabled by the administrator" : "Veřejné nahrávání zakázáno administrátorem", + "Public upload is only possible for publicly shared folders" : "Veřejné nahrávání je možné pouze pro sdílení veřejných složek", + "Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum, formát data musí být YYY-MM-DD", + "Sharing %s failed because the back end does not allow shares from type %s" : "Sdílení %s selhalo, podpůrná vrstva nepodporuje typ sdílení %s", + "Unknown share type" : "Neznámý typ sdílení", + "Not a directory" : "Žádný adresář", + "Can't change permissions for public share links" : "Nelze změnit oprávnění pro veřejně sdílené odkazy", + "Wrong or no update parameter given" : "Chyba nebo žádná aktualizace dle zadaných parametrů", + "Cannot increase permissions" : "Nelze navýšit oprávnění", "Shared with you" : "Sdíleno s vámi", "Shared with others" : "Sdíleno s ostatními", "Shared by link" : "Sdíleno pomocí odkazu", diff --git a/apps/files_sharing/l10n/cs_CZ.json b/apps/files_sharing/l10n/cs_CZ.json index 060a7af415..533f5bdeb4 100644 --- a/apps/files_sharing/l10n/cs_CZ.json +++ b/apps/files_sharing/l10n/cs_CZ.json @@ -6,6 +6,24 @@ "Could not authenticate to remote share, password might be wrong" : "Nezdařilo se ověření vzdáleného úložiště, pravděpodobně chybné heslo", "Storage not valid" : "Úložiště není platné", "Couldn't add remote share" : "Nelze přidat vzdálené úložiště", + "Share API is disabled" : "Sdílení API je zakázané", + "Wrong share ID, share doesn't exist" : "Špatné sdílení ID, sdílení neexistuje", + "Could not delete share" : "Nelze smazat sdílení", + "Please specify a file or folder path" : "Prosím zadejte cestu složky nebo souboru", + "Wrong path, file/folder doesn't exist" : "Špatná cesta, soubor/složka neexistuje", + "Please specify a valid user" : "Prosím zadejte platného uživatele", + "Group sharing is disabled by the administrator" : "Skupinové sdílení bylo zakázáno administrátorem", + "Please specify a valid group" : "Prosím zadejte platnou skupinu", + "Public link sharing is disabled by the administrator" : "Veřejný odkaz sdílení je zakázán administrátorem", + "Public upload disabled by the administrator" : "Veřejné nahrávání zakázáno administrátorem", + "Public upload is only possible for publicly shared folders" : "Veřejné nahrávání je možné pouze pro sdílení veřejných složek", + "Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum, formát data musí být YYY-MM-DD", + "Sharing %s failed because the back end does not allow shares from type %s" : "Sdílení %s selhalo, podpůrná vrstva nepodporuje typ sdílení %s", + "Unknown share type" : "Neznámý typ sdílení", + "Not a directory" : "Žádný adresář", + "Can't change permissions for public share links" : "Nelze změnit oprávnění pro veřejně sdílené odkazy", + "Wrong or no update parameter given" : "Chyba nebo žádná aktualizace dle zadaných parametrů", + "Cannot increase permissions" : "Nelze navýšit oprávnění", "Shared with you" : "Sdíleno s vámi", "Shared with others" : "Sdíleno s ostatními", "Shared by link" : "Sdíleno pomocí odkazu", diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index cb14c5e010..33d6259527 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -8,6 +8,7 @@ OC.L10N.register( "Could not authenticate to remote share, password might be wrong" : "Die Authentifizierung an der entfernten Freigabe konnte nicht erfolgen, das Passwort könnte falsch sein", "Storage not valid" : "Speicher ungültig", "Couldn't add remote share" : "Remotefreigabe kann nicht hinzu gefügt werden", + "Share API is disabled" : "Teilen-API ist deaktivert", "Shared with you" : "Mit Dir geteilt", "Shared with others" : "Von Dir geteilt", "Shared by link" : "Geteilt über einen Link", diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index 4306e96c20..f1cd55bd9f 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -6,6 +6,7 @@ "Could not authenticate to remote share, password might be wrong" : "Die Authentifizierung an der entfernten Freigabe konnte nicht erfolgen, das Passwort könnte falsch sein", "Storage not valid" : "Speicher ungültig", "Couldn't add remote share" : "Remotefreigabe kann nicht hinzu gefügt werden", + "Share API is disabled" : "Teilen-API ist deaktivert", "Shared with you" : "Mit Dir geteilt", "Shared with others" : "Von Dir geteilt", "Shared by link" : "Geteilt über einen Link", diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index 269c0bb208..1046645adb 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -8,6 +8,7 @@ OC.L10N.register( "Could not authenticate to remote share, password might be wrong" : "Die Authentifizierung an der entfernten Freigabe konnte nicht erfolgen, das Passwort könnte falsch sein", "Storage not valid" : "Speicher ungültig", "Couldn't add remote share" : "Entfernte Freigabe kann nicht hinzugefügt werden", + "Share API is disabled" : "Teilen-API ist deaktivert", "Shared with you" : "Mit Ihnen geteilt", "Shared with others" : "Von Ihnen geteilt", "Shared by link" : "Geteilt über einen Link", diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index f2952f3db6..72353313ea 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -6,6 +6,7 @@ "Could not authenticate to remote share, password might be wrong" : "Die Authentifizierung an der entfernten Freigabe konnte nicht erfolgen, das Passwort könnte falsch sein", "Storage not valid" : "Speicher ungültig", "Couldn't add remote share" : "Entfernte Freigabe kann nicht hinzugefügt werden", + "Share API is disabled" : "Teilen-API ist deaktivert", "Shared with you" : "Mit Ihnen geteilt", "Shared with others" : "Von Ihnen geteilt", "Shared by link" : "Geteilt über einen Link", diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 6355c5c2c6..b1f398d5ab 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -8,6 +8,23 @@ OC.L10N.register( "Could not authenticate to remote share, password might be wrong" : "Impossibile autenticarsi sulla condivisione remota, la password potrebbe essere errata", "Storage not valid" : "Archiviazione non valida", "Couldn't add remote share" : "Impossibile aggiungere la condivisione remota", + "Share API is disabled" : "API di condivisione disabilitate", + "Wrong share ID, share doesn't exist" : "ID di condivisione errato, la condivisione non esiste", + "Could not delete share" : "impossibile eliminare la condivisione", + "Please specify a file or folder path" : "Specifica un percorso di un file o di una cartella", + "Wrong path, file/folder doesn't exist" : "Percorso errato, file/cartella inesistente", + "Please specify a valid user" : "Specifica un utente valido", + "Group sharing is disabled by the administrator" : "La condivisione di gruppo è disabilitata dall'amministratore", + "Please specify a valid group" : "Specifica un gruppo valido", + "Public link sharing is disabled by the administrator" : "La condivisione pubblica di collegamenti è disabilitata dall'amministratore", + "Public upload disabled by the administrator" : "Caricamento pubblico disabilitato dall'amministratore", + "Public upload is only possible for publicly shared folders" : "Il caricamento pubblico è possibile solo per cartelle condivise pubblicamente", + "Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere YYYY-MM-DD", + "Sharing %s failed because the back end does not allow shares from type %s" : "Condivisione di %s non riuscita poiché il motore non consente condivisioni del tipo %s", + "Unknown share type" : "Tipo di condivisione sconosciuto", + "Not a directory" : "Non è una cartella", + "Can't change permissions for public share links" : "Impossibile cambiare i permessi per i collegamenti di condivisione pubblici", + "Cannot increase permissions" : "Impossibile aumentare i permessi", "Shared with you" : "Condivisi con te", "Shared with others" : "Condivisi con altri", "Shared by link" : "Condivisi tramite collegamento", diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json index 44c1f8f784..e6802c7450 100644 --- a/apps/files_sharing/l10n/it.json +++ b/apps/files_sharing/l10n/it.json @@ -6,6 +6,23 @@ "Could not authenticate to remote share, password might be wrong" : "Impossibile autenticarsi sulla condivisione remota, la password potrebbe essere errata", "Storage not valid" : "Archiviazione non valida", "Couldn't add remote share" : "Impossibile aggiungere la condivisione remota", + "Share API is disabled" : "API di condivisione disabilitate", + "Wrong share ID, share doesn't exist" : "ID di condivisione errato, la condivisione non esiste", + "Could not delete share" : "impossibile eliminare la condivisione", + "Please specify a file or folder path" : "Specifica un percorso di un file o di una cartella", + "Wrong path, file/folder doesn't exist" : "Percorso errato, file/cartella inesistente", + "Please specify a valid user" : "Specifica un utente valido", + "Group sharing is disabled by the administrator" : "La condivisione di gruppo è disabilitata dall'amministratore", + "Please specify a valid group" : "Specifica un gruppo valido", + "Public link sharing is disabled by the administrator" : "La condivisione pubblica di collegamenti è disabilitata dall'amministratore", + "Public upload disabled by the administrator" : "Caricamento pubblico disabilitato dall'amministratore", + "Public upload is only possible for publicly shared folders" : "Il caricamento pubblico è possibile solo per cartelle condivise pubblicamente", + "Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere YYYY-MM-DD", + "Sharing %s failed because the back end does not allow shares from type %s" : "Condivisione di %s non riuscita poiché il motore non consente condivisioni del tipo %s", + "Unknown share type" : "Tipo di condivisione sconosciuto", + "Not a directory" : "Non è una cartella", + "Can't change permissions for public share links" : "Impossibile cambiare i permessi per i collegamenti di condivisione pubblici", + "Cannot increase permissions" : "Impossibile aumentare i permessi", "Shared with you" : "Condivisi con te", "Shared with others" : "Condivisi con altri", "Shared by link" : "Condivisi tramite collegamento", diff --git a/apps/files_sharing/l10n/nl.js b/apps/files_sharing/l10n/nl.js index 0f36714bb1..0b457da494 100644 --- a/apps/files_sharing/l10n/nl.js +++ b/apps/files_sharing/l10n/nl.js @@ -8,6 +8,7 @@ OC.L10N.register( "Could not authenticate to remote share, password might be wrong" : "Kon niet authenticeren bij externe share, misschien verkeerd wachtwoord", "Storage not valid" : "Opslag ongeldig", "Couldn't add remote share" : "Kon geen externe share toevoegen", + "Share API is disabled" : "Delen API is uitgeschakeld", "Shared with you" : "Gedeeld met u", "Shared with others" : "Gedeeld door u", "Shared by link" : "Gedeeld via een link", diff --git a/apps/files_sharing/l10n/nl.json b/apps/files_sharing/l10n/nl.json index b09ac101e2..0fa5d9677d 100644 --- a/apps/files_sharing/l10n/nl.json +++ b/apps/files_sharing/l10n/nl.json @@ -6,6 +6,7 @@ "Could not authenticate to remote share, password might be wrong" : "Kon niet authenticeren bij externe share, misschien verkeerd wachtwoord", "Storage not valid" : "Opslag ongeldig", "Couldn't add remote share" : "Kon geen externe share toevoegen", + "Share API is disabled" : "Delen API is uitgeschakeld", "Shared with you" : "Gedeeld met u", "Shared with others" : "Gedeeld door u", "Shared by link" : "Gedeeld via een link", diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index ae7d8ba5ae..85f514f0ef 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -8,6 +8,24 @@ OC.L10N.register( "Could not authenticate to remote share, password might be wrong" : "Não foi possível autenticação com o compartilhamento remoto, a senha deve estar errada", "Storage not valid" : "Armazenamento não válido", "Couldn't add remote share" : "Não foi possível adicionar compartilhamento remoto", + "Share API is disabled" : "O compartilhamento de API está desabilitado.", + "Wrong share ID, share doesn't exist" : "ID de compartilhamento errado, o compartilhamento não existe", + "Could not delete share" : "Não foi possível eliminar o compartilhamento", + "Please specify a file or folder path" : "Por favor especifique um arquivo ou caminho", + "Wrong path, file/folder doesn't exist" : "Caminho errado, arquivo/pasta não existe", + "Please specify a valid user" : "Por favor especifique um usuário válido", + "Group sharing is disabled by the administrator" : "Grupo de compartilhamento foi desabilitado pelo administrador", + "Please specify a valid group" : "Por favor especifique um grupo válido", + "Public link sharing is disabled by the administrator" : "Link de compartilhamento público foi desativado pelo administrador", + "Public upload disabled by the administrator" : "Envio público foi desativado pelo administrador", + "Public upload is only possible for publicly shared folders" : "Envio pública só é possível para pastas compartilhadas publicamente", + "Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato de data deve ser YYYY-MM-DD", + "Sharing %s failed because the back end does not allow shares from type %s" : "O compartilhando %s falhou porque o backend não permite ações de tipo %s", + "Unknown share type" : "Tipo de compartilhamento desconhecido", + "Not a directory" : "Não é um diretório", + "Can't change permissions for public share links" : "Não é possível alterar permissões para compartilhar links públicos", + "Wrong or no update parameter given" : "Está errado ou nenhum parâmetro de atualização foi fornecido", + "Cannot increase permissions" : "Não pode haver aumento de permissões", "Shared with you" : "Compartilhado com você", "Shared with others" : "Compartilhado com outros", "Shared by link" : "Compartilhado por link", diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index c55f4204b7..2b6769e9ac 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -6,6 +6,24 @@ "Could not authenticate to remote share, password might be wrong" : "Não foi possível autenticação com o compartilhamento remoto, a senha deve estar errada", "Storage not valid" : "Armazenamento não válido", "Couldn't add remote share" : "Não foi possível adicionar compartilhamento remoto", + "Share API is disabled" : "O compartilhamento de API está desabilitado.", + "Wrong share ID, share doesn't exist" : "ID de compartilhamento errado, o compartilhamento não existe", + "Could not delete share" : "Não foi possível eliminar o compartilhamento", + "Please specify a file or folder path" : "Por favor especifique um arquivo ou caminho", + "Wrong path, file/folder doesn't exist" : "Caminho errado, arquivo/pasta não existe", + "Please specify a valid user" : "Por favor especifique um usuário válido", + "Group sharing is disabled by the administrator" : "Grupo de compartilhamento foi desabilitado pelo administrador", + "Please specify a valid group" : "Por favor especifique um grupo válido", + "Public link sharing is disabled by the administrator" : "Link de compartilhamento público foi desativado pelo administrador", + "Public upload disabled by the administrator" : "Envio público foi desativado pelo administrador", + "Public upload is only possible for publicly shared folders" : "Envio pública só é possível para pastas compartilhadas publicamente", + "Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato de data deve ser YYYY-MM-DD", + "Sharing %s failed because the back end does not allow shares from type %s" : "O compartilhando %s falhou porque o backend não permite ações de tipo %s", + "Unknown share type" : "Tipo de compartilhamento desconhecido", + "Not a directory" : "Não é um diretório", + "Can't change permissions for public share links" : "Não é possível alterar permissões para compartilhar links públicos", + "Wrong or no update parameter given" : "Está errado ou nenhum parâmetro de atualização foi fornecido", + "Cannot increase permissions" : "Não pode haver aumento de permissões", "Shared with you" : "Compartilhado com você", "Shared with others" : "Compartilhado com outros", "Shared by link" : "Compartilhado por link", diff --git a/apps/files_sharing/l10n/sq.js b/apps/files_sharing/l10n/sq.js index 2e019ab3ac..f97bbbb3b7 100644 --- a/apps/files_sharing/l10n/sq.js +++ b/apps/files_sharing/l10n/sq.js @@ -8,6 +8,24 @@ OC.L10N.register( "Could not authenticate to remote share, password might be wrong" : "S’bëri dot mirëfilltësimin te ndarja e largët, fjalëkalimi mund të jetë i gabuar", "Storage not valid" : "Depozitë jo e vlefshme", "Couldn't add remote share" : "S’shtoi dotë ndarje të largët", + "Share API is disabled" : "API i ndarjeve është çaktivizuar", + "Wrong share ID, share doesn't exist" : "ID e gabuar ndarjeje, ndarja s’ekziston", + "Could not delete share" : "Ndarja s’u fshi dot", + "Please specify a file or folder path" : "Ju lutemi, tregoni një shteg kartele ose dosjeje", + "Wrong path, file/folder doesn't exist" : "Shteg i gabuar, kratela/dosja s’ekziston", + "Please specify a valid user" : "Ju lutemi, tregoni një përdorues të vlefshëm", + "Group sharing is disabled by the administrator" : "Ndarja në grup është çaktivizuar nga përgjegjësi", + "Please specify a valid group" : "Ju lutemi, tregoni një grup të vlefshëm", + "Public link sharing is disabled by the administrator" : "Ndarja e lidhjeve publike është çaktivizuar nga përgjegjësi", + "Public upload disabled by the administrator" : "Ngarkimi publik është çaktivizuar nga përgjegjësi", + "Public upload is only possible for publicly shared folders" : "Ngarkimi publik është i mundshëm vetëm për dosje të ndara publikisht", + "Invalid date, date format must be YYYY-MM-DD" : "Datë e pavlefshme, formati i datës duhet të jetë VVVV-MM-DD", + "Sharing %s failed because the back end does not allow shares from type %s" : "Ndarja e %s dështoi, ngaqë pjesa përgjegjëse e shërbyesit nuk lejon ndarje prej llojit %s", + "Unknown share type" : "Lloj i panjohur ndarjesh", + "Not a directory" : "S’është drejtori", + "Can't change permissions for public share links" : "S’mund të ndryshohen lejet për lidhje ndarjesh publike", + "Wrong or no update parameter given" : "Ose u dha parametër i gabuar përditësimesh, pse s’u dha fare ", + "Cannot increase permissions" : "S’mund të fuqizohen lejet", "Shared with you" : "Të ndara me ju", "Shared with others" : "Të ndara me të tjerët", "Shared by link" : "Të ndara me lidhje", diff --git a/apps/files_sharing/l10n/sq.json b/apps/files_sharing/l10n/sq.json index f853e3420c..1dd8b7e462 100644 --- a/apps/files_sharing/l10n/sq.json +++ b/apps/files_sharing/l10n/sq.json @@ -6,6 +6,24 @@ "Could not authenticate to remote share, password might be wrong" : "S’bëri dot mirëfilltësimin te ndarja e largët, fjalëkalimi mund të jetë i gabuar", "Storage not valid" : "Depozitë jo e vlefshme", "Couldn't add remote share" : "S’shtoi dotë ndarje të largët", + "Share API is disabled" : "API i ndarjeve është çaktivizuar", + "Wrong share ID, share doesn't exist" : "ID e gabuar ndarjeje, ndarja s’ekziston", + "Could not delete share" : "Ndarja s’u fshi dot", + "Please specify a file or folder path" : "Ju lutemi, tregoni një shteg kartele ose dosjeje", + "Wrong path, file/folder doesn't exist" : "Shteg i gabuar, kratela/dosja s’ekziston", + "Please specify a valid user" : "Ju lutemi, tregoni një përdorues të vlefshëm", + "Group sharing is disabled by the administrator" : "Ndarja në grup është çaktivizuar nga përgjegjësi", + "Please specify a valid group" : "Ju lutemi, tregoni një grup të vlefshëm", + "Public link sharing is disabled by the administrator" : "Ndarja e lidhjeve publike është çaktivizuar nga përgjegjësi", + "Public upload disabled by the administrator" : "Ngarkimi publik është çaktivizuar nga përgjegjësi", + "Public upload is only possible for publicly shared folders" : "Ngarkimi publik është i mundshëm vetëm për dosje të ndara publikisht", + "Invalid date, date format must be YYYY-MM-DD" : "Datë e pavlefshme, formati i datës duhet të jetë VVVV-MM-DD", + "Sharing %s failed because the back end does not allow shares from type %s" : "Ndarja e %s dështoi, ngaqë pjesa përgjegjëse e shërbyesit nuk lejon ndarje prej llojit %s", + "Unknown share type" : "Lloj i panjohur ndarjesh", + "Not a directory" : "S’është drejtori", + "Can't change permissions for public share links" : "S’mund të ndryshohen lejet për lidhje ndarjesh publike", + "Wrong or no update parameter given" : "Ose u dha parametër i gabuar përditësimesh, pse s’u dha fare ", + "Cannot increase permissions" : "S’mund të fuqizohen lejet", "Shared with you" : "Të ndara me ju", "Shared with others" : "Të ndara me të tjerët", "Shared by link" : "Të ndara me lidhje", diff --git a/apps/systemtags/l10n/cs_CZ.js b/apps/systemtags/l10n/cs_CZ.js index 17e86d2479..6b163f27f1 100644 --- a/apps/systemtags/l10n/cs_CZ.js +++ b/apps/systemtags/l10n/cs_CZ.js @@ -2,12 +2,19 @@ OC.L10N.register( "systemtags", { "System tags for a file have been modified" : "Systémové tagy souboru byly upraveny", + "You assigned system tag %3$s" : "Přidělili jste systémový tag %3$s", "%1$s assigned system tag %3$s" : "%1$s přiřadil systémový tag %3$s", + "You unassigned system tag %3$s" : "Odebrali jste systémový tag %3$s", "%1$s unassigned system tag %3$s" : "%1$s odebral systémový tag %3$s", + "You created system tag %2$s" : "Vytvořili jste systémový tag %2$s", "%1$s created system tag %2$s" : "%1$s vytvořil systémový tag %2$s", + "You deleted system tag %2$s" : "Smazali jste systémový tag %2$s", "%1$s deleted system tag %2$s" : "%1$s smazal systémový tag %2$s", + "You updated system tag %3$s to %2$s" : "Aktualizovali jste systémový tag %3$s na %2$s", "%1$s updated system tag %3$s to %2$s" : "%1$s aktualizoval systémový tag %3$s na %2$s", + "You assigned system tag %3$s to %2$s" : "Přiřadili jste systémový tag %3$s na %2$s", "%1$s assigned system tag %3$s to %2$s" : "%1$s přiřadil systémový tag %3$s na %2$s", + "You unassigned system tag %3$s from %2$s" : "Odebrali jste systémový tag %3$s z %2$s", "%1$s unassigned system tag %3$s from %2$s" : "%1$s odebral systémový tag %3$s ze %2$s", "%s (not-assignable)" : "%s (nepřiřaditelný)", "%s (invisible)" : "%s (neviditelný)", diff --git a/apps/systemtags/l10n/cs_CZ.json b/apps/systemtags/l10n/cs_CZ.json index 2fd3f75bb3..b033e56d85 100644 --- a/apps/systemtags/l10n/cs_CZ.json +++ b/apps/systemtags/l10n/cs_CZ.json @@ -1,11 +1,18 @@ { "translations": { "System tags for a file have been modified" : "Systémové tagy souboru byly upraveny", + "You assigned system tag %3$s" : "Přidělili jste systémový tag %3$s", "%1$s assigned system tag %3$s" : "%1$s přiřadil systémový tag %3$s", + "You unassigned system tag %3$s" : "Odebrali jste systémový tag %3$s", "%1$s unassigned system tag %3$s" : "%1$s odebral systémový tag %3$s", + "You created system tag %2$s" : "Vytvořili jste systémový tag %2$s", "%1$s created system tag %2$s" : "%1$s vytvořil systémový tag %2$s", + "You deleted system tag %2$s" : "Smazali jste systémový tag %2$s", "%1$s deleted system tag %2$s" : "%1$s smazal systémový tag %2$s", + "You updated system tag %3$s to %2$s" : "Aktualizovali jste systémový tag %3$s na %2$s", "%1$s updated system tag %3$s to %2$s" : "%1$s aktualizoval systémový tag %3$s na %2$s", + "You assigned system tag %3$s to %2$s" : "Přiřadili jste systémový tag %3$s na %2$s", "%1$s assigned system tag %3$s to %2$s" : "%1$s přiřadil systémový tag %3$s na %2$s", + "You unassigned system tag %3$s from %2$s" : "Odebrali jste systémový tag %3$s z %2$s", "%1$s unassigned system tag %3$s from %2$s" : "%1$s odebral systémový tag %3$s ze %2$s", "%s (not-assignable)" : "%s (nepřiřaditelný)", "%s (invisible)" : "%s (neviditelný)", diff --git a/apps/systemtags/l10n/de.js b/apps/systemtags/l10n/de.js index 49e7b2ae98..7429a9585b 100644 --- a/apps/systemtags/l10n/de.js +++ b/apps/systemtags/l10n/de.js @@ -2,11 +2,19 @@ OC.L10N.register( "systemtags", { "System tags for a file have been modified" : "System-Tags für eine Datei sind geändert worden", + "You assigned system tag %3$s" : "Du hast den System-Tag %3$s angebracht", "%1$s assigned system tag %3$s" : "%1$s hat System-Tag %3$s angebracht", + "You unassigned system tag %3$s" : "Du hast den System-Tag %3$s entfernt", "%1$s unassigned system tag %3$s" : "%1$s hat den System-Tag %3$s entfernt", + "You created system tag %2$s" : "Du hast den System-Tag %2$s erstellt", "%1$s created system tag %2$s" : "%1$s hat erstellt System-Tag %2$s", + "You deleted system tag %2$s" : "Du hast den System-Tag %2$s gelöscht", "%1$s deleted system tag %2$s" : "%1$s hat System-Tag %2$s gelöscht", + "You updated system tag %3$s to %2$s" : "Du hast den System-Tag %3$s zu %2$s aktualisiert", + "%1$s updated system tag %3$s to %2$s" : "%1$s hat System-Tag von %3$s zu %2$s aktualisiert", + "You assigned system tag %3$s to %2$s" : "Du hast den System-Tag %3$s an %2$s angebracht", "%1$s assigned system tag %3$s to %2$s" : "%1$s hat System-Tag %3$s an %2$s angebracht", + "You unassigned system tag %3$s from %2$s" : "Du hast den System-Tag %3$s von %2$s entfernt", "%1$s unassigned system tag %3$s from %2$s" : "%1$s hat den System-Tag %3$s von %2$s entfernt", "%s (not-assignable)" : "%s (nicht anbringbar)", "%s (invisible)" : "%s (unsichtbar)", diff --git a/apps/systemtags/l10n/de.json b/apps/systemtags/l10n/de.json index 01e44d9798..36646ba5f0 100644 --- a/apps/systemtags/l10n/de.json +++ b/apps/systemtags/l10n/de.json @@ -1,10 +1,18 @@ { "translations": { "System tags for a file have been modified" : "System-Tags für eine Datei sind geändert worden", + "You assigned system tag %3$s" : "Du hast den System-Tag %3$s angebracht", "%1$s assigned system tag %3$s" : "%1$s hat System-Tag %3$s angebracht", + "You unassigned system tag %3$s" : "Du hast den System-Tag %3$s entfernt", "%1$s unassigned system tag %3$s" : "%1$s hat den System-Tag %3$s entfernt", + "You created system tag %2$s" : "Du hast den System-Tag %2$s erstellt", "%1$s created system tag %2$s" : "%1$s hat erstellt System-Tag %2$s", + "You deleted system tag %2$s" : "Du hast den System-Tag %2$s gelöscht", "%1$s deleted system tag %2$s" : "%1$s hat System-Tag %2$s gelöscht", + "You updated system tag %3$s to %2$s" : "Du hast den System-Tag %3$s zu %2$s aktualisiert", + "%1$s updated system tag %3$s to %2$s" : "%1$s hat System-Tag von %3$s zu %2$s aktualisiert", + "You assigned system tag %3$s to %2$s" : "Du hast den System-Tag %3$s an %2$s angebracht", "%1$s assigned system tag %3$s to %2$s" : "%1$s hat System-Tag %3$s an %2$s angebracht", + "You unassigned system tag %3$s from %2$s" : "Du hast den System-Tag %3$s von %2$s entfernt", "%1$s unassigned system tag %3$s from %2$s" : "%1$s hat den System-Tag %3$s von %2$s entfernt", "%s (not-assignable)" : "%s (nicht anbringbar)", "%s (invisible)" : "%s (unsichtbar)", diff --git a/core/l10n/cs_CZ.js b/core/l10n/cs_CZ.js index 43434b2f01..3b528cf351 100644 --- a/core/l10n/cs_CZ.js +++ b/core/l10n/cs_CZ.js @@ -27,6 +27,7 @@ OC.L10N.register( "Error unfavoriting" : "Chyba při odznačování jako oblíbené", "Couldn't send mail to following users: %s " : "Nebylo možné odeslat email následujícím uživatelům: %s", "Preparing update" : "Příprava na aktualizaci", + "Please use the command line updater because automatic updating is disabled in the config.php." : "Prosím použijte aktualizační příkazový řádek, protože automatická aktualizace je zakázána v config.php", "[%d / %d]: %s" : "[%d / %d]: %s", "[%d / %d]: Checking table %s" : "[%d / %d]: Kontrola tabulky %s", "Turned on maintenance mode" : "Zapnut režim údržby", @@ -97,6 +98,7 @@ OC.L10N.register( "Dec." : "prosinec", "There were problems with the code integrity check. More information…" : "Došlo k problémům při kontrole integrity kódu. Více informací…", "Settings" : "Nastavení", + "Problem loading page, reloading in 5 seconds" : "Problém s načítáním stránky, stránka se obnoví za 5 sekund", "Saving..." : "Ukládám...", "Dismiss" : "Zamítnout", "seconds ago" : "před pár sekundami", @@ -307,6 +309,7 @@ OC.L10N.register( "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Abyste zabránili vypršení časového limitu u větších instalací, můžete namísto toho spustit následující příkaz v hlavním adresáři:", "Detailed logs" : "Podrobné logy", "Update needed" : "Potřeba aktualizace", + "Please use the command line updater because you have a big instance." : "Prosím použijte aktualizační příkazový řádek, protože máte velkou instanci.", "For help, see the documentation." : "Pro pomoc, shlédněte dokumentaci.", "This %s instance is currently in maintenance mode, which may take a while." : "Tato instalace %s je právě ve stavu údržby a to může chvíli trvat.", "This page will refresh itself when the %s instance is available again." : "Tato stránka se automaticky načte poté, co bude opět dostupná instance %s." diff --git a/core/l10n/cs_CZ.json b/core/l10n/cs_CZ.json index 1a79aeb53e..a6bb6b732c 100644 --- a/core/l10n/cs_CZ.json +++ b/core/l10n/cs_CZ.json @@ -25,6 +25,7 @@ "Error unfavoriting" : "Chyba při odznačování jako oblíbené", "Couldn't send mail to following users: %s " : "Nebylo možné odeslat email následujícím uživatelům: %s", "Preparing update" : "Příprava na aktualizaci", + "Please use the command line updater because automatic updating is disabled in the config.php." : "Prosím použijte aktualizační příkazový řádek, protože automatická aktualizace je zakázána v config.php", "[%d / %d]: %s" : "[%d / %d]: %s", "[%d / %d]: Checking table %s" : "[%d / %d]: Kontrola tabulky %s", "Turned on maintenance mode" : "Zapnut režim údržby", @@ -95,6 +96,7 @@ "Dec." : "prosinec", "There were problems with the code integrity check. More information…" : "Došlo k problémům při kontrole integrity kódu. Více informací…", "Settings" : "Nastavení", + "Problem loading page, reloading in 5 seconds" : "Problém s načítáním stránky, stránka se obnoví za 5 sekund", "Saving..." : "Ukládám...", "Dismiss" : "Zamítnout", "seconds ago" : "před pár sekundami", @@ -305,6 +307,7 @@ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Abyste zabránili vypršení časového limitu u větších instalací, můžete namísto toho spustit následující příkaz v hlavním adresáři:", "Detailed logs" : "Podrobné logy", "Update needed" : "Potřeba aktualizace", + "Please use the command line updater because you have a big instance." : "Prosím použijte aktualizační příkazový řádek, protože máte velkou instanci.", "For help, see the documentation." : "Pro pomoc, shlédněte dokumentaci.", "This %s instance is currently in maintenance mode, which may take a while." : "Tato instalace %s je právě ve stavu údržby a to může chvíli trvat.", "This page will refresh itself when the %s instance is available again." : "Tato stránka se automaticky načte poté, co bude opět dostupná instance %s." diff --git a/lib/l10n/cs_CZ.js b/lib/l10n/cs_CZ.js index f402a168df..9db064d436 100644 --- a/lib/l10n/cs_CZ.js +++ b/lib/l10n/cs_CZ.js @@ -17,8 +17,28 @@ OC.L10N.register( "Following platforms are supported: %s" : "Jsou podporovány následující systémy: %s", "ownCloud %s or higher is required." : "Je vyžadován ownCloud %s nebo vyšší.", "ownCloud %s or lower is required." : "Je vyžadován ownCloud %s nebo nižší.", + "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul s id: %s neexistuje. Povolte ho prosím ve svých nastaveních aplikací nebo kontaktujte svého administrátora.", + "Empty filename is not allowed" : "Prázdné jméno souboru není povoleno", + "Dot files are not allowed" : "Jména souborů začínající tečkou nejsou povolena", + "4-byte characters are not supported in file names" : "4-bytové znaky nejsou podporovány ve jménech souborů", + "File name is a reserved word" : "Jméno souboru je rezervované slovo", + "File name contains at least one invalid character" : "Jméno souboru obsahuje nejméně jeden neplatný znak", + "File name is too long" : "Jméno souboru je moc dlouhé", + "%s enter the database username and name." : "%s zadejte uživatelské jméno a jméno databáze.", + "%s enter the database username." : "Zadejte uživatelské jméno %s databáze.", + "%s enter the database name." : "Zadejte název databáze pro %s databáze.", + "%s you may not use dots in the database name" : "V názvu databáze %s nesmíte používat tečky.", + "Oracle connection could not be established" : "Spojení s Oracle nemohlo být navázáno", + "Oracle username and/or password not valid" : "Uživatelské jméno či heslo Oracle není platné", + "DB Error: \"%s\"" : "Chyba databáze: \"%s\"", + "Offending command was: \"%s\"" : "Příslušný příkaz byl: \"%s\"", + "You need to enter either an existing account or the administrator." : "Musíte zadat existující účet či správce.", + "Offending command was: \"%s\", name: %s, password: %s" : "Příslušný příkaz byl: \"%s\", jméno: %s, heslo: %s", + "PostgreSQL username and/or password not valid" : "Uživatelské jméno či heslo PostgreSQL není platné", "You are not allowed to share %s" : "Nemáte povoleno sdílet %s", "Cannot increase permissions of %s" : "Nelze navýšit oprávnění u %s", + "Files can't be shared with delete permissions" : "Soubory nelze sdílet se smazanými oprávněními", + "Files can't be shared with create permissions" : "Soubory nelze sdílet s vytvořenými oprávněními", "Expiration date is in the past" : "Datum vypršení je v minulosti", "Cannot set expiration date more than %s days in the future" : "Datum vypršení nelze nastavit na více než %s dní do budoucnosti", "Help" : "Nápověda", @@ -26,6 +46,7 @@ OC.L10N.register( "Users" : "Uživatelé", "Admin" : "Administrace", "Recommended" : "Doporučené", + "App \"%s\" cannot be installed because appinfo file cannot be read." : "Aplikace \"%s\" nemůže být nainstalována protože soubor appinfo nelze přečíst.", "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "Aplikace \"%s\" nemůže být nainstalována, protože není kompatibilní s touto verzí ownCloud.", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Aplikaci \"%s\" nelze nainstalovat, protože nejsou splněny následující závislosti: %s", "No app name specified" : "Nebyl zadan název aplikace", @@ -42,13 +63,6 @@ OC.L10N.register( "_%n minute ago_::_%n minutes ago_" : ["před %n minutou","před %n minutami","před %n minutami"], "seconds ago" : "před pár sekundami", "web services under your control" : "webové služby pod vlastní kontrolou", - "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul s id: %s neexistuje. Povolte ho prosím ve svých nastaveních aplikací nebo kontaktujte svého administrátora.", - "Empty filename is not allowed" : "Prázdné jméno souboru není povoleno", - "Dot files are not allowed" : "Jména souborů začínající tečkou nejsou povolena", - "4-byte characters are not supported in file names" : "4-bytové znaky nejsou podporovány ve jménech souborů", - "File name is a reserved word" : "Jméno souboru je rezervované slovo", - "File name contains at least one invalid character" : "Jméno souboru obsahuje nejméně jeden neplatný znak", - "File name is too long" : "Jméno souboru je moc dlouhé", "File is currently busy, please try again later" : "Soubor je používán, zkus to později", "Can't read file" : "Nelze přečíst soubor", "App directory already exists" : "Adresář aplikace již existuje", @@ -70,17 +84,6 @@ OC.L10N.register( "Authentication error" : "Chyba ověření", "Token expired. Please reload page." : "Token vypršel. Obnovte prosím stránku.", "Unknown user" : "Neznámý uživatel", - "%s enter the database username and name." : "%s zadejte uživatelské jméno a jméno databáze.", - "%s enter the database username." : "Zadejte uživatelské jméno %s databáze.", - "%s enter the database name." : "Zadejte název databáze pro %s databáze.", - "%s you may not use dots in the database name" : "V názvu databáze %s nesmíte používat tečky.", - "Oracle connection could not be established" : "Spojení s Oracle nemohlo být navázáno", - "Oracle username and/or password not valid" : "Uživatelské jméno či heslo Oracle není platné", - "DB Error: \"%s\"" : "Chyba databáze: \"%s\"", - "Offending command was: \"%s\"" : "Příslušný příkaz byl: \"%s\"", - "You need to enter either an existing account or the administrator." : "Musíte zadat existující účet či správce.", - "Offending command was: \"%s\", name: %s, password: %s" : "Příslušný příkaz byl: \"%s\", jméno: %s, heslo: %s", - "PostgreSQL username and/or password not valid" : "Uživatelské jméno či heslo PostgreSQL není platné", "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čí!", "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." : "Vypadá to, že tato %s instance běží v 32-bitovém PHP prostředí a byl nakonfigurován open_basedir v php.ini. Toto povede k problémům se soubory většími než 4 GB a není doporučováno.", diff --git a/lib/l10n/cs_CZ.json b/lib/l10n/cs_CZ.json index 4ae661477c..bdb8f9dd4d 100644 --- a/lib/l10n/cs_CZ.json +++ b/lib/l10n/cs_CZ.json @@ -15,8 +15,28 @@ "Following platforms are supported: %s" : "Jsou podporovány následující systémy: %s", "ownCloud %s or higher is required." : "Je vyžadován ownCloud %s nebo vyšší.", "ownCloud %s or lower is required." : "Je vyžadován ownCloud %s nebo nižší.", + "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul s id: %s neexistuje. Povolte ho prosím ve svých nastaveních aplikací nebo kontaktujte svého administrátora.", + "Empty filename is not allowed" : "Prázdné jméno souboru není povoleno", + "Dot files are not allowed" : "Jména souborů začínající tečkou nejsou povolena", + "4-byte characters are not supported in file names" : "4-bytové znaky nejsou podporovány ve jménech souborů", + "File name is a reserved word" : "Jméno souboru je rezervované slovo", + "File name contains at least one invalid character" : "Jméno souboru obsahuje nejméně jeden neplatný znak", + "File name is too long" : "Jméno souboru je moc dlouhé", + "%s enter the database username and name." : "%s zadejte uživatelské jméno a jméno databáze.", + "%s enter the database username." : "Zadejte uživatelské jméno %s databáze.", + "%s enter the database name." : "Zadejte název databáze pro %s databáze.", + "%s you may not use dots in the database name" : "V názvu databáze %s nesmíte používat tečky.", + "Oracle connection could not be established" : "Spojení s Oracle nemohlo být navázáno", + "Oracle username and/or password not valid" : "Uživatelské jméno či heslo Oracle není platné", + "DB Error: \"%s\"" : "Chyba databáze: \"%s\"", + "Offending command was: \"%s\"" : "Příslušný příkaz byl: \"%s\"", + "You need to enter either an existing account or the administrator." : "Musíte zadat existující účet či správce.", + "Offending command was: \"%s\", name: %s, password: %s" : "Příslušný příkaz byl: \"%s\", jméno: %s, heslo: %s", + "PostgreSQL username and/or password not valid" : "Uživatelské jméno či heslo PostgreSQL není platné", "You are not allowed to share %s" : "Nemáte povoleno sdílet %s", "Cannot increase permissions of %s" : "Nelze navýšit oprávnění u %s", + "Files can't be shared with delete permissions" : "Soubory nelze sdílet se smazanými oprávněními", + "Files can't be shared with create permissions" : "Soubory nelze sdílet s vytvořenými oprávněními", "Expiration date is in the past" : "Datum vypršení je v minulosti", "Cannot set expiration date more than %s days in the future" : "Datum vypršení nelze nastavit na více než %s dní do budoucnosti", "Help" : "Nápověda", @@ -24,6 +44,7 @@ "Users" : "Uživatelé", "Admin" : "Administrace", "Recommended" : "Doporučené", + "App \"%s\" cannot be installed because appinfo file cannot be read." : "Aplikace \"%s\" nemůže být nainstalována protože soubor appinfo nelze přečíst.", "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "Aplikace \"%s\" nemůže být nainstalována, protože není kompatibilní s touto verzí ownCloud.", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Aplikaci \"%s\" nelze nainstalovat, protože nejsou splněny následující závislosti: %s", "No app name specified" : "Nebyl zadan název aplikace", @@ -40,13 +61,6 @@ "_%n minute ago_::_%n minutes ago_" : ["před %n minutou","před %n minutami","před %n minutami"], "seconds ago" : "před pár sekundami", "web services under your control" : "webové služby pod vlastní kontrolou", - "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul s id: %s neexistuje. Povolte ho prosím ve svých nastaveních aplikací nebo kontaktujte svého administrátora.", - "Empty filename is not allowed" : "Prázdné jméno souboru není povoleno", - "Dot files are not allowed" : "Jména souborů začínající tečkou nejsou povolena", - "4-byte characters are not supported in file names" : "4-bytové znaky nejsou podporovány ve jménech souborů", - "File name is a reserved word" : "Jméno souboru je rezervované slovo", - "File name contains at least one invalid character" : "Jméno souboru obsahuje nejméně jeden neplatný znak", - "File name is too long" : "Jméno souboru je moc dlouhé", "File is currently busy, please try again later" : "Soubor je používán, zkus to později", "Can't read file" : "Nelze přečíst soubor", "App directory already exists" : "Adresář aplikace již existuje", @@ -68,17 +82,6 @@ "Authentication error" : "Chyba ověření", "Token expired. Please reload page." : "Token vypršel. Obnovte prosím stránku.", "Unknown user" : "Neznámý uživatel", - "%s enter the database username and name." : "%s zadejte uživatelské jméno a jméno databáze.", - "%s enter the database username." : "Zadejte uživatelské jméno %s databáze.", - "%s enter the database name." : "Zadejte název databáze pro %s databáze.", - "%s you may not use dots in the database name" : "V názvu databáze %s nesmíte používat tečky.", - "Oracle connection could not be established" : "Spojení s Oracle nemohlo být navázáno", - "Oracle username and/or password not valid" : "Uživatelské jméno či heslo Oracle není platné", - "DB Error: \"%s\"" : "Chyba databáze: \"%s\"", - "Offending command was: \"%s\"" : "Příslušný příkaz byl: \"%s\"", - "You need to enter either an existing account or the administrator." : "Musíte zadat existující účet či správce.", - "Offending command was: \"%s\", name: %s, password: %s" : "Příslušný příkaz byl: \"%s\", jméno: %s, heslo: %s", - "PostgreSQL username and/or password not valid" : "Uživatelské jméno či heslo PostgreSQL není platné", "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čí!", "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." : "Vypadá to, že tato %s instance běží v 32-bitovém PHP prostředí a byl nakonfigurován open_basedir v php.ini. Toto povede k problémům se soubory většími než 4 GB a není doporučováno.",