[tx-robot] updated from transifex
This commit is contained in:
parent
e61d961efb
commit
6aee83cadf
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
$TRANSLATIONS = array(
|
||||||
|
"Files" => "Файлы",
|
||||||
|
"Error" => "Ошибка",
|
||||||
|
"Share" => "Сделать общим",
|
||||||
|
"Rename" => "Переименовать",
|
||||||
|
"_%n folder_::_%n folders_" => array("","",""),
|
||||||
|
"_%n file_::_%n files_" => array("","",""),
|
||||||
|
"_Uploading %n file_::_Uploading %n files_" => array("","",""),
|
||||||
|
"Upload" => "Загрузка",
|
||||||
|
"Cancel upload" => "Отмена загрузки",
|
||||||
|
"Download" => "Загрузка"
|
||||||
|
);
|
||||||
|
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
|
|
@ -13,10 +13,14 @@ $TRANSLATIONS = array(
|
||||||
"Missing a temporary folder" => "Chýba dočasný priečinok",
|
"Missing a temporary folder" => "Chýba dočasný priečinok",
|
||||||
"Failed to write to disk" => "Zápis na disk sa nepodaril",
|
"Failed to write to disk" => "Zápis na disk sa nepodaril",
|
||||||
"Not enough storage available" => "Nedostatok dostupného úložného priestoru",
|
"Not enough storage available" => "Nedostatok dostupného úložného priestoru",
|
||||||
|
"Upload failed. Could not get file info." => "Nahrávanie zlyhalo. Nepodarilo sa získať informácie o súbore.",
|
||||||
|
"Upload failed. Could not find uploaded file" => "Nahrávanie zlyhalo. Nepodarilo sa nájsť nahrávaný súbor",
|
||||||
"Invalid directory." => "Neplatný priečinok.",
|
"Invalid directory." => "Neplatný priečinok.",
|
||||||
"Files" => "Súbory",
|
"Files" => "Súbory",
|
||||||
|
"Unable to upload {filename} as it is a directory or has 0 bytes" => "Nemožno nahrať súbor {filename}, pretože je to priečinok, alebo má 0 bitov",
|
||||||
"Not enough space available" => "Nie je k dispozícii dostatok miesta",
|
"Not enough space available" => "Nie je k dispozícii dostatok miesta",
|
||||||
"Upload cancelled." => "Odosielanie zrušené.",
|
"Upload cancelled." => "Odosielanie zrušené.",
|
||||||
|
"Could not get result from server." => "Nepodarilo sa dostať výsledky zo servera.",
|
||||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Opustenie stránky zruší práve prebiehajúce odosielanie súboru.",
|
"File upload is in progress. Leaving the page now will cancel the upload." => "Opustenie stránky zruší práve prebiehajúce odosielanie súboru.",
|
||||||
"URL cannot be empty." => "URL nemôže byť prázdne.",
|
"URL cannot be empty." => "URL nemôže byť prázdne.",
|
||||||
"Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "Neplatný názov priečinka. Názov \"Shared\" je rezervovaný pre ownCloud",
|
"Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "Neplatný názov priečinka. Názov \"Shared\" je rezervovaný pre ownCloud",
|
||||||
|
@ -33,14 +37,18 @@ $TRANSLATIONS = array(
|
||||||
"undo" => "vrátiť",
|
"undo" => "vrátiť",
|
||||||
"_%n folder_::_%n folders_" => array("%n priečinok","%n priečinky","%n priečinkov"),
|
"_%n folder_::_%n folders_" => array("%n priečinok","%n priečinky","%n priečinkov"),
|
||||||
"_%n file_::_%n files_" => array("%n súbor","%n súbory","%n súborov"),
|
"_%n file_::_%n files_" => array("%n súbor","%n súbory","%n súborov"),
|
||||||
|
"{dirs} and {files}" => "{dirs} a {files}",
|
||||||
"_Uploading %n file_::_Uploading %n files_" => array("Nahrávam %n súbor","Nahrávam %n súbory","Nahrávam %n súborov"),
|
"_Uploading %n file_::_Uploading %n files_" => array("Nahrávam %n súbor","Nahrávam %n súbory","Nahrávam %n súborov"),
|
||||||
"'.' is an invalid file name." => "'.' je neplatné meno súboru.",
|
"'.' is an invalid file name." => "'.' je neplatné meno súboru.",
|
||||||
"File name cannot be empty." => "Meno súboru nemôže byť prázdne",
|
"File name cannot be empty." => "Meno súboru nemôže byť prázdne",
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nesprávne meno, '\\', '/', '<', '>', ':', '\"', '|', '?' a '*' nie sú povolené hodnoty.",
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nesprávne meno, '\\', '/', '<', '>', ':', '\"', '|', '?' a '*' nie sú povolené hodnoty.",
|
||||||
"Your storage is full, files can not be updated or synced anymore!" => "Vaše úložisko je plné. Súbory nemožno aktualizovať ani synchronizovať!",
|
"Your storage is full, files can not be updated or synced anymore!" => "Vaše úložisko je plné. Súbory nemožno aktualizovať ani synchronizovať!",
|
||||||
"Your storage is almost full ({usedSpacePercent}%)" => "Vaše úložisko je takmer plné ({usedSpacePercent}%)",
|
"Your storage is almost full ({usedSpacePercent}%)" => "Vaše úložisko je takmer plné ({usedSpacePercent}%)",
|
||||||
|
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Aplikácia na šifrovanie je zapnutá, ale vaše kľúče nie sú inicializované. Odhláste sa a znovu sa prihláste.",
|
||||||
|
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Chybný súkromný kľúč na šifrovanie aplikácií. Zaktualizujte si heslo súkromného kľúča v svojom osobnom nastavení, aby ste znovu získali prístup k svojim zašifrovaným súborom.",
|
||||||
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Šifrovanie bolo zakázané, ale vaše súbory sú stále zašifrované. Prosím, choďte do osobného nastavenia pre dešifrovanie súborov.",
|
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Šifrovanie bolo zakázané, ale vaše súbory sú stále zašifrované. Prosím, choďte do osobného nastavenia pre dešifrovanie súborov.",
|
||||||
"Your download is being prepared. This might take some time if the files are big." => "Vaše sťahovanie sa pripravuje. Ak sú sťahované súbory veľké, môže to chvíľu trvať.",
|
"Your download is being prepared. This might take some time if the files are big." => "Vaše sťahovanie sa pripravuje. Ak sú sťahované súbory veľké, môže to chvíľu trvať.",
|
||||||
|
"Error moving file" => "Chyba pri presúvaní súboru",
|
||||||
"Name" => "Názov",
|
"Name" => "Názov",
|
||||||
"Size" => "Veľkosť",
|
"Size" => "Veľkosť",
|
||||||
"Modified" => "Upravené",
|
"Modified" => "Upravené",
|
||||||
|
|
|
@ -8,7 +8,10 @@ $TRANSLATIONS = array(
|
||||||
"Could not change the password. Maybe the old password was not correct." => "Impossibile cambiare la password. Forse la vecchia password non era corretta.",
|
"Could not change the password. Maybe the old password was not correct." => "Impossibile cambiare la password. Forse la vecchia password non era corretta.",
|
||||||
"Private key password successfully updated." => "Password della chiave privata aggiornata correttamente.",
|
"Private key password successfully updated." => "Password della chiave privata aggiornata correttamente.",
|
||||||
"Could not update the private key password. Maybe the old password was not correct." => "Impossibile aggiornare la password della chiave privata. Forse la vecchia password non era corretta.",
|
"Could not update the private key password. Maybe the old password was not correct." => "Impossibile aggiornare la password della chiave privata. Forse la vecchia password non era corretta.",
|
||||||
|
"Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Applicazione di cifratura non inizializzata. Forse l'applicazione è stata riabilitata durante la tua sessione. Prova a disconnetterti e ad effettuare nuovamente l'accesso per inizializzarla.",
|
||||||
"Your private key is not valid! Likely your password was changed outside the ownCloud system (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "La chiave privata non è valida! Forse la password è stata cambiata esternamente al sistema di ownCloud (ad es. la directory aziendale). Puoi aggiornare la password della chiave privata nelle impostazioni personali per ottenere nuovamente l'accesso ai file.",
|
"Your private key is not valid! Likely your password was changed outside the ownCloud system (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "La chiave privata non è valida! Forse la password è stata cambiata esternamente al sistema di ownCloud (ad es. la directory aziendale). Puoi aggiornare la password della chiave privata nelle impostazioni personali per ottenere nuovamente l'accesso ai file.",
|
||||||
|
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Impossibile decifrare questo file, probabilmente è un file condiviso. Chiedi al proprietario del file di condividere nuovamente il file con te.",
|
||||||
|
"Unknown error please check your system settings or contact your administrator" => "Errore sconosciuto, controlla le impostazioni di sistema o contatta il tuo amministratore",
|
||||||
"Missing requirements." => "Requisiti mancanti.",
|
"Missing requirements." => "Requisiti mancanti.",
|
||||||
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Assicurati che sia installato PHP 5.3.3 o versioni successive e che l'estensione OpenSSL di PHP sia abilitata e configurata correttamente. Per ora, l'applicazione di cifratura è disabilitata.",
|
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Assicurati che sia installato PHP 5.3.3 o versioni successive e che l'estensione OpenSSL di PHP sia abilitata e configurata correttamente. Per ora, l'applicazione di cifratura è disabilitata.",
|
||||||
"Following users are not set up for encryption:" => "I seguenti utenti non sono configurati per la cifratura:",
|
"Following users are not set up for encryption:" => "I seguenti utenti non sono configurati per la cifratura:",
|
||||||
|
|
|
@ -8,20 +8,26 @@ $TRANSLATIONS = array(
|
||||||
"Could not change the password. Maybe the old password was not correct." => "パスワードを変更できませんでした。古いパスワードが間違っているかもしれません。",
|
"Could not change the password. Maybe the old password was not correct." => "パスワードを変更できませんでした。古いパスワードが間違っているかもしれません。",
|
||||||
"Private key password successfully updated." => "秘密鍵のパスワードが正常に更新されました。",
|
"Private key password successfully updated." => "秘密鍵のパスワードが正常に更新されました。",
|
||||||
"Could not update the private key password. Maybe the old password was not correct." => "秘密鍵のパスワードを更新できませんでした。古いパスワードが正確でない場合があります。",
|
"Could not update the private key password. Maybe the old password was not correct." => "秘密鍵のパスワードを更新できませんでした。古いパスワードが正確でない場合があります。",
|
||||||
|
"Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "暗号化アプリが初期化されていません。暗号化アプリが接続中に再度有効かされた可能性があります。暗号化アプリを初期化する為に、1回ログアウトしてログインしなおしてください。",
|
||||||
"Your private key is not valid! Likely your password was changed outside the ownCloud system (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "秘密鍵が有効ではありません。パスワードがownCloudシステムの外部(例えば、企業ディレクトリ)から変更された恐れがあります。個人設定で秘密鍵のパスワードを更新して、暗号化されたファイルを回復出来ます。",
|
"Your private key is not valid! Likely your password was changed outside the ownCloud system (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "秘密鍵が有効ではありません。パスワードがownCloudシステムの外部(例えば、企業ディレクトリ)から変更された恐れがあります。個人設定で秘密鍵のパスワードを更新して、暗号化されたファイルを回復出来ます。",
|
||||||
|
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "このファイルを復号化できません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。",
|
||||||
|
"Unknown error please check your system settings or contact your administrator" => "不明なエラーです。システム設定を確認するか、管理者に問い合わせてください。",
|
||||||
"Missing requirements." => "必要要件が満たされていません。",
|
"Missing requirements." => "必要要件が満たされていません。",
|
||||||
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "必ず、PHP 5.3.3もしくはそれ以上をインストールし、同時にOpenSSLのPHP拡張を有効にした上でOpenSSLも同様にインストール、適切に設定してください。現時点では暗号化アプリは無効になっています。",
|
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "必ず、PHP 5.3.3もしくはそれ以上をインストールし、同時にOpenSSLのPHP拡張を有効にした上でOpenSSLも同様にインストール、適切に設定してください。現時点では暗号化アプリは無効になっています。",
|
||||||
"Following users are not set up for encryption:" => "以下のユーザーは、暗号化設定がされていません:",
|
"Following users are not set up for encryption:" => "以下のユーザーは、暗号化設定がされていません:",
|
||||||
"Saving..." => "保存中...",
|
"Saving..." => "保存中...",
|
||||||
|
"Go directly to your " => "あなたのディレクトリへ",
|
||||||
"personal settings" => "秘密鍵をアンロックできます",
|
"personal settings" => "秘密鍵をアンロックできます",
|
||||||
"Encryption" => "暗号化",
|
"Encryption" => "暗号化",
|
||||||
"Enable recovery key (allow to recover users files in case of password loss):" => "復旧キーを有効化 (万一パスワードを亡くした場合もユーザーのファイルを回復できる):",
|
"Enable recovery key (allow to recover users files in case of password loss):" => "復旧キーを有効化 (万一パスワードを亡くした場合もユーザーのファイルを回復できる):",
|
||||||
"Recovery key password" => "復旧キーのパスワード",
|
"Recovery key password" => "復旧キーのパスワード",
|
||||||
|
"Repeat Recovery key password" => "復旧キーのパスワードをもう一度入力",
|
||||||
"Enabled" => "有効",
|
"Enabled" => "有効",
|
||||||
"Disabled" => "無効",
|
"Disabled" => "無効",
|
||||||
"Change recovery key password:" => "復旧キーのパスワードを変更:",
|
"Change recovery key password:" => "復旧キーのパスワードを変更:",
|
||||||
"Old Recovery key password" => "古い復旧キーのパスワード",
|
"Old Recovery key password" => "古い復旧キーのパスワード",
|
||||||
"New Recovery key password" => "新しい復旧キーのパスワード",
|
"New Recovery key password" => "新しい復旧キーのパスワード",
|
||||||
|
"Repeat New Recovery key password" => "新しい復旧キーのパスワードをもう一度入力",
|
||||||
"Change Password" => "パスワードを変更",
|
"Change Password" => "パスワードを変更",
|
||||||
"Your private key password no longer match your log-in password:" => "もはや秘密鍵はログインパスワードと一致しません:",
|
"Your private key password no longer match your log-in password:" => "もはや秘密鍵はログインパスワードと一致しません:",
|
||||||
"Set your old private key password to your current log-in password." => "古い秘密鍵のパスワードを現在のログインパスワードに設定する。",
|
"Set your old private key password to your current log-in password." => "古い秘密鍵のパスワードを現在のログインパスワードに設定する。",
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
$TRANSLATIONS = array(
|
||||||
|
"Password" => "Пароль",
|
||||||
|
"Download" => "Загрузка",
|
||||||
|
"Upload" => "Загрузка",
|
||||||
|
"Cancel upload" => "Отмена загрузки"
|
||||||
|
);
|
||||||
|
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
|
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
$TRANSLATIONS = array(
|
||||||
|
"Error" => "Ошибка"
|
||||||
|
);
|
||||||
|
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
|
|
@ -76,6 +76,8 @@ $TRANSLATIONS = array(
|
||||||
"Internal Username Attribute:" => "Attributo nome utente interno:",
|
"Internal Username Attribute:" => "Attributo nome utente interno:",
|
||||||
"Override UUID detection" => "Ignora rilevamento UUID",
|
"Override UUID detection" => "Ignora rilevamento UUID",
|
||||||
"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "In modo predefinito, l'attributo UUID viene rilevato automaticamente. L'attributo UUID è utilizzato per identificare senza alcun dubbio gli utenti e i gruppi LDAP. Inoltre, il nome utente interno sarà creato sulla base dell'UUID, se non è specificato in precedenza. Puoi ignorare l'impostazione e fornire un attributo di tua scelta. Assicurati che l'attributo scelto possa essere ottenuto sia per gli utenti che per i gruppi e che sia univoco. Lascialo vuoto per ottenere il comportamento predefinito. Le modifiche avranno effetto solo sui nuovi utenti e gruppi LDAP associati (aggiunti).",
|
"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "In modo predefinito, l'attributo UUID viene rilevato automaticamente. L'attributo UUID è utilizzato per identificare senza alcun dubbio gli utenti e i gruppi LDAP. Inoltre, il nome utente interno sarà creato sulla base dell'UUID, se non è specificato in precedenza. Puoi ignorare l'impostazione e fornire un attributo di tua scelta. Assicurati che l'attributo scelto possa essere ottenuto sia per gli utenti che per i gruppi e che sia univoco. Lascialo vuoto per ottenere il comportamento predefinito. Le modifiche avranno effetto solo sui nuovi utenti e gruppi LDAP associati (aggiunti).",
|
||||||
|
"UUID Attribute for Users:" => "Attributo UUID per gli utenti:",
|
||||||
|
"UUID Attribute for Groups:" => "Attributo UUID per i gruppi:",
|
||||||
"Username-LDAP User Mapping" => "Associazione Nome utente-Utente LDAP",
|
"Username-LDAP User Mapping" => "Associazione Nome utente-Utente LDAP",
|
||||||
"Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have a internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." => "I nomi utente sono utilizzati per archiviare e assegnare i (meta) dati. Per identificare con precisione e riconoscere gli utenti, ogni utente LDAP avrà un nome utente interno. Ciò richiede un'associazione tra il nome utente e l'utente LDAP. In aggiunta, il DN viene mantenuto in cache per ridurre l'interazione con LDAP, ma non è utilizzato per l'identificazione. Se il DN cambia, le modifiche saranno rilevate. Il nome utente interno è utilizzato dappertutto. La cancellazione delle associazioni lascerà tracce residue ovunque e interesserà esclusivamente la configurazione LDAP. Non cancellare mai le associazioni in un ambiente di produzione, ma solo in una fase sperimentale o di test.",
|
"Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have a internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." => "I nomi utente sono utilizzati per archiviare e assegnare i (meta) dati. Per identificare con precisione e riconoscere gli utenti, ogni utente LDAP avrà un nome utente interno. Ciò richiede un'associazione tra il nome utente e l'utente LDAP. In aggiunta, il DN viene mantenuto in cache per ridurre l'interazione con LDAP, ma non è utilizzato per l'identificazione. Se il DN cambia, le modifiche saranno rilevate. Il nome utente interno è utilizzato dappertutto. La cancellazione delle associazioni lascerà tracce residue ovunque e interesserà esclusivamente la configurazione LDAP. Non cancellare mai le associazioni in un ambiente di produzione, ma solo in una fase sperimentale o di test.",
|
||||||
"Clear Username-LDAP User Mapping" => "Cancella associazione Nome utente-Utente LDAP",
|
"Clear Username-LDAP User Mapping" => "Cancella associazione Nome utente-Utente LDAP",
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?php
|
||||||
|
$TRANSLATIONS = array(
|
||||||
|
"Error" => "Ошибка",
|
||||||
|
"Password" => "Пароль"
|
||||||
|
);
|
||||||
|
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
|
|
@ -76,6 +76,8 @@ $TRANSLATIONS = array(
|
||||||
"Internal Username Attribute:" => "Atribút interného používateľského mena:",
|
"Internal Username Attribute:" => "Atribút interného používateľského mena:",
|
||||||
"Override UUID detection" => "Prepísať UUID detekciu",
|
"Override UUID detection" => "Prepísať UUID detekciu",
|
||||||
"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "V predvolenom nastavení je UUID atribút detekovaný automaticky. UUID atribút je použitý na jedinečnú identifikáciu používateľov a skupín z LDAP. Naviac je na základe UUID vytvorené tiež interné použivateľské meno, ak nie je nastavené inak. Môžete predvolené nastavenie prepísať a použiť atribút ktorý si sami zvolíte. Musíte sa ale ubezpečiť, že atribút ktorý vyberiete bude uvedený pri použivateľoch, aj pri skupinách a je jedinečný. Ponechajte prázdne pre predvolené správanie. Zmena bude mať vplyv len na novo namapovaných (pridaných) používateľov a skupiny z LDAP.",
|
"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "V predvolenom nastavení je UUID atribút detekovaný automaticky. UUID atribút je použitý na jedinečnú identifikáciu používateľov a skupín z LDAP. Naviac je na základe UUID vytvorené tiež interné použivateľské meno, ak nie je nastavené inak. Môžete predvolené nastavenie prepísať a použiť atribút ktorý si sami zvolíte. Musíte sa ale ubezpečiť, že atribút ktorý vyberiete bude uvedený pri použivateľoch, aj pri skupinách a je jedinečný. Ponechajte prázdne pre predvolené správanie. Zmena bude mať vplyv len na novo namapovaných (pridaných) používateľov a skupiny z LDAP.",
|
||||||
|
"UUID Attribute for Users:" => "UUID atribút pre používateľov:",
|
||||||
|
"UUID Attribute for Groups:" => "UUID atribút pre skupiny:",
|
||||||
"Username-LDAP User Mapping" => "Mapovanie názvov LDAP používateľských mien",
|
"Username-LDAP User Mapping" => "Mapovanie názvov LDAP používateľských mien",
|
||||||
"Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have a internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." => "Použivateľské mená sa používajú pre uchovávanie a priraďovanie (meta)dát. Pre správnu identifikáciu a rozpoznanie používateľov bude mať každý používateľ z LDAP interné používateľské meno. To je nevyhnutné pre namapovanie používateľských mien na používateľov v LDAP. Vytvorené používateľské meno je namapované na UUID používateľa v LDAP. Naviac je cachovaná DN pre obmedzenie interakcie s LDAP, ale nie je používaná pre identifikáciu. Ak sa DN zmení, bude to správne rozpoznané. Interné používateľské meno sa používa všade. Vyčistenie namapování vymaže zvyšky všade. Vyčistenie naviac nie je špecifické, bude mať vplyv na všetky LDAP konfigurácie! Nikdy nečistite namapovanie v produkčnom prostredí, len v testovacej alebo experimentálnej fáze.",
|
"Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have a internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." => "Použivateľské mená sa používajú pre uchovávanie a priraďovanie (meta)dát. Pre správnu identifikáciu a rozpoznanie používateľov bude mať každý používateľ z LDAP interné používateľské meno. To je nevyhnutné pre namapovanie používateľských mien na používateľov v LDAP. Vytvorené používateľské meno je namapované na UUID používateľa v LDAP. Naviac je cachovaná DN pre obmedzenie interakcie s LDAP, ale nie je používaná pre identifikáciu. Ak sa DN zmení, bude to správne rozpoznané. Interné používateľské meno sa používa všade. Vyčistenie namapování vymaže zvyšky všade. Vyčistenie naviac nie je špecifické, bude mať vplyv na všetky LDAP konfigurácie! Nikdy nečistite namapovanie v produkčnom prostredí, len v testovacej alebo experimentálnej fáze.",
|
||||||
"Clear Username-LDAP User Mapping" => "Zrušiť mapovanie LDAP používateľských mien",
|
"Clear Username-LDAP User Mapping" => "Zrušiť mapovanie LDAP používateľských mien",
|
||||||
|
|
|
@ -96,8 +96,12 @@ $TRANSLATIONS = array(
|
||||||
"Email sent" => "Email envoyé",
|
"Email sent" => "Email envoyé",
|
||||||
"Warning" => "Attention",
|
"Warning" => "Attention",
|
||||||
"The object type is not specified." => "Le type d'objet n'est pas spécifié.",
|
"The object type is not specified." => "Le type d'objet n'est pas spécifié.",
|
||||||
|
"Enter new" => "Saisir un nouveau",
|
||||||
"Delete" => "Supprimer",
|
"Delete" => "Supprimer",
|
||||||
"Add" => "Ajouter",
|
"Add" => "Ajouter",
|
||||||
|
"Edit tags" => "Modifier les balises",
|
||||||
|
"Error loading dialog template: {error}" => "Erreur de chargement du modèle de dialogue : {error}",
|
||||||
|
"No tags selected for deletion." => "Aucune balise sélectionnée pour la suppression.",
|
||||||
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "La mise à jour a échoué. Veuillez signaler ce problème à la <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">communauté ownCloud</a>.",
|
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "La mise à jour a échoué. Veuillez signaler ce problème à la <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">communauté ownCloud</a>.",
|
||||||
"The update was successful. Redirecting you to ownCloud now." => "La mise à jour a réussi. Vous êtes redirigé maintenant vers ownCloud.",
|
"The update was successful. Redirecting you to ownCloud now." => "La mise à jour a réussi. Vous êtes redirigé maintenant vers ownCloud.",
|
||||||
"%s password reset" => "Réinitialisation de votre mot de passe %s",
|
"%s password reset" => "Réinitialisation de votre mot de passe %s",
|
||||||
|
@ -118,6 +122,13 @@ $TRANSLATIONS = array(
|
||||||
"Apps" => "Applications",
|
"Apps" => "Applications",
|
||||||
"Admin" => "Administration",
|
"Admin" => "Administration",
|
||||||
"Help" => "Aide",
|
"Help" => "Aide",
|
||||||
|
"Error loading tags" => "Erreur de chargement des balises.",
|
||||||
|
"Tag already exists" => "La balise existe déjà.",
|
||||||
|
"Error deleting tag(s)" => "Erreur de suppression de(s) balise(s)",
|
||||||
|
"Error tagging" => "Erreur lors de la mise en place de la balise",
|
||||||
|
"Error untagging" => "Erreur lors de la suppression de la balise",
|
||||||
|
"Error favoriting" => "Erreur lors de la mise en favori",
|
||||||
|
"Error unfavoriting" => "Erreur lors de la suppression des favoris",
|
||||||
"Access forbidden" => "Accès interdit",
|
"Access forbidden" => "Accès interdit",
|
||||||
"Cloud not found" => "Introuvable",
|
"Cloud not found" => "Introuvable",
|
||||||
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Bonjour,\n\nJuste pour vous signaler que %s a partagé %s avec vous.\nConsultez-le : %s\n",
|
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Bonjour,\n\nJuste pour vous signaler que %s a partagé %s avec vous.\nConsultez-le : %s\n",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
$TRANSLATIONS = array(
|
$TRANSLATIONS = array(
|
||||||
"%s shared »%s« with you" => "%s megosztotta Önnel ezt: »%s«",
|
"%s shared »%s« with you" => "%s megosztotta Önnel ezt: »%s«",
|
||||||
|
"Couldn't send mail to following users: %s " => "Nem sikerült e-mailt küldeni a következő felhasználóknak: %s",
|
||||||
"group" => "csoport",
|
"group" => "csoport",
|
||||||
"Turned on maintenance mode" => "A karbantartási mód bekapcsolva",
|
"Turned on maintenance mode" => "A karbantartási mód bekapcsolva",
|
||||||
"Turned off maintenance mode" => "A karbantartási mód kikapcsolva",
|
"Turned off maintenance mode" => "A karbantartási mód kikapcsolva",
|
||||||
|
@ -34,13 +35,13 @@ $TRANSLATIONS = array(
|
||||||
"December" => "december",
|
"December" => "december",
|
||||||
"Settings" => "Beállítások",
|
"Settings" => "Beállítások",
|
||||||
"seconds ago" => "pár másodperce",
|
"seconds ago" => "pár másodperce",
|
||||||
"_%n minute ago_::_%n minutes ago_" => array("",""),
|
"_%n minute ago_::_%n minutes ago_" => array("%n perccel ezelőtt","%n perccel ezelőtt"),
|
||||||
"_%n hour ago_::_%n hours ago_" => array("",""),
|
"_%n hour ago_::_%n hours ago_" => array("%n órával ezelőtt","%n órával ezelőtt"),
|
||||||
"today" => "ma",
|
"today" => "ma",
|
||||||
"yesterday" => "tegnap",
|
"yesterday" => "tegnap",
|
||||||
"_%n day ago_::_%n days ago_" => array("",""),
|
"_%n day ago_::_%n days ago_" => array("%n nappal ezelőtt","%n nappal ezelőtt"),
|
||||||
"last month" => "múlt hónapban",
|
"last month" => "múlt hónapban",
|
||||||
"_%n month ago_::_%n months ago_" => array("",""),
|
"_%n month ago_::_%n months ago_" => array("%n hónappal ezelőtt","%n hónappal ezelőtt"),
|
||||||
"months ago" => "több hónapja",
|
"months ago" => "több hónapja",
|
||||||
"last year" => "tavaly",
|
"last year" => "tavaly",
|
||||||
"years ago" => "több éve",
|
"years ago" => "több éve",
|
||||||
|
@ -50,7 +51,7 @@ $TRANSLATIONS = array(
|
||||||
"No" => "Nem",
|
"No" => "Nem",
|
||||||
"Ok" => "Ok",
|
"Ok" => "Ok",
|
||||||
"Error loading message template: {error}" => "Nem sikerült betölteni az üzenet sablont: {error}",
|
"Error loading message template: {error}" => "Nem sikerült betölteni az üzenet sablont: {error}",
|
||||||
"_{count} file conflict_::_{count} file conflicts_" => array("",""),
|
"_{count} file conflict_::_{count} file conflicts_" => array("{count} fájl ütközik","{count} fájl ütközik"),
|
||||||
"One file conflict" => "Egy file ütközik",
|
"One file conflict" => "Egy file ütközik",
|
||||||
"Which files do you want to keep?" => "Melyik file-okat akarod megtartani?",
|
"Which files do you want to keep?" => "Melyik file-okat akarod megtartani?",
|
||||||
"If you select both versions, the copied file will have a number added to its name." => "Ha kiválasztod mindazokaz a verziókat, a másolt fileok neve sorszámozva lesz.",
|
"If you select both versions, the copied file will have a number added to its name." => "Ha kiválasztod mindazokaz a verziókat, a másolt fileok neve sorszámozva lesz.",
|
||||||
|
@ -81,6 +82,7 @@ $TRANSLATIONS = array(
|
||||||
"Resharing is not allowed" => "Ezt az állományt csak a tulajdonosa oszthatja meg másokkal",
|
"Resharing is not allowed" => "Ezt az állományt csak a tulajdonosa oszthatja meg másokkal",
|
||||||
"Shared in {item} with {user}" => "Megosztva {item}-ben {user}-rel",
|
"Shared in {item} with {user}" => "Megosztva {item}-ben {user}-rel",
|
||||||
"Unshare" => "A megosztás visszavonása",
|
"Unshare" => "A megosztás visszavonása",
|
||||||
|
"notify user by email" => "felhasználó értesítése e-mailben",
|
||||||
"can edit" => "módosíthat",
|
"can edit" => "módosíthat",
|
||||||
"access control" => "jogosultság",
|
"access control" => "jogosultság",
|
||||||
"create" => "létrehoz",
|
"create" => "létrehoz",
|
||||||
|
@ -94,8 +96,12 @@ $TRANSLATIONS = array(
|
||||||
"Email sent" => "Az emailt elküldtük",
|
"Email sent" => "Az emailt elküldtük",
|
||||||
"Warning" => "Figyelmeztetés",
|
"Warning" => "Figyelmeztetés",
|
||||||
"The object type is not specified." => "Az objektum típusa nincs megadva.",
|
"The object type is not specified." => "Az objektum típusa nincs megadva.",
|
||||||
|
"Enter new" => "Új beírása",
|
||||||
"Delete" => "Törlés",
|
"Delete" => "Törlés",
|
||||||
"Add" => "Hozzáadás",
|
"Add" => "Hozzáadás",
|
||||||
|
"Edit tags" => "Címkék szerkesztése",
|
||||||
|
"Error loading dialog template: {error}" => "Hiba a párbeszédpanel-sablon betöltésekor: {error}",
|
||||||
|
"No tags selected for deletion." => "Nincs törlésre kijelölt címke.",
|
||||||
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "A frissítés nem sikerült. Kérem értesítse erről a problémáról az <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud közösséget</a>.",
|
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "A frissítés nem sikerült. Kérem értesítse erről a problémáról az <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud közösséget</a>.",
|
||||||
"The update was successful. Redirecting you to ownCloud now." => "A frissítés sikeres volt. Visszairányítjuk az ownCloud szolgáltatáshoz.",
|
"The update was successful. Redirecting you to ownCloud now." => "A frissítés sikeres volt. Visszairányítjuk az ownCloud szolgáltatáshoz.",
|
||||||
"%s password reset" => "%s jelszó visszaállítás",
|
"%s password reset" => "%s jelszó visszaállítás",
|
||||||
|
@ -116,8 +122,18 @@ $TRANSLATIONS = array(
|
||||||
"Apps" => "Alkalmazások",
|
"Apps" => "Alkalmazások",
|
||||||
"Admin" => "Adminsztráció",
|
"Admin" => "Adminsztráció",
|
||||||
"Help" => "Súgó",
|
"Help" => "Súgó",
|
||||||
|
"Error loading tags" => "Hiba a címkék betöltésekor",
|
||||||
|
"Tag already exists" => "A címke már létezik",
|
||||||
|
"Error deleting tag(s)" => "Hiba a címkék törlésekor",
|
||||||
|
"Error tagging" => "Hiba a címkézéskor",
|
||||||
|
"Error untagging" => "Hiba a címkék eltávolításakor",
|
||||||
|
"Error favoriting" => "Hiba a kedvencekhez adáskor",
|
||||||
|
"Error unfavoriting" => "Hiba a kedvencekből törléskor",
|
||||||
"Access forbidden" => "A hozzáférés nem engedélyezett",
|
"Access forbidden" => "A hozzáférés nem engedélyezett",
|
||||||
"Cloud not found" => "A felhő nem található",
|
"Cloud not found" => "A felhő nem található",
|
||||||
|
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Szia!\\n\n\\n\nÉrtesítünk, hogy %s megosztotta veled a következőt: %s.\\n\nItt tudod megnézni: %s\\n\n\\n",
|
||||||
|
"The share will expire on %s.\n\n" => "A megosztás ekkor jár le: %s\\n\n\\n",
|
||||||
|
"Cheers!" => "Üdv.",
|
||||||
"Security Warning" => "Biztonsági figyelmeztetés",
|
"Security Warning" => "Biztonsági figyelmeztetés",
|
||||||
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Az Ön PHP verziója sebezhető a NULL bájtos támadással szemben (CVE-2006-7243)",
|
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Az Ön PHP verziója sebezhető a NULL bájtos támadással szemben (CVE-2006-7243)",
|
||||||
"Please update your PHP installation to use %s securely." => "Kérjük frissítse a telepített PHP csomagjait, hogy biztonságos legyen az %s szolgáltatása.",
|
"Please update your PHP installation to use %s securely." => "Kérjük frissítse a telepített PHP csomagjait, hogy biztonságos legyen az %s szolgáltatása.",
|
||||||
|
@ -136,15 +152,20 @@ $TRANSLATIONS = array(
|
||||||
"Database tablespace" => "Az adatbázis táblázattér (tablespace)",
|
"Database tablespace" => "Az adatbázis táblázattér (tablespace)",
|
||||||
"Database host" => "Adatbázis szerver",
|
"Database host" => "Adatbázis szerver",
|
||||||
"Finish setup" => "A beállítások befejezése",
|
"Finish setup" => "A beállítások befejezése",
|
||||||
|
"Finishing …" => "Befejezés ...",
|
||||||
"%s is available. Get more information on how to update." => "%s rendelkezésre áll. További információ a frissítéshez.",
|
"%s is available. Get more information on how to update." => "%s rendelkezésre áll. További információ a frissítéshez.",
|
||||||
"Log out" => "Kilépés",
|
"Log out" => "Kilépés",
|
||||||
"Automatic logon rejected!" => "Az automatikus bejelentkezés sikertelen!",
|
"Automatic logon rejected!" => "Az automatikus bejelentkezés sikertelen!",
|
||||||
"If you did not change your password recently, your account may be compromised!" => "Ha mostanában nem módosította a jelszavát, akkor lehetséges, hogy idegenek jutottak be a rendszerbe az Ön nevében!",
|
"If you did not change your password recently, your account may be compromised!" => "Ha mostanában nem módosította a jelszavát, akkor lehetséges, hogy idegenek jutottak be a rendszerbe az Ön nevében!",
|
||||||
"Please change your password to secure your account again." => "A biztonsága érdekében változtassa meg a jelszavát!",
|
"Please change your password to secure your account again." => "A biztonsága érdekében változtassa meg a jelszavát!",
|
||||||
|
"Server side authentication failed!" => "A szerveroldali hitelesítés sikertelen!",
|
||||||
|
"Please contact your administrator." => "Kérjük, lépjen kapcsolatba a rendszergazdával.",
|
||||||
"Lost your password?" => "Elfelejtette a jelszavát?",
|
"Lost your password?" => "Elfelejtette a jelszavát?",
|
||||||
"remember" => "emlékezzen",
|
"remember" => "emlékezzen",
|
||||||
"Log in" => "Bejelentkezés",
|
"Log in" => "Bejelentkezés",
|
||||||
"Alternative Logins" => "Alternatív bejelentkezés",
|
"Alternative Logins" => "Alternatív bejelentkezés",
|
||||||
|
"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Szia!<br><br>Értesítünk, hogy %s megosztotta veled a következőt: »%s«.<br><a href=\"%s\">Ide kattintva tudod megnézni</a><br><br>",
|
||||||
|
"The share will expire on %s.<br><br>" => "A megosztás ekkor jár le: %s<br><br>",
|
||||||
"Updating ownCloud to version %s, this may take a while." => "Owncloud frissítés a %s verzióra folyamatban. Kis türelmet."
|
"Updating ownCloud to version %s, this may take a while." => "Owncloud frissítés a %s verzióra folyamatban. Kis türelmet."
|
||||||
);
|
);
|
||||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||||
|
|
|
@ -99,8 +99,9 @@ $TRANSLATIONS = array(
|
||||||
"Enter new" => "Inserisci nuovo",
|
"Enter new" => "Inserisci nuovo",
|
||||||
"Delete" => "Elimina",
|
"Delete" => "Elimina",
|
||||||
"Add" => "Aggiungi",
|
"Add" => "Aggiungi",
|
||||||
"Edit tags" => "Modifica tag",
|
"Edit tags" => "Modifica etichette",
|
||||||
"No tags selected for deletion." => "Nessuna tag selezionata per l'eliminazione.",
|
"Error loading dialog template: {error}" => "Errore durante il caricamento del modello di finestra: {error}",
|
||||||
|
"No tags selected for deletion." => "Nessuna etichetta selezionata per l'eliminazione.",
|
||||||
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "L'aggiornamento non è riuscito. Segnala il problema alla <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">comunità di ownCloud</a>.",
|
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "L'aggiornamento non è riuscito. Segnala il problema alla <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">comunità di ownCloud</a>.",
|
||||||
"The update was successful. Redirecting you to ownCloud now." => "L'aggiornamento è stato effettuato correttamente. Stai per essere reindirizzato a ownCloud.",
|
"The update was successful. Redirecting you to ownCloud now." => "L'aggiornamento è stato effettuato correttamente. Stai per essere reindirizzato a ownCloud.",
|
||||||
"%s password reset" => "Ripristino password di %s",
|
"%s password reset" => "Ripristino password di %s",
|
||||||
|
@ -121,7 +122,13 @@ $TRANSLATIONS = array(
|
||||||
"Apps" => "Applicazioni",
|
"Apps" => "Applicazioni",
|
||||||
"Admin" => "Admin",
|
"Admin" => "Admin",
|
||||||
"Help" => "Aiuto",
|
"Help" => "Aiuto",
|
||||||
"Error loading tags" => "Errore di caricamento tag",
|
"Error loading tags" => "Errore di caricamento delle etichette",
|
||||||
|
"Tag already exists" => "L'etichetta esiste già",
|
||||||
|
"Error deleting tag(s)" => "Errore di eliminazione delle etichette",
|
||||||
|
"Error tagging" => "Errore di assegnazione delle etichette",
|
||||||
|
"Error untagging" => "Errore di rimozione delle etichette",
|
||||||
|
"Error favoriting" => "Errore di creazione dei preferiti",
|
||||||
|
"Error unfavoriting" => "Errore di rimozione dai preferiti",
|
||||||
"Access forbidden" => "Accesso negato",
|
"Access forbidden" => "Accesso negato",
|
||||||
"Cloud not found" => "Nuvola non trovata",
|
"Cloud not found" => "Nuvola non trovata",
|
||||||
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ciao,\n\nvolevo informarti che %s ha condiviso %s con te.\nVedi: %s\n\n",
|
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ciao,\n\nvolevo informarti che %s ha condiviso %s con te.\nVedi: %s\n\n",
|
||||||
|
@ -151,8 +158,8 @@ $TRANSLATIONS = array(
|
||||||
"Automatic logon rejected!" => "Accesso automatico rifiutato.",
|
"Automatic logon rejected!" => "Accesso automatico rifiutato.",
|
||||||
"If you did not change your password recently, your account may be compromised!" => "Se non hai cambiato la password recentemente, il tuo account potrebbe essere compromesso.",
|
"If you did not change your password recently, your account may be compromised!" => "Se non hai cambiato la password recentemente, il tuo account potrebbe essere compromesso.",
|
||||||
"Please change your password to secure your account again." => "Cambia la password per rendere nuovamente sicuro il tuo account.",
|
"Please change your password to secure your account again." => "Cambia la password per rendere nuovamente sicuro il tuo account.",
|
||||||
"Server side authentication failed!" => "Autenticazione lato server faillita!",
|
"Server side authentication failed!" => "Autenticazione lato server non riuscita!",
|
||||||
"Please contact your administrator." => "Per favore contatta l'amministratore di sistema.",
|
"Please contact your administrator." => "Contatta il tuo amministratore di sistema.",
|
||||||
"Lost your password?" => "Hai perso la password?",
|
"Lost your password?" => "Hai perso la password?",
|
||||||
"remember" => "ricorda",
|
"remember" => "ricorda",
|
||||||
"Log in" => "Accedi",
|
"Log in" => "Accedi",
|
||||||
|
|
|
@ -100,6 +100,7 @@ $TRANSLATIONS = array(
|
||||||
"Delete" => "削除",
|
"Delete" => "削除",
|
||||||
"Add" => "追加",
|
"Add" => "追加",
|
||||||
"Edit tags" => "タグを編集",
|
"Edit tags" => "タグを編集",
|
||||||
|
"Error loading dialog template: {error}" => "メッセージテンプレートの読み込みエラー: {error}",
|
||||||
"No tags selected for deletion." => "削除するタグが選択されていません。",
|
"No tags selected for deletion." => "削除するタグが選択されていません。",
|
||||||
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "更新に成功しました。この問題を <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a> にレポートしてください。",
|
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "更新に成功しました。この問題を <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a> にレポートしてください。",
|
||||||
"The update was successful. Redirecting you to ownCloud now." => "更新に成功しました。今すぐownCloudにリダイレクトします。",
|
"The update was successful. Redirecting you to ownCloud now." => "更新に成功しました。今すぐownCloudにリダイレクトします。",
|
||||||
|
@ -126,9 +127,13 @@ $TRANSLATIONS = array(
|
||||||
"Error deleting tag(s)" => "タグの削除エラー",
|
"Error deleting tag(s)" => "タグの削除エラー",
|
||||||
"Error tagging" => "タグの付与エラー",
|
"Error tagging" => "タグの付与エラー",
|
||||||
"Error untagging" => "タグの解除エラー",
|
"Error untagging" => "タグの解除エラー",
|
||||||
|
"Error favoriting" => "お気に入りに追加エラー",
|
||||||
|
"Error unfavoriting" => "お気に入りから削除エラー",
|
||||||
"Access forbidden" => "アクセスが禁止されています",
|
"Access forbidden" => "アクセスが禁止されています",
|
||||||
"Cloud not found" => "見つかりません",
|
"Cloud not found" => "見つかりません",
|
||||||
|
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "こんにちは、\n\n%s があなたと %s を共有したことをお知らせします。\nそれを表示: %s\n",
|
||||||
"The share will expire on %s.\n\n" => "共有は %s で有効期限が切れます。\n\n",
|
"The share will expire on %s.\n\n" => "共有は %s で有効期限が切れます。\n\n",
|
||||||
|
"Cheers!" => "それでは!",
|
||||||
"Security Warning" => "セキュリティ警告",
|
"Security Warning" => "セキュリティ警告",
|
||||||
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "あなたのPHPのバージョンには、Null Byte攻撃(CVE-2006-7243)という脆弱性が含まれています。",
|
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "あなたのPHPのバージョンには、Null Byte攻撃(CVE-2006-7243)という脆弱性が含まれています。",
|
||||||
"Please update your PHP installation to use %s securely." => "%s を安全に利用する為に インストールされているPHPをアップデートしてください。",
|
"Please update your PHP installation to use %s securely." => "%s を安全に利用する為に インストールされているPHPをアップデートしてください。",
|
||||||
|
@ -159,6 +164,7 @@ $TRANSLATIONS = array(
|
||||||
"remember" => "パスワードを記憶する",
|
"remember" => "パスワードを記憶する",
|
||||||
"Log in" => "ログイン",
|
"Log in" => "ログイン",
|
||||||
"Alternative Logins" => "代替ログイン",
|
"Alternative Logins" => "代替ログイン",
|
||||||
|
"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "こんにちは、<br><br>%sがあなたと »%s« を共有したことをお知らせします。<br><a href=\"%s\">それを表示</a><br><br>",
|
||||||
"The share will expire on %s.<br><br>" => "共有は %s で有効期限が切れます。<br><br>",
|
"The share will expire on %s.<br><br>" => "共有は %s で有効期限が切れます。<br><br>",
|
||||||
"Updating ownCloud to version %s, this may take a while." => "ownCloud をバージョン %s に更新しています、しばらくお待ち下さい。"
|
"Updating ownCloud to version %s, this may take a while." => "ownCloud をバージョン %s に更新しています、しばらくお待ち下さい。"
|
||||||
);
|
);
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
<?php
|
||||||
|
$TRANSLATIONS = array(
|
||||||
|
"Settings" => "Настройки",
|
||||||
|
"_%n minute ago_::_%n minutes ago_" => array("","",""),
|
||||||
|
"_%n hour ago_::_%n hours ago_" => array("","",""),
|
||||||
|
"_%n day ago_::_%n days ago_" => array("","",""),
|
||||||
|
"_%n month ago_::_%n months ago_" => array("","",""),
|
||||||
|
"Yes" => "Да",
|
||||||
|
"No" => "Нет",
|
||||||
|
"_{count} file conflict_::_{count} file conflicts_" => array("","",""),
|
||||||
|
"Cancel" => "Отмена",
|
||||||
|
"Share" => "Сделать общим",
|
||||||
|
"Error" => "Ошибка",
|
||||||
|
"Password" => "Пароль",
|
||||||
|
"Warning" => "Предупреждение",
|
||||||
|
"Username" => "Имя пользователя"
|
||||||
|
);
|
||||||
|
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
|
|
@ -1,6 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
$TRANSLATIONS = array(
|
$TRANSLATIONS = array(
|
||||||
"%s shared »%s« with you" => "%s s Vami zdieľa »%s«",
|
"%s shared »%s« with you" => "%s s Vami zdieľa »%s«",
|
||||||
|
"Couldn't send mail to following users: %s " => "Nebolo možné odoslať email týmto používateľom: %s ",
|
||||||
"group" => "skupina",
|
"group" => "skupina",
|
||||||
"Turned on maintenance mode" => "Mód údržby zapnutý",
|
"Turned on maintenance mode" => "Mód údržby zapnutý",
|
||||||
"Turned off maintenance mode" => "Mód údržby vypnutý",
|
"Turned off maintenance mode" => "Mód údržby vypnutý",
|
||||||
|
@ -8,6 +9,11 @@ $TRANSLATIONS = array(
|
||||||
"Updating filecache, this may take really long..." => "Aktualizácia \"filecache\", toto môže trvať dlhšie...",
|
"Updating filecache, this may take really long..." => "Aktualizácia \"filecache\", toto môže trvať dlhšie...",
|
||||||
"Updated filecache" => "\"Filecache\" aktualizovaná",
|
"Updated filecache" => "\"Filecache\" aktualizovaná",
|
||||||
"... %d%% done ..." => "... %d%% dokončených ...",
|
"... %d%% done ..." => "... %d%% dokončených ...",
|
||||||
|
"No image or file provided" => "Obrázok alebo súbor nebol zadaný",
|
||||||
|
"Unknown filetype" => "Neznámy typ súboru",
|
||||||
|
"Invalid image" => "Chybný obrázok",
|
||||||
|
"No temporary profile picture available, try again" => "Dočasný profilový obrázok nie je k dispozícii, skúste to znovu",
|
||||||
|
"No crop data provided" => "Dáta pre orezanie neboli zadané",
|
||||||
"Sunday" => "Nedeľa",
|
"Sunday" => "Nedeľa",
|
||||||
"Monday" => "Pondelok",
|
"Monday" => "Pondelok",
|
||||||
"Tuesday" => "Utorok",
|
"Tuesday" => "Utorok",
|
||||||
|
@ -40,11 +46,19 @@ $TRANSLATIONS = array(
|
||||||
"last year" => "minulý rok",
|
"last year" => "minulý rok",
|
||||||
"years ago" => "pred rokmi",
|
"years ago" => "pred rokmi",
|
||||||
"Choose" => "Výber",
|
"Choose" => "Výber",
|
||||||
|
"Error loading file picker template: {error}" => "Chyba pri nahrávaní šablóny výberu súborov: {error}",
|
||||||
"Yes" => "Áno",
|
"Yes" => "Áno",
|
||||||
"No" => "Nie",
|
"No" => "Nie",
|
||||||
"Ok" => "Ok",
|
"Ok" => "Ok",
|
||||||
"_{count} file conflict_::_{count} file conflicts_" => array("","",""),
|
"Error loading message template: {error}" => "Chyba pri nahrávaní šablóny správy: {error}",
|
||||||
|
"_{count} file conflict_::_{count} file conflicts_" => array("{count} konflikt súboru","{count} konflikty súboru","{count} konfliktov súboru"),
|
||||||
|
"One file conflict" => "Jeden konflikt súboru",
|
||||||
|
"Which files do you want to keep?" => "Ktoré súbory chcete ponechať?",
|
||||||
|
"If you select both versions, the copied file will have a number added to its name." => "Ak zvolíte obe verzie, názov nakopírovaného súboru bude doplnený o číslo.",
|
||||||
"Cancel" => "Zrušiť",
|
"Cancel" => "Zrušiť",
|
||||||
|
"Continue" => "Pokračovať",
|
||||||
|
"(all selected)" => "(všetko vybrané)",
|
||||||
|
"({count} selected)" => "({count} vybraných)",
|
||||||
"Shared" => "Zdieľané",
|
"Shared" => "Zdieľané",
|
||||||
"Share" => "Zdieľať",
|
"Share" => "Zdieľať",
|
||||||
"Error" => "Chyba",
|
"Error" => "Chyba",
|
||||||
|
@ -67,6 +81,7 @@ $TRANSLATIONS = array(
|
||||||
"Resharing is not allowed" => "Zdieľanie už zdieľanej položky nie je povolené",
|
"Resharing is not allowed" => "Zdieľanie už zdieľanej položky nie je povolené",
|
||||||
"Shared in {item} with {user}" => "Zdieľané v {item} s {user}",
|
"Shared in {item} with {user}" => "Zdieľané v {item} s {user}",
|
||||||
"Unshare" => "Zrušiť zdieľanie",
|
"Unshare" => "Zrušiť zdieľanie",
|
||||||
|
"notify user by email" => "upozorniť používateľa emailom",
|
||||||
"can edit" => "môže upraviť",
|
"can edit" => "môže upraviť",
|
||||||
"access control" => "prístupové práva",
|
"access control" => "prístupové práva",
|
||||||
"create" => "vytvoriť",
|
"create" => "vytvoriť",
|
||||||
|
@ -80,8 +95,12 @@ $TRANSLATIONS = array(
|
||||||
"Email sent" => "Email odoslaný",
|
"Email sent" => "Email odoslaný",
|
||||||
"Warning" => "Varovanie",
|
"Warning" => "Varovanie",
|
||||||
"The object type is not specified." => "Nešpecifikovaný typ objektu.",
|
"The object type is not specified." => "Nešpecifikovaný typ objektu.",
|
||||||
|
"Enter new" => "Zadať nový",
|
||||||
"Delete" => "Zmazať",
|
"Delete" => "Zmazať",
|
||||||
"Add" => "Pridať",
|
"Add" => "Pridať",
|
||||||
|
"Edit tags" => "Upraviť štítky",
|
||||||
|
"Error loading dialog template: {error}" => "Chyba pri načítaní šablóny dialógu: {error}",
|
||||||
|
"No tags selected for deletion." => "Nie sú vybraté štítky na zmazanie.",
|
||||||
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "Aktualizácia nebola úspešná. Problém nahláste na <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>.",
|
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "Aktualizácia nebola úspešná. Problém nahláste na <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>.",
|
||||||
"The update was successful. Redirecting you to ownCloud now." => "Aktualizácia bola úspešná. Presmerovávam na prihlasovaciu stránku.",
|
"The update was successful. Redirecting you to ownCloud now." => "Aktualizácia bola úspešná. Presmerovávam na prihlasovaciu stránku.",
|
||||||
"%s password reset" => "reset hesla %s",
|
"%s password reset" => "reset hesla %s",
|
||||||
|
@ -102,8 +121,18 @@ $TRANSLATIONS = array(
|
||||||
"Apps" => "Aplikácie",
|
"Apps" => "Aplikácie",
|
||||||
"Admin" => "Administrátor",
|
"Admin" => "Administrátor",
|
||||||
"Help" => "Pomoc",
|
"Help" => "Pomoc",
|
||||||
|
"Error loading tags" => "Chyba pri načítaní štítkov",
|
||||||
|
"Tag already exists" => "Štítok už existuje",
|
||||||
|
"Error deleting tag(s)" => "Chyba pri mazaní štítka(ov)",
|
||||||
|
"Error tagging" => "Chyba pri pridaní štítka",
|
||||||
|
"Error untagging" => "Chyba pri odobratí štítka",
|
||||||
|
"Error favoriting" => "Chyba pri pridaní do obľúbených",
|
||||||
|
"Error unfavoriting" => "Chyba pri odobratí z obľúbených",
|
||||||
"Access forbidden" => "Prístup odmietnutý",
|
"Access forbidden" => "Prístup odmietnutý",
|
||||||
"Cloud not found" => "Nenájdené",
|
"Cloud not found" => "Nenájdené",
|
||||||
|
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ahoj,\n\nchcem ti dať navedomie, že %s zdieľa %s s tebou.\nZobrazenie tu: %s\n\n",
|
||||||
|
"The share will expire on %s.\n\n" => "Zdieľanie vyexpiruje %s.\n\n",
|
||||||
|
"Cheers!" => "Za zdravie!",
|
||||||
"Security Warning" => "Bezpečnostné varovanie",
|
"Security Warning" => "Bezpečnostné varovanie",
|
||||||
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Verzia Vášho PHP je napadnuteľná pomocou techniky \"NULL Byte\" (CVE-2006-7243)",
|
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Verzia Vášho PHP je napadnuteľná pomocou techniky \"NULL Byte\" (CVE-2006-7243)",
|
||||||
"Please update your PHP installation to use %s securely." => "Aktualizujte prosím vašu inštanciu PHP pre bezpečné používanie %s.",
|
"Please update your PHP installation to use %s securely." => "Aktualizujte prosím vašu inštanciu PHP pre bezpečné používanie %s.",
|
||||||
|
@ -122,15 +151,20 @@ $TRANSLATIONS = array(
|
||||||
"Database tablespace" => "Tabuľkový priestor databázy",
|
"Database tablespace" => "Tabuľkový priestor databázy",
|
||||||
"Database host" => "Server databázy",
|
"Database host" => "Server databázy",
|
||||||
"Finish setup" => "Dokončiť inštaláciu",
|
"Finish setup" => "Dokončiť inštaláciu",
|
||||||
|
"Finishing …" => "Dokončujem...",
|
||||||
"%s is available. Get more information on how to update." => "%s je dostupná. Získajte viac informácií k postupu aktualizáce.",
|
"%s is available. Get more information on how to update." => "%s je dostupná. Získajte viac informácií k postupu aktualizáce.",
|
||||||
"Log out" => "Odhlásiť",
|
"Log out" => "Odhlásiť",
|
||||||
"Automatic logon rejected!" => "Automatické prihlásenie bolo zamietnuté!",
|
"Automatic logon rejected!" => "Automatické prihlásenie bolo zamietnuté!",
|
||||||
"If you did not change your password recently, your account may be compromised!" => "V nedávnej dobe ste nezmenili svoje heslo, Váš účet môže byť kompromitovaný.",
|
"If you did not change your password recently, your account may be compromised!" => "V nedávnej dobe ste nezmenili svoje heslo, Váš účet môže byť kompromitovaný.",
|
||||||
"Please change your password to secure your account again." => "Prosím, zmeňte svoje heslo pre opätovné zabezpečenie Vášho účtu",
|
"Please change your password to secure your account again." => "Prosím, zmeňte svoje heslo pre opätovné zabezpečenie Vášho účtu",
|
||||||
|
"Server side authentication failed!" => "Autentifikácia na serveri zlyhala!",
|
||||||
|
"Please contact your administrator." => "Kontaktujte prosím vášho administrátora.",
|
||||||
"Lost your password?" => "Zabudli ste heslo?",
|
"Lost your password?" => "Zabudli ste heslo?",
|
||||||
"remember" => "zapamätať",
|
"remember" => "zapamätať",
|
||||||
"Log in" => "Prihlásiť sa",
|
"Log in" => "Prihlásiť sa",
|
||||||
"Alternative Logins" => "Alternatívne prihlasovanie",
|
"Alternative Logins" => "Alternatívne prihlasovanie",
|
||||||
|
"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Ahoj,<br><br>chcem ti dať navedomie, že %s zdieľa »%s« s tebou.<br><a href=\"%s\">Zobrazenie tu!</a><br><br>",
|
||||||
|
"The share will expire on %s.<br><br>" => "Zdieľanie vyexpiruje %s.<br><br>",
|
||||||
"Updating ownCloud to version %s, this may take a while." => "Aktualizujem ownCloud na verziu %s, môže to chvíľu trvať."
|
"Updating ownCloud to version %s, this may take a while." => "Aktualizujem ownCloud na verziu %s, môže to chvíľu trvať."
|
||||||
);
|
);
|
||||||
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
|
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
|
||||||
|
|
|
@ -9,8 +9,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-10-16 00:26-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: 2013-10-14 00:42+0000\n"
|
"PO-Revision-Date: 2013-10-17 21:10+0000\n"
|
||||||
"Last-Translator: Rivo Zängov <eraser@eraser.ee>\n"
|
"Last-Translator: Rivo Zängov <eraser@eraser.ee>\n"
|
||||||
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
|
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -133,11 +133,11 @@ msgstr "Palun oota..."
|
||||||
|
|
||||||
#: js/apps.js:79 js/apps.js:80 js/apps.js:101
|
#: js/apps.js:79 js/apps.js:80 js/apps.js:101
|
||||||
msgid "Error while disabling app"
|
msgid "Error while disabling app"
|
||||||
msgstr "Viga rakendi keelamisel"
|
msgstr "Viga rakenduse keelamisel"
|
||||||
|
|
||||||
#: js/apps.js:100 js/apps.js:114 js/apps.js:115
|
#: js/apps.js:100 js/apps.js:114 js/apps.js:115
|
||||||
msgid "Error while enabling app"
|
msgid "Error while enabling app"
|
||||||
msgstr "Viga rakendi lubamisel"
|
msgstr "Viga rakenduse lubamisel"
|
||||||
|
|
||||||
#: js/apps.js:125
|
#: js/apps.js:125
|
||||||
msgid "Updating...."
|
msgid "Updating...."
|
||||||
|
@ -285,7 +285,7 @@ msgstr "Cron"
|
||||||
|
|
||||||
#: templates/admin.php:99
|
#: templates/admin.php:99
|
||||||
msgid "Execute one task with each page loaded"
|
msgid "Execute one task with each page loaded"
|
||||||
msgstr "Käivita toiming lehe laadimisel"
|
msgstr "Käivita toiming igal lehe laadimisel"
|
||||||
|
|
||||||
#: templates/admin.php:107
|
#: templates/admin.php:107
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -503,7 +503,7 @@ msgstr "Profiili pilt"
|
||||||
|
|
||||||
#: templates/personal.php:90
|
#: templates/personal.php:90
|
||||||
msgid "Upload new"
|
msgid "Upload new"
|
||||||
msgstr "Laadi uus"
|
msgstr "Laadi uus üles"
|
||||||
|
|
||||||
#: templates/personal.php:92
|
#: templates/personal.php:92
|
||||||
msgid "Select new from Files"
|
msgid "Select new from Files"
|
||||||
|
@ -515,7 +515,7 @@ msgstr "Eemalda pilt"
|
||||||
|
|
||||||
#: templates/personal.php:94
|
#: templates/personal.php:94
|
||||||
msgid "Either png or jpg. Ideally square but you will be able to crop it."
|
msgid "Either png or jpg. Ideally square but you will be able to crop it."
|
||||||
msgstr "Kas png või jpg. Võimalikult ruudukujuline, kuid Sul on võimalus veel lõigata."
|
msgstr "Kas png või jpg. Võimalikult ruudukujuline, kuid sul on võimalus seda veel lõigata."
|
||||||
|
|
||||||
#: templates/personal.php:97
|
#: templates/personal.php:97
|
||||||
msgid "Abort"
|
msgid "Abort"
|
||||||
|
@ -523,7 +523,7 @@ msgstr "Katkesta"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
#: templates/personal.php:98
|
||||||
msgid "Choose as profile image"
|
msgid "Choose as profile image"
|
||||||
msgstr "Vali kui profiili pilt"
|
msgstr "Vali profiilipildiks"
|
||||||
|
|
||||||
#: templates/personal.php:106 templates/personal.php:107
|
#: templates/personal.php:106 templates/personal.php:107
|
||||||
msgid "Language"
|
msgid "Language"
|
||||||
|
@ -570,7 +570,7 @@ msgstr "Lisa"
|
||||||
|
|
||||||
#: templates/users.php:36
|
#: templates/users.php:36
|
||||||
msgid "Admin Recovery Password"
|
msgid "Admin Recovery Password"
|
||||||
msgstr "Admin taasteparool"
|
msgstr "Admini parooli taastamine"
|
||||||
|
|
||||||
#: templates/users.php:37 templates/users.php:38
|
#: templates/users.php:37 templates/users.php:38
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|
108
l10n/fr/core.po
108
l10n/fr/core.po
|
@ -14,9 +14,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-10-16 00:26-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: 2013-10-14 00:41+0000\n"
|
"PO-Revision-Date: 2013-10-18 11:40+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Christophe Lherieau <skimpax@gmail.com>\n"
|
||||||
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -34,7 +34,7 @@ msgstr "%s partagé »%s« avec vous"
|
||||||
msgid "Couldn't send mail to following users: %s "
|
msgid "Couldn't send mail to following users: %s "
|
||||||
msgstr "Impossible d'envoyer un mail aux utilisateurs suivant : %s"
|
msgstr "Impossible d'envoyer un mail aux utilisateurs suivant : %s"
|
||||||
|
|
||||||
#: ajax/share.php:327
|
#: ajax/share.php:327 js/share.js:338
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "groupe"
|
msgstr "groupe"
|
||||||
|
|
||||||
|
@ -279,144 +279,144 @@ msgstr "({count} sélectionnés)"
|
||||||
msgid "Error loading file exists template"
|
msgid "Error loading file exists template"
|
||||||
msgstr "Erreur de chargement du modèle de fichier existant"
|
msgstr "Erreur de chargement du modèle de fichier existant"
|
||||||
|
|
||||||
#: js/share.js:30 js/share.js:45 js/share.js:87
|
#: js/share.js:51 js/share.js:66 js/share.js:106
|
||||||
msgid "Shared"
|
msgid "Shared"
|
||||||
msgstr "Partagé"
|
msgstr "Partagé"
|
||||||
|
|
||||||
#: js/share.js:90
|
#: js/share.js:109
|
||||||
msgid "Share"
|
msgid "Share"
|
||||||
msgstr "Partager"
|
msgstr "Partager"
|
||||||
|
|
||||||
#: js/share.js:130 js/share.js:143 js/share.js:150 js/share.js:667
|
#: js/share.js:149 js/share.js:162 js/share.js:169 js/share.js:701
|
||||||
#: js/share.js:679
|
#: js/share.js:713
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Erreur"
|
msgstr "Erreur"
|
||||||
|
|
||||||
#: js/share.js:132 js/share.js:707
|
#: js/share.js:151 js/share.js:741
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
msgstr "Erreur lors de la mise en partage"
|
msgstr "Erreur lors de la mise en partage"
|
||||||
|
|
||||||
#: js/share.js:143
|
#: js/share.js:162
|
||||||
msgid "Error while unsharing"
|
msgid "Error while unsharing"
|
||||||
msgstr "Erreur lors de l'annulation du partage"
|
msgstr "Erreur lors de l'annulation du partage"
|
||||||
|
|
||||||
#: js/share.js:150
|
#: js/share.js:169
|
||||||
msgid "Error while changing permissions"
|
msgid "Error while changing permissions"
|
||||||
msgstr "Erreur lors du changement des permissions"
|
msgstr "Erreur lors du changement des permissions"
|
||||||
|
|
||||||
#: js/share.js:159
|
#: js/share.js:178
|
||||||
msgid "Shared with you and the group {group} by {owner}"
|
msgid "Shared with you and the group {group} by {owner}"
|
||||||
msgstr "Partagé par {owner} avec vous et le groupe {group}"
|
msgstr "Partagé par {owner} avec vous et le groupe {group}"
|
||||||
|
|
||||||
#: js/share.js:161
|
#: js/share.js:180
|
||||||
msgid "Shared with you by {owner}"
|
msgid "Shared with you by {owner}"
|
||||||
msgstr "Partagé avec vous par {owner}"
|
msgstr "Partagé avec vous par {owner}"
|
||||||
|
|
||||||
#: js/share.js:184
|
#: js/share.js:203
|
||||||
msgid "Share with"
|
msgid "Share with"
|
||||||
msgstr "Partager avec"
|
msgstr "Partager avec"
|
||||||
|
|
||||||
#: js/share.js:189
|
#: js/share.js:220
|
||||||
msgid "Share with link"
|
msgid "Share with link"
|
||||||
msgstr "Partager via lien"
|
msgstr "Partager via lien"
|
||||||
|
|
||||||
#: js/share.js:192
|
#: js/share.js:223
|
||||||
msgid "Password protect"
|
msgid "Password protect"
|
||||||
msgstr "Protéger par un mot de passe"
|
msgstr "Protéger par un mot de passe"
|
||||||
|
|
||||||
#: js/share.js:194 templates/installation.php:57 templates/login.php:32
|
#: js/share.js:225 templates/installation.php:57 templates/login.php:32
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Mot de passe"
|
msgstr "Mot de passe"
|
||||||
|
|
||||||
#: js/share.js:199
|
#: js/share.js:230
|
||||||
msgid "Allow Public Upload"
|
msgid "Allow Public Upload"
|
||||||
msgstr "Autoriser l'upload par les utilisateurs non enregistrés"
|
msgstr "Autoriser l'upload par les utilisateurs non enregistrés"
|
||||||
|
|
||||||
#: js/share.js:203
|
#: js/share.js:234
|
||||||
msgid "Email link to person"
|
msgid "Email link to person"
|
||||||
msgstr "Envoyez le lien par email"
|
msgstr "Envoyez le lien par email"
|
||||||
|
|
||||||
#: js/share.js:204
|
#: js/share.js:235
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr "Envoyer"
|
msgstr "Envoyer"
|
||||||
|
|
||||||
#: js/share.js:209
|
#: js/share.js:240
|
||||||
msgid "Set expiration date"
|
msgid "Set expiration date"
|
||||||
msgstr "Spécifier la date d'expiration"
|
msgstr "Spécifier la date d'expiration"
|
||||||
|
|
||||||
#: js/share.js:210
|
#: js/share.js:241
|
||||||
msgid "Expiration date"
|
msgid "Expiration date"
|
||||||
msgstr "Date d'expiration"
|
msgstr "Date d'expiration"
|
||||||
|
|
||||||
#: js/share.js:243
|
#: js/share.js:274
|
||||||
msgid "Share via email:"
|
msgid "Share via email:"
|
||||||
msgstr "Partager via e-mail :"
|
msgstr "Partager via e-mail :"
|
||||||
|
|
||||||
#: js/share.js:246
|
#: js/share.js:277
|
||||||
msgid "No people found"
|
msgid "No people found"
|
||||||
msgstr "Aucun utilisateur trouvé"
|
msgstr "Aucun utilisateur trouvé"
|
||||||
|
|
||||||
#: js/share.js:284
|
#: js/share.js:315
|
||||||
msgid "Resharing is not allowed"
|
msgid "Resharing is not allowed"
|
||||||
msgstr "Le repartage n'est pas autorisé"
|
msgstr "Le repartage n'est pas autorisé"
|
||||||
|
|
||||||
#: js/share.js:320
|
#: js/share.js:354
|
||||||
msgid "Shared in {item} with {user}"
|
msgid "Shared in {item} with {user}"
|
||||||
msgstr "Partagé dans {item} avec {user}"
|
msgstr "Partagé dans {item} avec {user}"
|
||||||
|
|
||||||
#: js/share.js:341
|
#: js/share.js:375
|
||||||
msgid "Unshare"
|
msgid "Unshare"
|
||||||
msgstr "Ne plus partager"
|
msgstr "Ne plus partager"
|
||||||
|
|
||||||
#: js/share.js:353
|
#: js/share.js:387
|
||||||
msgid "notify user by email"
|
msgid "notify user by email"
|
||||||
msgstr "Prévenir l'utilisateur par couriel"
|
msgstr "Prévenir l'utilisateur par couriel"
|
||||||
|
|
||||||
#: js/share.js:361
|
#: js/share.js:395
|
||||||
msgid "can edit"
|
msgid "can edit"
|
||||||
msgstr "édition autorisée"
|
msgstr "édition autorisée"
|
||||||
|
|
||||||
#: js/share.js:363
|
#: js/share.js:397
|
||||||
msgid "access control"
|
msgid "access control"
|
||||||
msgstr "contrôle des accès"
|
msgstr "contrôle des accès"
|
||||||
|
|
||||||
#: js/share.js:366
|
#: js/share.js:400
|
||||||
msgid "create"
|
msgid "create"
|
||||||
msgstr "créer"
|
msgstr "créer"
|
||||||
|
|
||||||
#: js/share.js:369
|
#: js/share.js:403
|
||||||
msgid "update"
|
msgid "update"
|
||||||
msgstr "mettre à jour"
|
msgstr "mettre à jour"
|
||||||
|
|
||||||
#: js/share.js:372
|
#: js/share.js:406
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "supprimer"
|
msgstr "supprimer"
|
||||||
|
|
||||||
#: js/share.js:375
|
#: js/share.js:409
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr "partager"
|
msgstr "partager"
|
||||||
|
|
||||||
#: js/share.js:409 js/share.js:654
|
#: js/share.js:443 js/share.js:688
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr "Protégé par un mot de passe"
|
msgstr "Protégé par un mot de passe"
|
||||||
|
|
||||||
#: js/share.js:667
|
#: js/share.js:701
|
||||||
msgid "Error unsetting expiration date"
|
msgid "Error unsetting expiration date"
|
||||||
msgstr "Une erreur est survenue pendant la suppression de la date d'expiration"
|
msgstr "Une erreur est survenue pendant la suppression de la date d'expiration"
|
||||||
|
|
||||||
#: js/share.js:679
|
#: js/share.js:713
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr "Erreur lors de la spécification de la date d'expiration"
|
msgstr "Erreur lors de la spécification de la date d'expiration"
|
||||||
|
|
||||||
#: js/share.js:694
|
#: js/share.js:728
|
||||||
msgid "Sending ..."
|
msgid "Sending ..."
|
||||||
msgstr "En cours d'envoi ..."
|
msgstr "En cours d'envoi ..."
|
||||||
|
|
||||||
#: js/share.js:705
|
#: js/share.js:739
|
||||||
msgid "Email sent"
|
msgid "Email sent"
|
||||||
msgstr "Email envoyé"
|
msgstr "Email envoyé"
|
||||||
|
|
||||||
#: js/share.js:729
|
#: js/share.js:763
|
||||||
msgid "Warning"
|
msgid "Warning"
|
||||||
msgstr "Attention"
|
msgstr "Attention"
|
||||||
|
|
||||||
|
@ -426,7 +426,7 @@ msgstr "Le type d'objet n'est pas spécifié."
|
||||||
|
|
||||||
#: js/tags.js:13
|
#: js/tags.js:13
|
||||||
msgid "Enter new"
|
msgid "Enter new"
|
||||||
msgstr ""
|
msgstr "Saisir un nouveau"
|
||||||
|
|
||||||
#: js/tags.js:27
|
#: js/tags.js:27
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
|
@ -438,15 +438,15 @@ msgstr "Ajouter"
|
||||||
|
|
||||||
#: js/tags.js:39
|
#: js/tags.js:39
|
||||||
msgid "Edit tags"
|
msgid "Edit tags"
|
||||||
msgstr ""
|
msgstr "Modifier les balises"
|
||||||
|
|
||||||
#: js/tags.js:57
|
#: js/tags.js:57
|
||||||
msgid "Error loading dialog template: {error}"
|
msgid "Error loading dialog template: {error}"
|
||||||
msgstr ""
|
msgstr "Erreur de chargement du modèle de dialogue : {error}"
|
||||||
|
|
||||||
#: js/tags.js:261
|
#: js/tags.js:261
|
||||||
msgid "No tags selected for deletion."
|
msgid "No tags selected for deletion."
|
||||||
msgstr ""
|
msgstr "Aucune balise sélectionnée pour la suppression."
|
||||||
|
|
||||||
#: js/update.js:17
|
#: js/update.js:17
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -528,7 +528,7 @@ msgstr "Personnel"
|
||||||
msgid "Users"
|
msgid "Users"
|
||||||
msgstr "Utilisateurs"
|
msgstr "Utilisateurs"
|
||||||
|
|
||||||
#: strings.php:7 templates/layout.user.php:109
|
#: strings.php:7 templates/layout.user.php:110
|
||||||
msgid "Apps"
|
msgid "Apps"
|
||||||
msgstr "Applications"
|
msgstr "Applications"
|
||||||
|
|
||||||
|
@ -542,31 +542,31 @@ msgstr "Aide"
|
||||||
|
|
||||||
#: tags/controller.php:22
|
#: tags/controller.php:22
|
||||||
msgid "Error loading tags"
|
msgid "Error loading tags"
|
||||||
msgstr ""
|
msgstr "Erreur de chargement des balises."
|
||||||
|
|
||||||
#: tags/controller.php:48
|
#: tags/controller.php:48
|
||||||
msgid "Tag already exists"
|
msgid "Tag already exists"
|
||||||
msgstr ""
|
msgstr "La balise existe déjà."
|
||||||
|
|
||||||
#: tags/controller.php:64
|
#: tags/controller.php:64
|
||||||
msgid "Error deleting tag(s)"
|
msgid "Error deleting tag(s)"
|
||||||
msgstr ""
|
msgstr "Erreur de suppression de(s) balise(s)"
|
||||||
|
|
||||||
#: tags/controller.php:75
|
#: tags/controller.php:75
|
||||||
msgid "Error tagging"
|
msgid "Error tagging"
|
||||||
msgstr ""
|
msgstr "Erreur lors de la mise en place de la balise"
|
||||||
|
|
||||||
#: tags/controller.php:86
|
#: tags/controller.php:86
|
||||||
msgid "Error untagging"
|
msgid "Error untagging"
|
||||||
msgstr ""
|
msgstr "Erreur lors de la suppression de la balise"
|
||||||
|
|
||||||
#: tags/controller.php:97
|
#: tags/controller.php:97
|
||||||
msgid "Error favoriting"
|
msgid "Error favoriting"
|
||||||
msgstr ""
|
msgstr "Erreur lors de la mise en favori"
|
||||||
|
|
||||||
#: tags/controller.php:108
|
#: tags/controller.php:108
|
||||||
msgid "Error unfavoriting"
|
msgid "Error unfavoriting"
|
||||||
msgstr ""
|
msgstr "Erreur lors de la suppression des favoris"
|
||||||
|
|
||||||
#: templates/403.php:12
|
#: templates/403.php:12
|
||||||
msgid "Access forbidden"
|
msgid "Access forbidden"
|
||||||
|
@ -686,12 +686,12 @@ msgstr "Terminer l'installation"
|
||||||
msgid "Finishing …"
|
msgid "Finishing …"
|
||||||
msgstr "En cours de finalisation..."
|
msgstr "En cours de finalisation..."
|
||||||
|
|
||||||
#: templates/layout.user.php:42
|
#: templates/layout.user.php:43
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s is available. Get more information on how to update."
|
msgid "%s is available. Get more information on how to update."
|
||||||
msgstr "%s est disponible. Obtenez plus d'informations sur la façon de mettre à jour."
|
msgstr "%s est disponible. Obtenez plus d'informations sur la façon de mettre à jour."
|
||||||
|
|
||||||
#: templates/layout.user.php:70
|
#: templates/layout.user.php:71
|
||||||
msgid "Log out"
|
msgid "Log out"
|
||||||
msgstr "Se déconnecter"
|
msgstr "Se déconnecter"
|
||||||
|
|
||||||
|
|
|
@ -3,15 +3,16 @@
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# sherlock79 <david@interpont.hu>, 2013
|
||||||
# ebela <bela@dandre.hu>, 2013
|
# ebela <bela@dandre.hu>, 2013
|
||||||
# Laszlo Tornoci <torlasz@gmail.com>, 2013
|
# Laszlo Tornoci <torlasz@gmail.com>, 2013
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-10-16 00:26-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: 2013-10-14 00:41+0000\n"
|
"PO-Revision-Date: 2013-10-18 19:30+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: sherlock79 <david@interpont.hu>\n"
|
||||||
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
|
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -27,9 +28,9 @@ msgstr "%s megosztotta Önnel ezt: »%s«"
|
||||||
#: ajax/share.php:168
|
#: ajax/share.php:168
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Couldn't send mail to following users: %s "
|
msgid "Couldn't send mail to following users: %s "
|
||||||
msgstr ""
|
msgstr "Nem sikerült e-mailt küldeni a következő felhasználóknak: %s"
|
||||||
|
|
||||||
#: ajax/share.php:327
|
#: ajax/share.php:327 js/share.js:338
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "csoport"
|
msgstr "csoport"
|
||||||
|
|
||||||
|
@ -165,14 +166,14 @@ msgstr "pár másodperce"
|
||||||
#: js/js.js:859
|
#: js/js.js:859
|
||||||
msgid "%n minute ago"
|
msgid "%n minute ago"
|
||||||
msgid_plural "%n minutes ago"
|
msgid_plural "%n minutes ago"
|
||||||
msgstr[0] ""
|
msgstr[0] "%n perccel ezelőtt"
|
||||||
msgstr[1] ""
|
msgstr[1] "%n perccel ezelőtt"
|
||||||
|
|
||||||
#: js/js.js:860
|
#: js/js.js:860
|
||||||
msgid "%n hour ago"
|
msgid "%n hour ago"
|
||||||
msgid_plural "%n hours ago"
|
msgid_plural "%n hours ago"
|
||||||
msgstr[0] ""
|
msgstr[0] "%n órával ezelőtt"
|
||||||
msgstr[1] ""
|
msgstr[1] "%n órával ezelőtt"
|
||||||
|
|
||||||
#: js/js.js:861
|
#: js/js.js:861
|
||||||
msgid "today"
|
msgid "today"
|
||||||
|
@ -185,8 +186,8 @@ msgstr "tegnap"
|
||||||
#: js/js.js:863
|
#: js/js.js:863
|
||||||
msgid "%n day ago"
|
msgid "%n day ago"
|
||||||
msgid_plural "%n days ago"
|
msgid_plural "%n days ago"
|
||||||
msgstr[0] ""
|
msgstr[0] "%n nappal ezelőtt"
|
||||||
msgstr[1] ""
|
msgstr[1] "%n nappal ezelőtt"
|
||||||
|
|
||||||
#: js/js.js:864
|
#: js/js.js:864
|
||||||
msgid "last month"
|
msgid "last month"
|
||||||
|
@ -195,8 +196,8 @@ msgstr "múlt hónapban"
|
||||||
#: js/js.js:865
|
#: js/js.js:865
|
||||||
msgid "%n month ago"
|
msgid "%n month ago"
|
||||||
msgid_plural "%n months ago"
|
msgid_plural "%n months ago"
|
||||||
msgstr[0] ""
|
msgstr[0] "%n hónappal ezelőtt"
|
||||||
msgstr[1] ""
|
msgstr[1] "%n hónappal ezelőtt"
|
||||||
|
|
||||||
#: js/js.js:866
|
#: js/js.js:866
|
||||||
msgid "months ago"
|
msgid "months ago"
|
||||||
|
@ -237,8 +238,8 @@ msgstr "Nem sikerült betölteni az üzenet sablont: {error}"
|
||||||
#: js/oc-dialogs.js:347
|
#: js/oc-dialogs.js:347
|
||||||
msgid "{count} file conflict"
|
msgid "{count} file conflict"
|
||||||
msgid_plural "{count} file conflicts"
|
msgid_plural "{count} file conflicts"
|
||||||
msgstr[0] ""
|
msgstr[0] "{count} fájl ütközik"
|
||||||
msgstr[1] ""
|
msgstr[1] "{count} fájl ütközik"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:361
|
#: js/oc-dialogs.js:361
|
||||||
msgid "One file conflict"
|
msgid "One file conflict"
|
||||||
|
@ -274,144 +275,144 @@ msgstr "({count} kiválasztva)"
|
||||||
msgid "Error loading file exists template"
|
msgid "Error loading file exists template"
|
||||||
msgstr "Hiba a létező sablon betöltésekor"
|
msgstr "Hiba a létező sablon betöltésekor"
|
||||||
|
|
||||||
#: js/share.js:30 js/share.js:45 js/share.js:87
|
#: js/share.js:51 js/share.js:66 js/share.js:106
|
||||||
msgid "Shared"
|
msgid "Shared"
|
||||||
msgstr "Megosztott"
|
msgstr "Megosztott"
|
||||||
|
|
||||||
#: js/share.js:90
|
#: js/share.js:109
|
||||||
msgid "Share"
|
msgid "Share"
|
||||||
msgstr "Megosztás"
|
msgstr "Megosztás"
|
||||||
|
|
||||||
#: js/share.js:130 js/share.js:143 js/share.js:150 js/share.js:667
|
#: js/share.js:149 js/share.js:162 js/share.js:169 js/share.js:701
|
||||||
#: js/share.js:679
|
#: js/share.js:713
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Hiba"
|
msgstr "Hiba"
|
||||||
|
|
||||||
#: js/share.js:132 js/share.js:707
|
#: js/share.js:151 js/share.js:741
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
msgstr "Nem sikerült létrehozni a megosztást"
|
msgstr "Nem sikerült létrehozni a megosztást"
|
||||||
|
|
||||||
#: js/share.js:143
|
#: js/share.js:162
|
||||||
msgid "Error while unsharing"
|
msgid "Error while unsharing"
|
||||||
msgstr "Nem sikerült visszavonni a megosztást"
|
msgstr "Nem sikerült visszavonni a megosztást"
|
||||||
|
|
||||||
#: js/share.js:150
|
#: js/share.js:169
|
||||||
msgid "Error while changing permissions"
|
msgid "Error while changing permissions"
|
||||||
msgstr "Nem sikerült módosítani a jogosultságokat"
|
msgstr "Nem sikerült módosítani a jogosultságokat"
|
||||||
|
|
||||||
#: js/share.js:159
|
#: js/share.js:178
|
||||||
msgid "Shared with you and the group {group} by {owner}"
|
msgid "Shared with you and the group {group} by {owner}"
|
||||||
msgstr "Megosztotta Önnel és a(z) {group} csoporttal: {owner}"
|
msgstr "Megosztotta Önnel és a(z) {group} csoporttal: {owner}"
|
||||||
|
|
||||||
#: js/share.js:161
|
#: js/share.js:180
|
||||||
msgid "Shared with you by {owner}"
|
msgid "Shared with you by {owner}"
|
||||||
msgstr "Megosztotta Önnel: {owner}"
|
msgstr "Megosztotta Önnel: {owner}"
|
||||||
|
|
||||||
#: js/share.js:184
|
#: js/share.js:203
|
||||||
msgid "Share with"
|
msgid "Share with"
|
||||||
msgstr "Kivel osztom meg"
|
msgstr "Kivel osztom meg"
|
||||||
|
|
||||||
#: js/share.js:189
|
#: js/share.js:220
|
||||||
msgid "Share with link"
|
msgid "Share with link"
|
||||||
msgstr "Link megadásával osztom meg"
|
msgstr "Link megadásával osztom meg"
|
||||||
|
|
||||||
#: js/share.js:192
|
#: js/share.js:223
|
||||||
msgid "Password protect"
|
msgid "Password protect"
|
||||||
msgstr "Jelszóval is védem"
|
msgstr "Jelszóval is védem"
|
||||||
|
|
||||||
#: js/share.js:194 templates/installation.php:57 templates/login.php:32
|
#: js/share.js:225 templates/installation.php:57 templates/login.php:32
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Jelszó"
|
msgstr "Jelszó"
|
||||||
|
|
||||||
#: js/share.js:199
|
#: js/share.js:230
|
||||||
msgid "Allow Public Upload"
|
msgid "Allow Public Upload"
|
||||||
msgstr "Feltöltést is engedélyezek"
|
msgstr "Feltöltést is engedélyezek"
|
||||||
|
|
||||||
#: js/share.js:203
|
#: js/share.js:234
|
||||||
msgid "Email link to person"
|
msgid "Email link to person"
|
||||||
msgstr "Email címre küldjük el"
|
msgstr "Email címre küldjük el"
|
||||||
|
|
||||||
#: js/share.js:204
|
#: js/share.js:235
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr "Küldjük el"
|
msgstr "Küldjük el"
|
||||||
|
|
||||||
#: js/share.js:209
|
#: js/share.js:240
|
||||||
msgid "Set expiration date"
|
msgid "Set expiration date"
|
||||||
msgstr "Legyen lejárati idő"
|
msgstr "Legyen lejárati idő"
|
||||||
|
|
||||||
#: js/share.js:210
|
#: js/share.js:241
|
||||||
msgid "Expiration date"
|
msgid "Expiration date"
|
||||||
msgstr "A lejárati idő"
|
msgstr "A lejárati idő"
|
||||||
|
|
||||||
#: js/share.js:243
|
#: js/share.js:274
|
||||||
msgid "Share via email:"
|
msgid "Share via email:"
|
||||||
msgstr "Megosztás emaillel:"
|
msgstr "Megosztás emaillel:"
|
||||||
|
|
||||||
#: js/share.js:246
|
#: js/share.js:277
|
||||||
msgid "No people found"
|
msgid "No people found"
|
||||||
msgstr "Nincs találat"
|
msgstr "Nincs találat"
|
||||||
|
|
||||||
#: js/share.js:284
|
#: js/share.js:315
|
||||||
msgid "Resharing is not allowed"
|
msgid "Resharing is not allowed"
|
||||||
msgstr "Ezt az állományt csak a tulajdonosa oszthatja meg másokkal"
|
msgstr "Ezt az állományt csak a tulajdonosa oszthatja meg másokkal"
|
||||||
|
|
||||||
#: js/share.js:320
|
#: js/share.js:354
|
||||||
msgid "Shared in {item} with {user}"
|
msgid "Shared in {item} with {user}"
|
||||||
msgstr "Megosztva {item}-ben {user}-rel"
|
msgstr "Megosztva {item}-ben {user}-rel"
|
||||||
|
|
||||||
#: js/share.js:341
|
#: js/share.js:375
|
||||||
msgid "Unshare"
|
msgid "Unshare"
|
||||||
msgstr "A megosztás visszavonása"
|
msgstr "A megosztás visszavonása"
|
||||||
|
|
||||||
#: js/share.js:353
|
#: js/share.js:387
|
||||||
msgid "notify user by email"
|
msgid "notify user by email"
|
||||||
msgstr ""
|
msgstr "felhasználó értesítése e-mailben"
|
||||||
|
|
||||||
#: js/share.js:361
|
#: js/share.js:395
|
||||||
msgid "can edit"
|
msgid "can edit"
|
||||||
msgstr "módosíthat"
|
msgstr "módosíthat"
|
||||||
|
|
||||||
#: js/share.js:363
|
#: js/share.js:397
|
||||||
msgid "access control"
|
msgid "access control"
|
||||||
msgstr "jogosultság"
|
msgstr "jogosultság"
|
||||||
|
|
||||||
#: js/share.js:366
|
#: js/share.js:400
|
||||||
msgid "create"
|
msgid "create"
|
||||||
msgstr "létrehoz"
|
msgstr "létrehoz"
|
||||||
|
|
||||||
#: js/share.js:369
|
#: js/share.js:403
|
||||||
msgid "update"
|
msgid "update"
|
||||||
msgstr "szerkeszt"
|
msgstr "szerkeszt"
|
||||||
|
|
||||||
#: js/share.js:372
|
#: js/share.js:406
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "töröl"
|
msgstr "töröl"
|
||||||
|
|
||||||
#: js/share.js:375
|
#: js/share.js:409
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr "megoszt"
|
msgstr "megoszt"
|
||||||
|
|
||||||
#: js/share.js:409 js/share.js:654
|
#: js/share.js:443 js/share.js:688
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr "Jelszóval van védve"
|
msgstr "Jelszóval van védve"
|
||||||
|
|
||||||
#: js/share.js:667
|
#: js/share.js:701
|
||||||
msgid "Error unsetting expiration date"
|
msgid "Error unsetting expiration date"
|
||||||
msgstr "Nem sikerült a lejárati időt törölni"
|
msgstr "Nem sikerült a lejárati időt törölni"
|
||||||
|
|
||||||
#: js/share.js:679
|
#: js/share.js:713
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr "Nem sikerült a lejárati időt beállítani"
|
msgstr "Nem sikerült a lejárati időt beállítani"
|
||||||
|
|
||||||
#: js/share.js:694
|
#: js/share.js:728
|
||||||
msgid "Sending ..."
|
msgid "Sending ..."
|
||||||
msgstr "Küldés ..."
|
msgstr "Küldés ..."
|
||||||
|
|
||||||
#: js/share.js:705
|
#: js/share.js:739
|
||||||
msgid "Email sent"
|
msgid "Email sent"
|
||||||
msgstr "Az emailt elküldtük"
|
msgstr "Az emailt elküldtük"
|
||||||
|
|
||||||
#: js/share.js:729
|
#: js/share.js:763
|
||||||
msgid "Warning"
|
msgid "Warning"
|
||||||
msgstr "Figyelmeztetés"
|
msgstr "Figyelmeztetés"
|
||||||
|
|
||||||
|
@ -421,7 +422,7 @@ msgstr "Az objektum típusa nincs megadva."
|
||||||
|
|
||||||
#: js/tags.js:13
|
#: js/tags.js:13
|
||||||
msgid "Enter new"
|
msgid "Enter new"
|
||||||
msgstr ""
|
msgstr "Új beírása"
|
||||||
|
|
||||||
#: js/tags.js:27
|
#: js/tags.js:27
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
|
@ -433,15 +434,15 @@ msgstr "Hozzáadás"
|
||||||
|
|
||||||
#: js/tags.js:39
|
#: js/tags.js:39
|
||||||
msgid "Edit tags"
|
msgid "Edit tags"
|
||||||
msgstr ""
|
msgstr "Címkék szerkesztése"
|
||||||
|
|
||||||
#: js/tags.js:57
|
#: js/tags.js:57
|
||||||
msgid "Error loading dialog template: {error}"
|
msgid "Error loading dialog template: {error}"
|
||||||
msgstr ""
|
msgstr "Hiba a párbeszédpanel-sablon betöltésekor: {error}"
|
||||||
|
|
||||||
#: js/tags.js:261
|
#: js/tags.js:261
|
||||||
msgid "No tags selected for deletion."
|
msgid "No tags selected for deletion."
|
||||||
msgstr ""
|
msgstr "Nincs törlésre kijelölt címke."
|
||||||
|
|
||||||
#: js/update.js:17
|
#: js/update.js:17
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -523,7 +524,7 @@ msgstr "Személyes"
|
||||||
msgid "Users"
|
msgid "Users"
|
||||||
msgstr "Felhasználók"
|
msgstr "Felhasználók"
|
||||||
|
|
||||||
#: strings.php:7 templates/layout.user.php:109
|
#: strings.php:7 templates/layout.user.php:110
|
||||||
msgid "Apps"
|
msgid "Apps"
|
||||||
msgstr "Alkalmazások"
|
msgstr "Alkalmazások"
|
||||||
|
|
||||||
|
@ -537,31 +538,31 @@ msgstr "Súgó"
|
||||||
|
|
||||||
#: tags/controller.php:22
|
#: tags/controller.php:22
|
||||||
msgid "Error loading tags"
|
msgid "Error loading tags"
|
||||||
msgstr ""
|
msgstr "Hiba a címkék betöltésekor"
|
||||||
|
|
||||||
#: tags/controller.php:48
|
#: tags/controller.php:48
|
||||||
msgid "Tag already exists"
|
msgid "Tag already exists"
|
||||||
msgstr ""
|
msgstr "A címke már létezik"
|
||||||
|
|
||||||
#: tags/controller.php:64
|
#: tags/controller.php:64
|
||||||
msgid "Error deleting tag(s)"
|
msgid "Error deleting tag(s)"
|
||||||
msgstr ""
|
msgstr "Hiba a címkék törlésekor"
|
||||||
|
|
||||||
#: tags/controller.php:75
|
#: tags/controller.php:75
|
||||||
msgid "Error tagging"
|
msgid "Error tagging"
|
||||||
msgstr ""
|
msgstr "Hiba a címkézéskor"
|
||||||
|
|
||||||
#: tags/controller.php:86
|
#: tags/controller.php:86
|
||||||
msgid "Error untagging"
|
msgid "Error untagging"
|
||||||
msgstr ""
|
msgstr "Hiba a címkék eltávolításakor"
|
||||||
|
|
||||||
#: tags/controller.php:97
|
#: tags/controller.php:97
|
||||||
msgid "Error favoriting"
|
msgid "Error favoriting"
|
||||||
msgstr ""
|
msgstr "Hiba a kedvencekhez adáskor"
|
||||||
|
|
||||||
#: tags/controller.php:108
|
#: tags/controller.php:108
|
||||||
msgid "Error unfavoriting"
|
msgid "Error unfavoriting"
|
||||||
msgstr ""
|
msgstr "Hiba a kedvencekből törléskor"
|
||||||
|
|
||||||
#: templates/403.php:12
|
#: templates/403.php:12
|
||||||
msgid "Access forbidden"
|
msgid "Access forbidden"
|
||||||
|
@ -579,18 +580,18 @@ msgid ""
|
||||||
"just letting you know that %s shared %s with you.\n"
|
"just letting you know that %s shared %s with you.\n"
|
||||||
"View it: %s\n"
|
"View it: %s\n"
|
||||||
"\n"
|
"\n"
|
||||||
msgstr ""
|
msgstr "Szia!\\n\n\\n\nÉrtesítünk, hogy %s megosztotta veled a következőt: %s.\\n\nItt tudod megnézni: %s\\n\n\\n"
|
||||||
|
|
||||||
#: templates/altmail.php:4
|
#: templates/altmail.php:4
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"The share will expire on %s.\n"
|
"The share will expire on %s.\n"
|
||||||
"\n"
|
"\n"
|
||||||
msgstr ""
|
msgstr "A megosztás ekkor jár le: %s\\n\n\\n"
|
||||||
|
|
||||||
#: templates/altmail.php:6 templates/mail.php:19
|
#: templates/altmail.php:6 templates/mail.php:19
|
||||||
msgid "Cheers!"
|
msgid "Cheers!"
|
||||||
msgstr ""
|
msgstr "Üdv."
|
||||||
|
|
||||||
#: templates/installation.php:24 templates/installation.php:31
|
#: templates/installation.php:24 templates/installation.php:31
|
||||||
#: templates/installation.php:38
|
#: templates/installation.php:38
|
||||||
|
@ -679,14 +680,14 @@ msgstr "A beállítások befejezése"
|
||||||
|
|
||||||
#: templates/installation.php:184
|
#: templates/installation.php:184
|
||||||
msgid "Finishing …"
|
msgid "Finishing …"
|
||||||
msgstr ""
|
msgstr "Befejezés ..."
|
||||||
|
|
||||||
#: templates/layout.user.php:42
|
#: templates/layout.user.php:43
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s is available. Get more information on how to update."
|
msgid "%s is available. Get more information on how to update."
|
||||||
msgstr "%s rendelkezésre áll. További információ a frissítéshez."
|
msgstr "%s rendelkezésre áll. További információ a frissítéshez."
|
||||||
|
|
||||||
#: templates/layout.user.php:70
|
#: templates/layout.user.php:71
|
||||||
msgid "Log out"
|
msgid "Log out"
|
||||||
msgstr "Kilépés"
|
msgstr "Kilépés"
|
||||||
|
|
||||||
|
@ -706,11 +707,11 @@ msgstr "A biztonsága érdekében változtassa meg a jelszavát!"
|
||||||
|
|
||||||
#: templates/login.php:17
|
#: templates/login.php:17
|
||||||
msgid "Server side authentication failed!"
|
msgid "Server side authentication failed!"
|
||||||
msgstr ""
|
msgstr "A szerveroldali hitelesítés sikertelen!"
|
||||||
|
|
||||||
#: templates/login.php:18
|
#: templates/login.php:18
|
||||||
msgid "Please contact your administrator."
|
msgid "Please contact your administrator."
|
||||||
msgstr ""
|
msgstr "Kérjük, lépjen kapcsolatba a rendszergazdával."
|
||||||
|
|
||||||
#: templates/login.php:38
|
#: templates/login.php:38
|
||||||
msgid "Lost your password?"
|
msgid "Lost your password?"
|
||||||
|
@ -733,12 +734,12 @@ msgstr "Alternatív bejelentkezés"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a "
|
"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a "
|
||||||
"href=\"%s\">View it!</a><br><br>"
|
"href=\"%s\">View it!</a><br><br>"
|
||||||
msgstr ""
|
msgstr "Szia!<br><br>Értesítünk, hogy %s megosztotta veled a következőt: »%s«.<br><a href=\"%s\">Ide kattintva tudod megnézni</a><br><br>"
|
||||||
|
|
||||||
#: templates/mail.php:17
|
#: templates/mail.php:17
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The share will expire on %s.<br><br>"
|
msgid "The share will expire on %s.<br><br>"
|
||||||
msgstr ""
|
msgstr "A megosztás ekkor jár le: %s<br><br>"
|
||||||
|
|
||||||
#: templates/update.php:3
|
#: templates/update.php:3
|
||||||
#, php-format
|
#, php-format
|
||||||
|
|
|
@ -8,8 +8,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-10-16 00:26-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: 2013-10-14 00:41+0000\n"
|
"PO-Revision-Date: 2013-10-18 19:40+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
|
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -28,62 +28,62 @@ msgstr "%s áthelyezése nem sikerült - már létezik másik fájl ezzel a név
|
||||||
msgid "Could not move %s"
|
msgid "Could not move %s"
|
||||||
msgstr "Nem sikerült %s áthelyezése"
|
msgstr "Nem sikerült %s áthelyezése"
|
||||||
|
|
||||||
#: ajax/upload.php:16 ajax/upload.php:45
|
#: ajax/upload.php:18 ajax/upload.php:50
|
||||||
msgid "Unable to set upload directory."
|
msgid "Unable to set upload directory."
|
||||||
msgstr "Nem található a mappa, ahova feltölteni szeretne."
|
msgstr "Nem található a mappa, ahova feltölteni szeretne."
|
||||||
|
|
||||||
#: ajax/upload.php:22
|
#: ajax/upload.php:27
|
||||||
msgid "Invalid Token"
|
msgid "Invalid Token"
|
||||||
msgstr "Hibás mappacím"
|
msgstr "Hibás mappacím"
|
||||||
|
|
||||||
#: ajax/upload.php:59
|
#: ajax/upload.php:64
|
||||||
msgid "No file was uploaded. Unknown error"
|
msgid "No file was uploaded. Unknown error"
|
||||||
msgstr "Nem történt feltöltés. Ismeretlen hiba"
|
msgstr "Nem történt feltöltés. Ismeretlen hiba"
|
||||||
|
|
||||||
#: ajax/upload.php:66
|
#: ajax/upload.php:71
|
||||||
msgid "There is no error, the file uploaded with success"
|
msgid "There is no error, the file uploaded with success"
|
||||||
msgstr "A fájlt sikerült feltölteni"
|
msgstr "A fájlt sikerült feltölteni"
|
||||||
|
|
||||||
#: ajax/upload.php:67
|
#: ajax/upload.php:72
|
||||||
msgid ""
|
msgid ""
|
||||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
|
||||||
msgstr "A feltöltött fájl mérete meghaladja a php.ini állományban megadott upload_max_filesize paraméter értékét."
|
msgstr "A feltöltött fájl mérete meghaladja a php.ini állományban megadott upload_max_filesize paraméter értékét."
|
||||||
|
|
||||||
#: ajax/upload.php:69
|
#: ajax/upload.php:74
|
||||||
msgid ""
|
msgid ""
|
||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
|
||||||
"the HTML form"
|
"the HTML form"
|
||||||
msgstr "A feltöltött fájl mérete meghaladja a MAX_FILE_SIZE paramétert, ami a HTML formban került megadásra."
|
msgstr "A feltöltött fájl mérete meghaladja a MAX_FILE_SIZE paramétert, ami a HTML formban került megadásra."
|
||||||
|
|
||||||
#: ajax/upload.php:70
|
#: ajax/upload.php:75
|
||||||
msgid "The uploaded file was only partially uploaded"
|
msgid "The uploaded file was only partially uploaded"
|
||||||
msgstr "Az eredeti fájlt csak részben sikerült feltölteni."
|
msgstr "Az eredeti fájlt csak részben sikerült feltölteni."
|
||||||
|
|
||||||
#: ajax/upload.php:71
|
#: ajax/upload.php:76
|
||||||
msgid "No file was uploaded"
|
msgid "No file was uploaded"
|
||||||
msgstr "Nem töltődött fel állomány"
|
msgstr "Nem töltődött fel állomány"
|
||||||
|
|
||||||
#: ajax/upload.php:72
|
#: ajax/upload.php:77
|
||||||
msgid "Missing a temporary folder"
|
msgid "Missing a temporary folder"
|
||||||
msgstr "Hiányzik egy ideiglenes mappa"
|
msgstr "Hiányzik egy ideiglenes mappa"
|
||||||
|
|
||||||
#: ajax/upload.php:73
|
#: ajax/upload.php:78
|
||||||
msgid "Failed to write to disk"
|
msgid "Failed to write to disk"
|
||||||
msgstr "Nem sikerült a lemezre történő írás"
|
msgstr "Nem sikerült a lemezre történő írás"
|
||||||
|
|
||||||
#: ajax/upload.php:91
|
#: ajax/upload.php:96
|
||||||
msgid "Not enough storage available"
|
msgid "Not enough storage available"
|
||||||
msgstr "Nincs elég szabad hely."
|
msgstr "Nincs elég szabad hely."
|
||||||
|
|
||||||
#: ajax/upload.php:122 ajax/upload.php:148
|
#: ajax/upload.php:127 ajax/upload.php:153
|
||||||
msgid "Upload failed. Could not get file info."
|
msgid "Upload failed. Could not get file info."
|
||||||
msgstr "A feltöltés nem sikerült. Az állományt leíró információk nem érhetők el."
|
msgstr "A feltöltés nem sikerült. Az állományt leíró információk nem érhetők el."
|
||||||
|
|
||||||
#: ajax/upload.php:138
|
#: ajax/upload.php:143
|
||||||
msgid "Upload failed. Could not find uploaded file"
|
msgid "Upload failed. Could not find uploaded file"
|
||||||
msgstr "A feltöltés nem sikerült. Nem található a feltöltendő állomány."
|
msgstr "A feltöltés nem sikerült. Nem található a feltöltendő állomány."
|
||||||
|
|
||||||
#: ajax/upload.php:165
|
#: ajax/upload.php:170
|
||||||
msgid "Invalid directory."
|
msgid "Invalid directory."
|
||||||
msgstr "Érvénytelen mappa."
|
msgstr "Érvénytelen mappa."
|
||||||
|
|
||||||
|
@ -91,52 +91,52 @@ msgstr "Érvénytelen mappa."
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Fájlok"
|
msgstr "Fájlok"
|
||||||
|
|
||||||
#: js/file-upload.js:224
|
#: js/file-upload.js:228
|
||||||
msgid "Unable to upload {filename} as it is a directory or has 0 bytes"
|
msgid "Unable to upload {filename} as it is a directory or has 0 bytes"
|
||||||
msgstr "A(z) {filename} állomány nem tölthető fel, mert ez vagy egy mappa, vagy pedig 0 bájtból áll."
|
msgstr "A(z) {filename} állomány nem tölthető fel, mert ez vagy egy mappa, vagy pedig 0 bájtból áll."
|
||||||
|
|
||||||
#: js/file-upload.js:235
|
#: js/file-upload.js:239
|
||||||
msgid "Not enough space available"
|
msgid "Not enough space available"
|
||||||
msgstr "Nincs elég szabad hely"
|
msgstr "Nincs elég szabad hely"
|
||||||
|
|
||||||
#: js/file-upload.js:302
|
#: js/file-upload.js:306
|
||||||
msgid "Upload cancelled."
|
msgid "Upload cancelled."
|
||||||
msgstr "A feltöltést megszakítottuk."
|
msgstr "A feltöltést megszakítottuk."
|
||||||
|
|
||||||
#: js/file-upload.js:336
|
#: js/file-upload.js:340
|
||||||
msgid "Could not get result from server."
|
msgid "Could not get result from server."
|
||||||
msgstr "A kiszolgálótól nem kapható meg az eredmény."
|
msgstr "A kiszolgálótól nem kapható meg az eredmény."
|
||||||
|
|
||||||
#: js/file-upload.js:426
|
#: js/file-upload.js:430
|
||||||
msgid ""
|
msgid ""
|
||||||
"File upload is in progress. Leaving the page now will cancel the upload."
|
"File upload is in progress. Leaving the page now will cancel the upload."
|
||||||
msgstr "Fájlfeltöltés van folyamatban. Az oldal elhagyása megszakítja a feltöltést."
|
msgstr "Fájlfeltöltés van folyamatban. Az oldal elhagyása megszakítja a feltöltést."
|
||||||
|
|
||||||
#: js/file-upload.js:500
|
#: js/file-upload.js:504
|
||||||
msgid "URL cannot be empty."
|
msgid "URL cannot be empty."
|
||||||
msgstr "Az URL nem lehet semmi."
|
msgstr "Az URL nem lehet semmi."
|
||||||
|
|
||||||
#: js/file-upload.js:505 lib/app.php:53
|
#: js/file-upload.js:509 lib/app.php:53
|
||||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
|
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
|
||||||
msgstr "Érvénytelen mappanév. A 'Shared' az ownCloud számára fenntartott elnevezés"
|
msgstr "Érvénytelen mappanév. A 'Shared' az ownCloud számára fenntartott elnevezés"
|
||||||
|
|
||||||
#: js/file-upload.js:540 js/file-upload.js:556 js/files.js:518 js/files.js:556
|
#: js/file-upload.js:544 js/file-upload.js:560 js/files.js:518 js/files.js:556
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Hiba"
|
msgstr "Hiba"
|
||||||
|
|
||||||
#: js/fileactions.js:119
|
#: js/fileactions.js:125
|
||||||
msgid "Share"
|
msgid "Share"
|
||||||
msgstr "Megosztás"
|
msgstr "Megosztás"
|
||||||
|
|
||||||
#: js/fileactions.js:131
|
#: js/fileactions.js:137
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr "Végleges törlés"
|
msgstr "Végleges törlés"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:194
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "Átnevezés"
|
msgstr "Átnevezés"
|
||||||
|
|
||||||
#: js/filelist.js:71 js/filelist.js:74 js/filelist.js:789
|
#: js/filelist.js:71 js/filelist.js:74 js/filelist.js:797
|
||||||
msgid "Pending"
|
msgid "Pending"
|
||||||
msgstr "Folyamatban"
|
msgstr "Folyamatban"
|
||||||
|
|
||||||
|
@ -180,7 +180,7 @@ msgstr[1] "%n állomány"
|
||||||
msgid "{dirs} and {files}"
|
msgid "{dirs} and {files}"
|
||||||
msgstr "{dirs} és {files}"
|
msgstr "{dirs} és {files}"
|
||||||
|
|
||||||
#: js/filelist.js:732 js/filelist.js:770
|
#: js/filelist.js:736 js/filelist.js:774
|
||||||
msgid "Uploading %n file"
|
msgid "Uploading %n file"
|
||||||
msgid_plural "Uploading %n files"
|
msgid_plural "Uploading %n files"
|
||||||
msgstr[0] "%n állomány feltöltése"
|
msgstr[0] "%n állomány feltöltése"
|
||||||
|
|
|
@ -3,15 +3,16 @@
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# sherlock79 <david@interpont.hu>, 2013
|
||||||
# ebela <bela@dandre.hu>, 2013
|
# ebela <bela@dandre.hu>, 2013
|
||||||
# Laszlo Tornoci <torlasz@gmail.com>, 2013
|
# Laszlo Tornoci <torlasz@gmail.com>, 2013
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-10-17 13:47-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: 2013-10-17 17:47+0000\n"
|
"PO-Revision-Date: 2013-10-18 20:00+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: sherlock79 <david@interpont.hu>\n"
|
||||||
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
|
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -24,7 +25,7 @@ msgstr ""
|
||||||
msgid ""
|
msgid ""
|
||||||
"App \"%s\" can't be installed because it is not compatible with this version"
|
"App \"%s\" can't be installed because it is not compatible with this version"
|
||||||
" of ownCloud."
|
" of ownCloud."
|
||||||
msgstr ""
|
msgstr "A(z) \"%s\" alkalmazást nem lehet telepíteni, mert nem kompatibilis az ownCloud telepített verziójával."
|
||||||
|
|
||||||
#: private/app.php:254
|
#: private/app.php:254
|
||||||
msgid "No app name specified"
|
msgid "No app name specified"
|
||||||
|
@ -96,24 +97,24 @@ msgstr "Tölts le a fileokat kisebb chunkokban, kölün vagy kérj segitséget a
|
||||||
|
|
||||||
#: private/installer.php:63
|
#: private/installer.php:63
|
||||||
msgid "No source specified when installing app"
|
msgid "No source specified when installing app"
|
||||||
msgstr ""
|
msgstr "Az alkalmazás telepítéséhez nincs forrás megadva"
|
||||||
|
|
||||||
#: private/installer.php:70
|
#: private/installer.php:70
|
||||||
msgid "No href specified when installing app from http"
|
msgid "No href specified when installing app from http"
|
||||||
msgstr ""
|
msgstr "Az alkalmazás http-n keresztül történő telepítéséhez nincs href hivetkozás megadva"
|
||||||
|
|
||||||
#: private/installer.php:75
|
#: private/installer.php:75
|
||||||
msgid "No path specified when installing app from local file"
|
msgid "No path specified when installing app from local file"
|
||||||
msgstr ""
|
msgstr "Az alkalmazás helyi telepítéséhez nincs útvonal (mappa) megadva"
|
||||||
|
|
||||||
#: private/installer.php:89
|
#: private/installer.php:89
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Archives of type %s are not supported"
|
msgid "Archives of type %s are not supported"
|
||||||
msgstr ""
|
msgstr "A(z) %s típusú tömörített állomány nem támogatott"
|
||||||
|
|
||||||
#: private/installer.php:103
|
#: private/installer.php:103
|
||||||
msgid "Failed to open archive when installing app"
|
msgid "Failed to open archive when installing app"
|
||||||
msgstr ""
|
msgstr "Nem sikerült megnyitni a tömörített állományt a telepítés során"
|
||||||
|
|
||||||
#: private/installer.php:125
|
#: private/installer.php:125
|
||||||
msgid "App does not provide an info.xml file"
|
msgid "App does not provide an info.xml file"
|
||||||
|
@ -121,7 +122,7 @@ msgstr "Az alkalmazás nem szolgáltatott info.xml file-t"
|
||||||
|
|
||||||
#: private/installer.php:131
|
#: private/installer.php:131
|
||||||
msgid "App can't be installed because of not allowed code in the App"
|
msgid "App can't be installed because of not allowed code in the App"
|
||||||
msgstr ""
|
msgstr "Az alkalmazást nem lehet telepíteni, mert abban nem engedélyezett programkód szerepel"
|
||||||
|
|
||||||
#: private/installer.php:140
|
#: private/installer.php:140
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -133,13 +134,13 @@ msgstr "Az alalmazás nem telepíthető, mert nem kompatibilis az ownClod ezzel
|
||||||
msgid ""
|
msgid ""
|
||||||
"App can't be installed because it contains the <shipped>true</shipped> tag "
|
"App can't be installed because it contains the <shipped>true</shipped> tag "
|
||||||
"which is not allowed for non shipped apps"
|
"which is not allowed for non shipped apps"
|
||||||
msgstr ""
|
msgstr "Az alkalmazást nem lehet telepíteni, mert tartalmazza a \n<shipped>\ntrue\n</shipped>\ncímkét, ami a nem szállított alkalmazások esetén nem engedélyezett"
|
||||||
|
|
||||||
#: private/installer.php:152
|
#: private/installer.php:152
|
||||||
msgid ""
|
msgid ""
|
||||||
"App can't be installed because the version in info.xml/version is not the "
|
"App can't be installed because the version in info.xml/version is not the "
|
||||||
"same as the version reported from the app store"
|
"same as the version reported from the app store"
|
||||||
msgstr ""
|
msgstr "Az alkalmazást nem lehet telepíteni, mert az info.xml/version-ben megadott verzió nem egyezik az alkalmazás-áruházban feltüntetett verzióval."
|
||||||
|
|
||||||
#: private/installer.php:162
|
#: private/installer.php:162
|
||||||
msgid "App directory already exists"
|
msgid "App directory already exists"
|
||||||
|
@ -294,13 +295,13 @@ msgstr "pár másodperce"
|
||||||
msgid "%n minute ago"
|
msgid "%n minute ago"
|
||||||
msgid_plural "%n minutes ago"
|
msgid_plural "%n minutes ago"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] "%n perccel ezelőtt"
|
||||||
|
|
||||||
#: private/template/functions.php:124
|
#: private/template/functions.php:124
|
||||||
msgid "%n hour ago"
|
msgid "%n hour ago"
|
||||||
msgid_plural "%n hours ago"
|
msgid_plural "%n hours ago"
|
||||||
msgstr[0] ""
|
msgstr[0] "%n órával ezelőtt"
|
||||||
msgstr[1] ""
|
msgstr[1] "%n órával ezelőtt"
|
||||||
|
|
||||||
#: private/template/functions.php:125
|
#: private/template/functions.php:125
|
||||||
msgid "today"
|
msgid "today"
|
||||||
|
@ -313,8 +314,8 @@ msgstr "tegnap"
|
||||||
#: private/template/functions.php:128
|
#: private/template/functions.php:128
|
||||||
msgid "%n day go"
|
msgid "%n day go"
|
||||||
msgid_plural "%n days ago"
|
msgid_plural "%n days ago"
|
||||||
msgstr[0] ""
|
msgstr[0] "%n nappal ezelőtt"
|
||||||
msgstr[1] ""
|
msgstr[1] "%n nappal ezelőtt"
|
||||||
|
|
||||||
#: private/template/functions.php:130
|
#: private/template/functions.php:130
|
||||||
msgid "last month"
|
msgid "last month"
|
||||||
|
@ -323,8 +324,8 @@ msgstr "múlt hónapban"
|
||||||
#: private/template/functions.php:131
|
#: private/template/functions.php:131
|
||||||
msgid "%n month ago"
|
msgid "%n month ago"
|
||||||
msgid_plural "%n months ago"
|
msgid_plural "%n months ago"
|
||||||
msgstr[0] ""
|
msgstr[0] "%n hónappal ezelőtt"
|
||||||
msgstr[1] ""
|
msgstr[1] "%n hónappal ezelőtt"
|
||||||
|
|
||||||
#: private/template/functions.php:133
|
#: private/template/functions.php:133
|
||||||
msgid "last year"
|
msgid "last year"
|
||||||
|
|
|
@ -4,15 +4,16 @@
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Adam Toth <adazlord@gmail.com>, 2013
|
# Adam Toth <adazlord@gmail.com>, 2013
|
||||||
|
# sherlock79 <david@interpont.hu>, 2013
|
||||||
# ebela <bela@dandre.hu>, 2013
|
# ebela <bela@dandre.hu>, 2013
|
||||||
# Laszlo Tornoci <torlasz@gmail.com>, 2013
|
# Laszlo Tornoci <torlasz@gmail.com>, 2013
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-10-16 00:26-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: 2013-10-14 00:41+0000\n"
|
"PO-Revision-Date: 2013-10-18 19:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: sherlock79 <david@interpont.hu>\n"
|
||||||
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
|
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -345,11 +346,11 @@ msgstr "A felhasználók csak olyanokkal oszthatják meg állományaikat, akikke
|
||||||
|
|
||||||
#: templates/admin.php:170
|
#: templates/admin.php:170
|
||||||
msgid "Allow mail notification"
|
msgid "Allow mail notification"
|
||||||
msgstr ""
|
msgstr "E-mail értesítések engedélyezése"
|
||||||
|
|
||||||
#: templates/admin.php:171
|
#: templates/admin.php:171
|
||||||
msgid "Allow user to send mail notification for shared files"
|
msgid "Allow user to send mail notification for shared files"
|
||||||
msgstr ""
|
msgstr "Engedélyezi, hogy a felhasználók e-mail értesítést küldhessenek a megosztott fájlokról."
|
||||||
|
|
||||||
#: templates/admin.php:178
|
#: templates/admin.php:178
|
||||||
msgid "Security"
|
msgid "Security"
|
||||||
|
|
|
@ -11,9 +11,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-10-17 13:47-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: 2013-10-16 14:00+0000\n"
|
"PO-Revision-Date: 2013-10-17 18:30+0000\n"
|
||||||
"Last-Translator: polxmod <paolo.velati@gmail.com>\n"
|
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -31,7 +31,7 @@ msgstr "%s ha condiviso «%s» con te"
|
||||||
msgid "Couldn't send mail to following users: %s "
|
msgid "Couldn't send mail to following users: %s "
|
||||||
msgstr "Impossibile inviare email ai seguenti utenti: %s"
|
msgstr "Impossibile inviare email ai seguenti utenti: %s"
|
||||||
|
|
||||||
#: ajax/share.php:327
|
#: ajax/share.php:327 js/share.js:338
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "gruppo"
|
msgstr "gruppo"
|
||||||
|
|
||||||
|
@ -284,12 +284,12 @@ msgstr "Condivisi"
|
||||||
msgid "Share"
|
msgid "Share"
|
||||||
msgstr "Condividi"
|
msgstr "Condividi"
|
||||||
|
|
||||||
#: js/share.js:149 js/share.js:162 js/share.js:169 js/share.js:686
|
#: js/share.js:149 js/share.js:162 js/share.js:169 js/share.js:701
|
||||||
#: js/share.js:698
|
#: js/share.js:713
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Errore"
|
msgstr "Errore"
|
||||||
|
|
||||||
#: js/share.js:151 js/share.js:726
|
#: js/share.js:151 js/share.js:741
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
msgstr "Errore durante la condivisione"
|
msgstr "Errore durante la condivisione"
|
||||||
|
|
||||||
|
@ -313,107 +313,107 @@ msgstr "Condiviso con te da {owner}"
|
||||||
msgid "Share with"
|
msgid "Share with"
|
||||||
msgstr "Condividi con"
|
msgstr "Condividi con"
|
||||||
|
|
||||||
#: js/share.js:208
|
#: js/share.js:220
|
||||||
msgid "Share with link"
|
msgid "Share with link"
|
||||||
msgstr "Condividi con collegamento"
|
msgstr "Condividi con collegamento"
|
||||||
|
|
||||||
#: js/share.js:211
|
#: js/share.js:223
|
||||||
msgid "Password protect"
|
msgid "Password protect"
|
||||||
msgstr "Proteggi con password"
|
msgstr "Proteggi con password"
|
||||||
|
|
||||||
#: js/share.js:213 templates/installation.php:57 templates/login.php:32
|
#: js/share.js:225 templates/installation.php:57 templates/login.php:32
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Password"
|
msgstr "Password"
|
||||||
|
|
||||||
#: js/share.js:218
|
#: js/share.js:230
|
||||||
msgid "Allow Public Upload"
|
msgid "Allow Public Upload"
|
||||||
msgstr "Consenti caricamento pubblico"
|
msgstr "Consenti caricamento pubblico"
|
||||||
|
|
||||||
#: js/share.js:222
|
#: js/share.js:234
|
||||||
msgid "Email link to person"
|
msgid "Email link to person"
|
||||||
msgstr "Invia collegamento via email"
|
msgstr "Invia collegamento via email"
|
||||||
|
|
||||||
#: js/share.js:223
|
#: js/share.js:235
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr "Invia"
|
msgstr "Invia"
|
||||||
|
|
||||||
#: js/share.js:228
|
#: js/share.js:240
|
||||||
msgid "Set expiration date"
|
msgid "Set expiration date"
|
||||||
msgstr "Imposta data di scadenza"
|
msgstr "Imposta data di scadenza"
|
||||||
|
|
||||||
#: js/share.js:229
|
#: js/share.js:241
|
||||||
msgid "Expiration date"
|
msgid "Expiration date"
|
||||||
msgstr "Data di scadenza"
|
msgstr "Data di scadenza"
|
||||||
|
|
||||||
#: js/share.js:262
|
#: js/share.js:274
|
||||||
msgid "Share via email:"
|
msgid "Share via email:"
|
||||||
msgstr "Condividi tramite email:"
|
msgstr "Condividi tramite email:"
|
||||||
|
|
||||||
#: js/share.js:265
|
#: js/share.js:277
|
||||||
msgid "No people found"
|
msgid "No people found"
|
||||||
msgstr "Non sono state trovate altre persone"
|
msgstr "Non sono state trovate altre persone"
|
||||||
|
|
||||||
#: js/share.js:303
|
#: js/share.js:315
|
||||||
msgid "Resharing is not allowed"
|
msgid "Resharing is not allowed"
|
||||||
msgstr "La ri-condivisione non è consentita"
|
msgstr "La ri-condivisione non è consentita"
|
||||||
|
|
||||||
#: js/share.js:339
|
#: js/share.js:354
|
||||||
msgid "Shared in {item} with {user}"
|
msgid "Shared in {item} with {user}"
|
||||||
msgstr "Condiviso in {item} con {user}"
|
msgstr "Condiviso in {item} con {user}"
|
||||||
|
|
||||||
#: js/share.js:360
|
#: js/share.js:375
|
||||||
msgid "Unshare"
|
msgid "Unshare"
|
||||||
msgstr "Rimuovi condivisione"
|
msgstr "Rimuovi condivisione"
|
||||||
|
|
||||||
#: js/share.js:372
|
#: js/share.js:387
|
||||||
msgid "notify user by email"
|
msgid "notify user by email"
|
||||||
msgstr "notifica l'utente tramite email"
|
msgstr "notifica l'utente tramite email"
|
||||||
|
|
||||||
#: js/share.js:380
|
#: js/share.js:395
|
||||||
msgid "can edit"
|
msgid "can edit"
|
||||||
msgstr "può modificare"
|
msgstr "può modificare"
|
||||||
|
|
||||||
#: js/share.js:382
|
#: js/share.js:397
|
||||||
msgid "access control"
|
msgid "access control"
|
||||||
msgstr "controllo d'accesso"
|
msgstr "controllo d'accesso"
|
||||||
|
|
||||||
#: js/share.js:385
|
#: js/share.js:400
|
||||||
msgid "create"
|
msgid "create"
|
||||||
msgstr "creare"
|
msgstr "creare"
|
||||||
|
|
||||||
#: js/share.js:388
|
#: js/share.js:403
|
||||||
msgid "update"
|
msgid "update"
|
||||||
msgstr "aggiornare"
|
msgstr "aggiornare"
|
||||||
|
|
||||||
#: js/share.js:391
|
#: js/share.js:406
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "elimina"
|
msgstr "elimina"
|
||||||
|
|
||||||
#: js/share.js:394
|
#: js/share.js:409
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr "condividi"
|
msgstr "condividi"
|
||||||
|
|
||||||
#: js/share.js:428 js/share.js:673
|
#: js/share.js:443 js/share.js:688
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr "Protetta da password"
|
msgstr "Protetta da password"
|
||||||
|
|
||||||
#: js/share.js:686
|
#: js/share.js:701
|
||||||
msgid "Error unsetting expiration date"
|
msgid "Error unsetting expiration date"
|
||||||
msgstr "Errore durante la rimozione della data di scadenza"
|
msgstr "Errore durante la rimozione della data di scadenza"
|
||||||
|
|
||||||
#: js/share.js:698
|
#: js/share.js:713
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr "Errore durante l'impostazione della data di scadenza"
|
msgstr "Errore durante l'impostazione della data di scadenza"
|
||||||
|
|
||||||
#: js/share.js:713
|
#: js/share.js:728
|
||||||
msgid "Sending ..."
|
msgid "Sending ..."
|
||||||
msgstr "Invio in corso..."
|
msgstr "Invio in corso..."
|
||||||
|
|
||||||
#: js/share.js:724
|
#: js/share.js:739
|
||||||
msgid "Email sent"
|
msgid "Email sent"
|
||||||
msgstr "Messaggio inviato"
|
msgstr "Messaggio inviato"
|
||||||
|
|
||||||
#: js/share.js:748
|
#: js/share.js:763
|
||||||
msgid "Warning"
|
msgid "Warning"
|
||||||
msgstr "Avviso"
|
msgstr "Avviso"
|
||||||
|
|
||||||
|
@ -435,15 +435,15 @@ msgstr "Aggiungi"
|
||||||
|
|
||||||
#: js/tags.js:39
|
#: js/tags.js:39
|
||||||
msgid "Edit tags"
|
msgid "Edit tags"
|
||||||
msgstr "Modifica tag"
|
msgstr "Modifica etichette"
|
||||||
|
|
||||||
#: js/tags.js:57
|
#: js/tags.js:57
|
||||||
msgid "Error loading dialog template: {error}"
|
msgid "Error loading dialog template: {error}"
|
||||||
msgstr ""
|
msgstr "Errore durante il caricamento del modello di finestra: {error}"
|
||||||
|
|
||||||
#: js/tags.js:261
|
#: js/tags.js:261
|
||||||
msgid "No tags selected for deletion."
|
msgid "No tags selected for deletion."
|
||||||
msgstr "Nessuna tag selezionata per l'eliminazione."
|
msgstr "Nessuna etichetta selezionata per l'eliminazione."
|
||||||
|
|
||||||
#: js/update.js:17
|
#: js/update.js:17
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -539,31 +539,31 @@ msgstr "Aiuto"
|
||||||
|
|
||||||
#: tags/controller.php:22
|
#: tags/controller.php:22
|
||||||
msgid "Error loading tags"
|
msgid "Error loading tags"
|
||||||
msgstr "Errore di caricamento tag"
|
msgstr "Errore di caricamento delle etichette"
|
||||||
|
|
||||||
#: tags/controller.php:48
|
#: tags/controller.php:48
|
||||||
msgid "Tag already exists"
|
msgid "Tag already exists"
|
||||||
msgstr ""
|
msgstr "L'etichetta esiste già"
|
||||||
|
|
||||||
#: tags/controller.php:64
|
#: tags/controller.php:64
|
||||||
msgid "Error deleting tag(s)"
|
msgid "Error deleting tag(s)"
|
||||||
msgstr ""
|
msgstr "Errore di eliminazione delle etichette"
|
||||||
|
|
||||||
#: tags/controller.php:75
|
#: tags/controller.php:75
|
||||||
msgid "Error tagging"
|
msgid "Error tagging"
|
||||||
msgstr ""
|
msgstr "Errore di assegnazione delle etichette"
|
||||||
|
|
||||||
#: tags/controller.php:86
|
#: tags/controller.php:86
|
||||||
msgid "Error untagging"
|
msgid "Error untagging"
|
||||||
msgstr ""
|
msgstr "Errore di rimozione delle etichette"
|
||||||
|
|
||||||
#: tags/controller.php:97
|
#: tags/controller.php:97
|
||||||
msgid "Error favoriting"
|
msgid "Error favoriting"
|
||||||
msgstr ""
|
msgstr "Errore di creazione dei preferiti"
|
||||||
|
|
||||||
#: tags/controller.php:108
|
#: tags/controller.php:108
|
||||||
msgid "Error unfavoriting"
|
msgid "Error unfavoriting"
|
||||||
msgstr ""
|
msgstr "Errore di rimozione dai preferiti"
|
||||||
|
|
||||||
#: templates/403.php:12
|
#: templates/403.php:12
|
||||||
msgid "Access forbidden"
|
msgid "Access forbidden"
|
||||||
|
@ -708,11 +708,11 @@ msgstr "Cambia la password per rendere nuovamente sicuro il tuo account."
|
||||||
|
|
||||||
#: templates/login.php:17
|
#: templates/login.php:17
|
||||||
msgid "Server side authentication failed!"
|
msgid "Server side authentication failed!"
|
||||||
msgstr "Autenticazione lato server faillita!"
|
msgstr "Autenticazione lato server non riuscita!"
|
||||||
|
|
||||||
#: templates/login.php:18
|
#: templates/login.php:18
|
||||||
msgid "Please contact your administrator."
|
msgid "Please contact your administrator."
|
||||||
msgstr "Per favore contatta l'amministratore di sistema."
|
msgstr "Contatta il tuo amministratore di sistema."
|
||||||
|
|
||||||
#: templates/login.php:38
|
#: templates/login.php:38
|
||||||
msgid "Lost your password?"
|
msgid "Lost your password?"
|
||||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-10-13 20:29-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: 2013-10-14 00:29+0000\n"
|
"PO-Revision-Date: 2013-10-17 18:40+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -61,7 +61,7 @@ msgid ""
|
||||||
"Encryption app not initialized! Maybe the encryption app was re-enabled "
|
"Encryption app not initialized! Maybe the encryption app was re-enabled "
|
||||||
"during your session. Please try to log out and log back in to initialize the"
|
"during your session. Please try to log out and log back in to initialize the"
|
||||||
" encryption app."
|
" encryption app."
|
||||||
msgstr ""
|
msgstr "Applicazione di cifratura non inizializzata. Forse l'applicazione è stata riabilitata durante la tua sessione. Prova a disconnetterti e ad effettuare nuovamente l'accesso per inizializzarla."
|
||||||
|
|
||||||
#: files/error.php:15
|
#: files/error.php:15
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -75,13 +75,13 @@ msgstr "La chiave privata non è valida! Forse la password è stata cambiata est
|
||||||
msgid ""
|
msgid ""
|
||||||
"Can not decrypt this file, probably this is a shared file. Please ask the "
|
"Can not decrypt this file, probably this is a shared file. Please ask the "
|
||||||
"file owner to reshare the file with you."
|
"file owner to reshare the file with you."
|
||||||
msgstr ""
|
msgstr "Impossibile decifrare questo file, probabilmente è un file condiviso. Chiedi al proprietario del file di condividere nuovamente il file con te."
|
||||||
|
|
||||||
#: files/error.php:21 files/error.php:26
|
#: files/error.php:21 files/error.php:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"Unknown error please check your system settings or contact your "
|
"Unknown error please check your system settings or contact your "
|
||||||
"administrator"
|
"administrator"
|
||||||
msgstr ""
|
msgstr "Errore sconosciuto, controlla le impostazioni di sistema o contatta il tuo amministratore"
|
||||||
|
|
||||||
#: hooks/hooks.php:53
|
#: hooks/hooks.php:53
|
||||||
msgid "Missing requirements."
|
msgid "Missing requirements."
|
||||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-10-10 22:26-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: 2013-10-11 02:27+0000\n"
|
"PO-Revision-Date: 2013-10-17 18:40+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
|
||||||
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
|
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -370,11 +370,11 @@ msgstr "In modo predefinito, l'attributo UUID viene rilevato automaticamente. L'
|
||||||
|
|
||||||
#: templates/settings.php:103
|
#: templates/settings.php:103
|
||||||
msgid "UUID Attribute for Users:"
|
msgid "UUID Attribute for Users:"
|
||||||
msgstr ""
|
msgstr "Attributo UUID per gli utenti:"
|
||||||
|
|
||||||
#: templates/settings.php:104
|
#: templates/settings.php:104
|
||||||
msgid "UUID Attribute for Groups:"
|
msgid "UUID Attribute for Groups:"
|
||||||
msgstr ""
|
msgstr "Attributo UUID per i gruppi:"
|
||||||
|
|
||||||
#: templates/settings.php:105
|
#: templates/settings.php:105
|
||||||
msgid "Username-LDAP User Mapping"
|
msgid "Username-LDAP User Mapping"
|
||||||
|
|
|
@ -11,9 +11,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-10-16 00:26-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: 2013-10-16 04:11+0000\n"
|
"PO-Revision-Date: 2013-10-19 06:00+0000\n"
|
||||||
"Last-Translator: Daisuke Deguchi <ddeguchi@nagoya-u.jp>\n"
|
"Last-Translator: tt yn <tetuyano+transi@gmail.com>\n"
|
||||||
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
|
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -31,7 +31,7 @@ msgstr "%sが あなたと »%s«を共有しました"
|
||||||
msgid "Couldn't send mail to following users: %s "
|
msgid "Couldn't send mail to following users: %s "
|
||||||
msgstr "次のユーザにメールを送信できませんでした: %s"
|
msgstr "次のユーザにメールを送信できませんでした: %s"
|
||||||
|
|
||||||
#: ajax/share.php:327
|
#: ajax/share.php:327 js/share.js:338
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "グループ"
|
msgstr "グループ"
|
||||||
|
|
||||||
|
@ -271,144 +271,144 @@ msgstr "({count} 選択)"
|
||||||
msgid "Error loading file exists template"
|
msgid "Error loading file exists template"
|
||||||
msgstr "既存ファイルのテンプレートの読み込みエラー"
|
msgstr "既存ファイルのテンプレートの読み込みエラー"
|
||||||
|
|
||||||
#: js/share.js:30 js/share.js:45 js/share.js:87
|
#: js/share.js:51 js/share.js:66 js/share.js:106
|
||||||
msgid "Shared"
|
msgid "Shared"
|
||||||
msgstr "共有中"
|
msgstr "共有中"
|
||||||
|
|
||||||
#: js/share.js:90
|
#: js/share.js:109
|
||||||
msgid "Share"
|
msgid "Share"
|
||||||
msgstr "共有"
|
msgstr "共有"
|
||||||
|
|
||||||
#: js/share.js:130 js/share.js:143 js/share.js:150 js/share.js:667
|
#: js/share.js:149 js/share.js:162 js/share.js:169 js/share.js:701
|
||||||
#: js/share.js:679
|
#: js/share.js:713
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "エラー"
|
msgstr "エラー"
|
||||||
|
|
||||||
#: js/share.js:132 js/share.js:707
|
#: js/share.js:151 js/share.js:741
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
msgstr "共有でエラー発生"
|
msgstr "共有でエラー発生"
|
||||||
|
|
||||||
#: js/share.js:143
|
#: js/share.js:162
|
||||||
msgid "Error while unsharing"
|
msgid "Error while unsharing"
|
||||||
msgstr "共有解除でエラー発生"
|
msgstr "共有解除でエラー発生"
|
||||||
|
|
||||||
#: js/share.js:150
|
#: js/share.js:169
|
||||||
msgid "Error while changing permissions"
|
msgid "Error while changing permissions"
|
||||||
msgstr "権限変更でエラー発生"
|
msgstr "権限変更でエラー発生"
|
||||||
|
|
||||||
#: js/share.js:159
|
#: js/share.js:178
|
||||||
msgid "Shared with you and the group {group} by {owner}"
|
msgid "Shared with you and the group {group} by {owner}"
|
||||||
msgstr "あなたと {owner} のグループ {group} で共有中"
|
msgstr "あなたと {owner} のグループ {group} で共有中"
|
||||||
|
|
||||||
#: js/share.js:161
|
#: js/share.js:180
|
||||||
msgid "Shared with you by {owner}"
|
msgid "Shared with you by {owner}"
|
||||||
msgstr "{owner} と共有中"
|
msgstr "{owner} と共有中"
|
||||||
|
|
||||||
#: js/share.js:184
|
#: js/share.js:203
|
||||||
msgid "Share with"
|
msgid "Share with"
|
||||||
msgstr "共有者"
|
msgstr "共有者"
|
||||||
|
|
||||||
#: js/share.js:189
|
#: js/share.js:220
|
||||||
msgid "Share with link"
|
msgid "Share with link"
|
||||||
msgstr "URLリンクで共有"
|
msgstr "URLリンクで共有"
|
||||||
|
|
||||||
#: js/share.js:192
|
#: js/share.js:223
|
||||||
msgid "Password protect"
|
msgid "Password protect"
|
||||||
msgstr "パスワード保護"
|
msgstr "パスワード保護"
|
||||||
|
|
||||||
#: js/share.js:194 templates/installation.php:57 templates/login.php:32
|
#: js/share.js:225 templates/installation.php:57 templates/login.php:32
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "パスワード"
|
msgstr "パスワード"
|
||||||
|
|
||||||
#: js/share.js:199
|
#: js/share.js:230
|
||||||
msgid "Allow Public Upload"
|
msgid "Allow Public Upload"
|
||||||
msgstr "アップロードを許可"
|
msgstr "アップロードを許可"
|
||||||
|
|
||||||
#: js/share.js:203
|
#: js/share.js:234
|
||||||
msgid "Email link to person"
|
msgid "Email link to person"
|
||||||
msgstr "メールリンク"
|
msgstr "メールリンク"
|
||||||
|
|
||||||
#: js/share.js:204
|
#: js/share.js:235
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr "送信"
|
msgstr "送信"
|
||||||
|
|
||||||
#: js/share.js:209
|
#: js/share.js:240
|
||||||
msgid "Set expiration date"
|
msgid "Set expiration date"
|
||||||
msgstr "有効期限を設定"
|
msgstr "有効期限を設定"
|
||||||
|
|
||||||
#: js/share.js:210
|
#: js/share.js:241
|
||||||
msgid "Expiration date"
|
msgid "Expiration date"
|
||||||
msgstr "有効期限"
|
msgstr "有効期限"
|
||||||
|
|
||||||
#: js/share.js:243
|
#: js/share.js:274
|
||||||
msgid "Share via email:"
|
msgid "Share via email:"
|
||||||
msgstr "メール経由で共有:"
|
msgstr "メール経由で共有:"
|
||||||
|
|
||||||
#: js/share.js:246
|
#: js/share.js:277
|
||||||
msgid "No people found"
|
msgid "No people found"
|
||||||
msgstr "ユーザーが見つかりません"
|
msgstr "ユーザーが見つかりません"
|
||||||
|
|
||||||
#: js/share.js:284
|
#: js/share.js:315
|
||||||
msgid "Resharing is not allowed"
|
msgid "Resharing is not allowed"
|
||||||
msgstr "再共有は許可されていません"
|
msgstr "再共有は許可されていません"
|
||||||
|
|
||||||
#: js/share.js:320
|
#: js/share.js:354
|
||||||
msgid "Shared in {item} with {user}"
|
msgid "Shared in {item} with {user}"
|
||||||
msgstr "{item} 内で {user} と共有中"
|
msgstr "{item} 内で {user} と共有中"
|
||||||
|
|
||||||
#: js/share.js:341
|
#: js/share.js:375
|
||||||
msgid "Unshare"
|
msgid "Unshare"
|
||||||
msgstr "共有解除"
|
msgstr "共有解除"
|
||||||
|
|
||||||
#: js/share.js:353
|
#: js/share.js:387
|
||||||
msgid "notify user by email"
|
msgid "notify user by email"
|
||||||
msgstr "ユーザにメールで通知"
|
msgstr "ユーザにメールで通知"
|
||||||
|
|
||||||
#: js/share.js:361
|
#: js/share.js:395
|
||||||
msgid "can edit"
|
msgid "can edit"
|
||||||
msgstr "編集可能"
|
msgstr "編集可能"
|
||||||
|
|
||||||
#: js/share.js:363
|
#: js/share.js:397
|
||||||
msgid "access control"
|
msgid "access control"
|
||||||
msgstr "アクセス権限"
|
msgstr "アクセス権限"
|
||||||
|
|
||||||
#: js/share.js:366
|
#: js/share.js:400
|
||||||
msgid "create"
|
msgid "create"
|
||||||
msgstr "作成"
|
msgstr "作成"
|
||||||
|
|
||||||
#: js/share.js:369
|
#: js/share.js:403
|
||||||
msgid "update"
|
msgid "update"
|
||||||
msgstr "更新"
|
msgstr "更新"
|
||||||
|
|
||||||
#: js/share.js:372
|
#: js/share.js:406
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "削除"
|
msgstr "削除"
|
||||||
|
|
||||||
#: js/share.js:375
|
#: js/share.js:409
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr "共有"
|
msgstr "共有"
|
||||||
|
|
||||||
#: js/share.js:409 js/share.js:654
|
#: js/share.js:443 js/share.js:688
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr "パスワード保護"
|
msgstr "パスワード保護"
|
||||||
|
|
||||||
#: js/share.js:667
|
#: js/share.js:701
|
||||||
msgid "Error unsetting expiration date"
|
msgid "Error unsetting expiration date"
|
||||||
msgstr "有効期限の未設定エラー"
|
msgstr "有効期限の未設定エラー"
|
||||||
|
|
||||||
#: js/share.js:679
|
#: js/share.js:713
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr "有効期限の設定でエラー発生"
|
msgstr "有効期限の設定でエラー発生"
|
||||||
|
|
||||||
#: js/share.js:694
|
#: js/share.js:728
|
||||||
msgid "Sending ..."
|
msgid "Sending ..."
|
||||||
msgstr "送信中..."
|
msgstr "送信中..."
|
||||||
|
|
||||||
#: js/share.js:705
|
#: js/share.js:739
|
||||||
msgid "Email sent"
|
msgid "Email sent"
|
||||||
msgstr "メールを送信しました"
|
msgstr "メールを送信しました"
|
||||||
|
|
||||||
#: js/share.js:729
|
#: js/share.js:763
|
||||||
msgid "Warning"
|
msgid "Warning"
|
||||||
msgstr "警告"
|
msgstr "警告"
|
||||||
|
|
||||||
|
@ -434,7 +434,7 @@ msgstr "タグを編集"
|
||||||
|
|
||||||
#: js/tags.js:57
|
#: js/tags.js:57
|
||||||
msgid "Error loading dialog template: {error}"
|
msgid "Error loading dialog template: {error}"
|
||||||
msgstr ""
|
msgstr "メッセージテンプレートの読み込みエラー: {error}"
|
||||||
|
|
||||||
#: js/tags.js:261
|
#: js/tags.js:261
|
||||||
msgid "No tags selected for deletion."
|
msgid "No tags selected for deletion."
|
||||||
|
@ -520,7 +520,7 @@ msgstr "個人"
|
||||||
msgid "Users"
|
msgid "Users"
|
||||||
msgstr "ユーザ"
|
msgstr "ユーザ"
|
||||||
|
|
||||||
#: strings.php:7 templates/layout.user.php:109
|
#: strings.php:7 templates/layout.user.php:110
|
||||||
msgid "Apps"
|
msgid "Apps"
|
||||||
msgstr "アプリ"
|
msgstr "アプリ"
|
||||||
|
|
||||||
|
@ -554,11 +554,11 @@ msgstr "タグの解除エラー"
|
||||||
|
|
||||||
#: tags/controller.php:97
|
#: tags/controller.php:97
|
||||||
msgid "Error favoriting"
|
msgid "Error favoriting"
|
||||||
msgstr ""
|
msgstr "お気に入りに追加エラー"
|
||||||
|
|
||||||
#: tags/controller.php:108
|
#: tags/controller.php:108
|
||||||
msgid "Error unfavoriting"
|
msgid "Error unfavoriting"
|
||||||
msgstr ""
|
msgstr "お気に入りから削除エラー"
|
||||||
|
|
||||||
#: templates/403.php:12
|
#: templates/403.php:12
|
||||||
msgid "Access forbidden"
|
msgid "Access forbidden"
|
||||||
|
@ -576,7 +576,7 @@ msgid ""
|
||||||
"just letting you know that %s shared %s with you.\n"
|
"just letting you know that %s shared %s with you.\n"
|
||||||
"View it: %s\n"
|
"View it: %s\n"
|
||||||
"\n"
|
"\n"
|
||||||
msgstr ""
|
msgstr "こんにちは、\n\n%s があなたと %s を共有したことをお知らせします。\nそれを表示: %s\n"
|
||||||
|
|
||||||
#: templates/altmail.php:4
|
#: templates/altmail.php:4
|
||||||
#, php-format
|
#, php-format
|
||||||
|
@ -587,7 +587,7 @@ msgstr "共有は %s で有効期限が切れます。\n\n"
|
||||||
|
|
||||||
#: templates/altmail.php:6 templates/mail.php:19
|
#: templates/altmail.php:6 templates/mail.php:19
|
||||||
msgid "Cheers!"
|
msgid "Cheers!"
|
||||||
msgstr ""
|
msgstr "それでは!"
|
||||||
|
|
||||||
#: templates/installation.php:24 templates/installation.php:31
|
#: templates/installation.php:24 templates/installation.php:31
|
||||||
#: templates/installation.php:38
|
#: templates/installation.php:38
|
||||||
|
@ -678,12 +678,12 @@ msgstr "セットアップを完了します"
|
||||||
msgid "Finishing …"
|
msgid "Finishing …"
|
||||||
msgstr "終了しています ..."
|
msgstr "終了しています ..."
|
||||||
|
|
||||||
#: templates/layout.user.php:42
|
#: templates/layout.user.php:43
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s is available. Get more information on how to update."
|
msgid "%s is available. Get more information on how to update."
|
||||||
msgstr "%s が利用可能です。更新方法に関してさらに情報を取得して下さい。"
|
msgstr "%s が利用可能です。更新方法に関してさらに情報を取得して下さい。"
|
||||||
|
|
||||||
#: templates/layout.user.php:70
|
#: templates/layout.user.php:71
|
||||||
msgid "Log out"
|
msgid "Log out"
|
||||||
msgstr "ログアウト"
|
msgstr "ログアウト"
|
||||||
|
|
||||||
|
@ -730,7 +730,7 @@ msgstr "代替ログイン"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a "
|
"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a "
|
||||||
"href=\"%s\">View it!</a><br><br>"
|
"href=\"%s\">View it!</a><br><br>"
|
||||||
msgstr ""
|
msgstr "こんにちは、<br><br>%sがあなたと »%s« を共有したことをお知らせします。<br><a href=\"%s\">それを表示</a><br><br>"
|
||||||
|
|
||||||
#: templates/mail.php:17
|
#: templates/mail.php:17
|
||||||
#, php-format
|
#, php-format
|
||||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-10-13 20:29-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: 2013-10-14 00:29+0000\n"
|
"PO-Revision-Date: 2013-10-19 05:50+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: tt yn <tetuyano+transi@gmail.com>\n"
|
||||||
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
|
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -61,7 +61,7 @@ msgid ""
|
||||||
"Encryption app not initialized! Maybe the encryption app was re-enabled "
|
"Encryption app not initialized! Maybe the encryption app was re-enabled "
|
||||||
"during your session. Please try to log out and log back in to initialize the"
|
"during your session. Please try to log out and log back in to initialize the"
|
||||||
" encryption app."
|
" encryption app."
|
||||||
msgstr ""
|
msgstr "暗号化アプリが初期化されていません。暗号化アプリが接続中に再度有効かされた可能性があります。暗号化アプリを初期化する為に、1回ログアウトしてログインしなおしてください。"
|
||||||
|
|
||||||
#: files/error.php:15
|
#: files/error.php:15
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -75,13 +75,13 @@ msgstr "秘密鍵が有効ではありません。パスワードがownCloudシ
|
||||||
msgid ""
|
msgid ""
|
||||||
"Can not decrypt this file, probably this is a shared file. Please ask the "
|
"Can not decrypt this file, probably this is a shared file. Please ask the "
|
||||||
"file owner to reshare the file with you."
|
"file owner to reshare the file with you."
|
||||||
msgstr ""
|
msgstr "このファイルを復号化できません、共有ファイルの可能性があります。ファイルの所有者にお願いして、ファイルを共有しなおしてもらってください。"
|
||||||
|
|
||||||
#: files/error.php:21 files/error.php:26
|
#: files/error.php:21 files/error.php:26
|
||||||
msgid ""
|
msgid ""
|
||||||
"Unknown error please check your system settings or contact your "
|
"Unknown error please check your system settings or contact your "
|
||||||
"administrator"
|
"administrator"
|
||||||
msgstr ""
|
msgstr "不明なエラーです。システム設定を確認するか、管理者に問い合わせてください。"
|
||||||
|
|
||||||
#: hooks/hooks.php:53
|
#: hooks/hooks.php:53
|
||||||
msgid "Missing requirements."
|
msgid "Missing requirements."
|
||||||
|
@ -104,7 +104,7 @@ msgstr "保存中..."
|
||||||
|
|
||||||
#: templates/invalid_private_key.php:8
|
#: templates/invalid_private_key.php:8
|
||||||
msgid "Go directly to your "
|
msgid "Go directly to your "
|
||||||
msgstr ""
|
msgstr "あなたのディレクトリへ"
|
||||||
|
|
||||||
#: templates/invalid_private_key.php:8
|
#: templates/invalid_private_key.php:8
|
||||||
msgid "personal settings"
|
msgid "personal settings"
|
||||||
|
@ -125,7 +125,7 @@ msgstr "復旧キーのパスワード"
|
||||||
|
|
||||||
#: templates/settings-admin.php:14
|
#: templates/settings-admin.php:14
|
||||||
msgid "Repeat Recovery key password"
|
msgid "Repeat Recovery key password"
|
||||||
msgstr ""
|
msgstr "復旧キーのパスワードをもう一度入力"
|
||||||
|
|
||||||
#: templates/settings-admin.php:21 templates/settings-personal.php:51
|
#: templates/settings-admin.php:21 templates/settings-personal.php:51
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
|
@ -149,7 +149,7 @@ msgstr "新しい復旧キーのパスワード"
|
||||||
|
|
||||||
#: templates/settings-admin.php:53
|
#: templates/settings-admin.php:53
|
||||||
msgid "Repeat New Recovery key password"
|
msgid "Repeat New Recovery key password"
|
||||||
msgstr ""
|
msgstr "新しい復旧キーのパスワードをもう一度入力"
|
||||||
|
|
||||||
#: templates/settings-admin.php:58
|
#: templates/settings-admin.php:58
|
||||||
msgid "Change Password"
|
msgid "Change Password"
|
||||||
|
|
|
@ -0,0 +1,749 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
|
"PO-Revision-Date: 2013-10-18 09:31+0000\n"
|
||||||
|
"Last-Translator: masensio <masensio@solidgear.es>\n"
|
||||||
|
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: ru_RU\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: ajax/share.php:118 ajax/share.php:197
|
||||||
|
#, php-format
|
||||||
|
msgid "%s shared »%s« with you"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/share.php:168
|
||||||
|
#, php-format
|
||||||
|
msgid "Couldn't send mail to following users: %s "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/share.php:327 js/share.js:338
|
||||||
|
msgid "group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/update.php:11
|
||||||
|
msgid "Turned on maintenance mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/update.php:14
|
||||||
|
msgid "Turned off maintenance mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/update.php:17
|
||||||
|
msgid "Updated database"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/update.php:20
|
||||||
|
msgid "Updating filecache, this may take really long..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/update.php:23
|
||||||
|
msgid "Updated filecache"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/update.php:26
|
||||||
|
#, php-format
|
||||||
|
msgid "... %d%% done ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: avatar/controller.php:62
|
||||||
|
msgid "No image or file provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: avatar/controller.php:81
|
||||||
|
msgid "Unknown filetype"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: avatar/controller.php:85
|
||||||
|
msgid "Invalid image"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: avatar/controller.php:115 avatar/controller.php:142
|
||||||
|
msgid "No temporary profile picture available, try again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: avatar/controller.php:135
|
||||||
|
msgid "No crop data provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:32
|
||||||
|
msgid "Sunday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:33
|
||||||
|
msgid "Monday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:34
|
||||||
|
msgid "Tuesday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:35
|
||||||
|
msgid "Wednesday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:36
|
||||||
|
msgid "Thursday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:37
|
||||||
|
msgid "Friday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:38
|
||||||
|
msgid "Saturday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:43
|
||||||
|
msgid "January"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:44
|
||||||
|
msgid "February"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:45
|
||||||
|
msgid "March"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:46
|
||||||
|
msgid "April"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:47
|
||||||
|
msgid "May"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:48
|
||||||
|
msgid "June"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:49
|
||||||
|
msgid "July"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:50
|
||||||
|
msgid "August"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:51
|
||||||
|
msgid "September"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:52
|
||||||
|
msgid "October"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:53
|
||||||
|
msgid "November"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/config.php:54
|
||||||
|
msgid "December"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:387
|
||||||
|
msgid "Settings"
|
||||||
|
msgstr "Настройки"
|
||||||
|
|
||||||
|
#: js/js.js:858
|
||||||
|
msgid "seconds ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:859
|
||||||
|
msgid "%n minute ago"
|
||||||
|
msgid_plural "%n minutes ago"
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
|
||||||
|
#: js/js.js:860
|
||||||
|
msgid "%n hour ago"
|
||||||
|
msgid_plural "%n hours ago"
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
|
||||||
|
#: js/js.js:861
|
||||||
|
msgid "today"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:862
|
||||||
|
msgid "yesterday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:863
|
||||||
|
msgid "%n day ago"
|
||||||
|
msgid_plural "%n days ago"
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
|
||||||
|
#: js/js.js:864
|
||||||
|
msgid "last month"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:865
|
||||||
|
msgid "%n month ago"
|
||||||
|
msgid_plural "%n months ago"
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
|
||||||
|
#: js/js.js:866
|
||||||
|
msgid "months ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:867
|
||||||
|
msgid "last year"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/js.js:868
|
||||||
|
msgid "years ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:123
|
||||||
|
msgid "Choose"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:146
|
||||||
|
msgid "Error loading file picker template: {error}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:172
|
||||||
|
msgid "Yes"
|
||||||
|
msgstr "Да"
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:182
|
||||||
|
msgid "No"
|
||||||
|
msgstr "Нет"
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:199
|
||||||
|
msgid "Ok"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:219
|
||||||
|
msgid "Error loading message template: {error}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:347
|
||||||
|
msgid "{count} file conflict"
|
||||||
|
msgid_plural "{count} file conflicts"
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:361
|
||||||
|
msgid "One file conflict"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:367
|
||||||
|
msgid "Which files do you want to keep?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:368
|
||||||
|
msgid ""
|
||||||
|
"If you select both versions, the copied file will have a number added to its"
|
||||||
|
" name."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:376
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Отмена"
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:386
|
||||||
|
msgid "Continue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:433 js/oc-dialogs.js:446
|
||||||
|
msgid "(all selected)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:436 js/oc-dialogs.js:449
|
||||||
|
msgid "({count} selected)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/oc-dialogs.js:457
|
||||||
|
msgid "Error loading file exists template"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:51 js/share.js:66 js/share.js:106
|
||||||
|
msgid "Shared"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:109
|
||||||
|
msgid "Share"
|
||||||
|
msgstr "Сделать общим"
|
||||||
|
|
||||||
|
#: js/share.js:149 js/share.js:162 js/share.js:169 js/share.js:701
|
||||||
|
#: js/share.js:713
|
||||||
|
msgid "Error"
|
||||||
|
msgstr "Ошибка"
|
||||||
|
|
||||||
|
#: js/share.js:151 js/share.js:741
|
||||||
|
msgid "Error while sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:162
|
||||||
|
msgid "Error while unsharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:169
|
||||||
|
msgid "Error while changing permissions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:178
|
||||||
|
msgid "Shared with you and the group {group} by {owner}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:180
|
||||||
|
msgid "Shared with you by {owner}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:203
|
||||||
|
msgid "Share with"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:220
|
||||||
|
msgid "Share with link"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:223
|
||||||
|
msgid "Password protect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:225 templates/installation.php:57 templates/login.php:32
|
||||||
|
msgid "Password"
|
||||||
|
msgstr "Пароль"
|
||||||
|
|
||||||
|
#: js/share.js:230
|
||||||
|
msgid "Allow Public Upload"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:234
|
||||||
|
msgid "Email link to person"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:235
|
||||||
|
msgid "Send"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:240
|
||||||
|
msgid "Set expiration date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:241
|
||||||
|
msgid "Expiration date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:274
|
||||||
|
msgid "Share via email:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:277
|
||||||
|
msgid "No people found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:315
|
||||||
|
msgid "Resharing is not allowed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:354
|
||||||
|
msgid "Shared in {item} with {user}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:375
|
||||||
|
msgid "Unshare"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:387
|
||||||
|
msgid "notify user by email"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:395
|
||||||
|
msgid "can edit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:397
|
||||||
|
msgid "access control"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:400
|
||||||
|
msgid "create"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:403
|
||||||
|
msgid "update"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:406
|
||||||
|
msgid "delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:409
|
||||||
|
msgid "share"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:443 js/share.js:688
|
||||||
|
msgid "Password protected"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:701
|
||||||
|
msgid "Error unsetting expiration date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:713
|
||||||
|
msgid "Error setting expiration date"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:728
|
||||||
|
msgid "Sending ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:739
|
||||||
|
msgid "Email sent"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:763
|
||||||
|
msgid "Warning"
|
||||||
|
msgstr "Предупреждение"
|
||||||
|
|
||||||
|
#: js/tags.js:4
|
||||||
|
msgid "The object type is not specified."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/tags.js:13
|
||||||
|
msgid "Enter new"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/tags.js:27
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/tags.js:31
|
||||||
|
msgid "Add"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/tags.js:39
|
||||||
|
msgid "Edit tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/tags.js:57
|
||||||
|
msgid "Error loading dialog template: {error}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/tags.js:261
|
||||||
|
msgid "No tags selected for deletion."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/update.js:17
|
||||||
|
msgid ""
|
||||||
|
"The update was unsuccessful. Please report this issue to the <a "
|
||||||
|
"href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud "
|
||||||
|
"community</a>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/update.js:21
|
||||||
|
msgid "The update was successful. Redirecting you to ownCloud now."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/controller.php:62
|
||||||
|
#, php-format
|
||||||
|
msgid "%s password reset"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/email.php:2
|
||||||
|
msgid "Use the following link to reset your password: {link}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:4
|
||||||
|
msgid ""
|
||||||
|
"The link to reset your password has been sent to your email.<br>If you do "
|
||||||
|
"not receive it within a reasonable amount of time, check your spam/junk "
|
||||||
|
"folders.<br>If it is not there ask your local administrator ."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:12
|
||||||
|
msgid "Request failed!<br>Did you make sure your email/username was right?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:15
|
||||||
|
msgid "You will receive a link to reset your password via Email."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:18 templates/installation.php:51
|
||||||
|
#: templates/login.php:25
|
||||||
|
msgid "Username"
|
||||||
|
msgstr "Имя пользователя"
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:22
|
||||||
|
msgid ""
|
||||||
|
"Your files are encrypted. If you haven't enabled the recovery key, there "
|
||||||
|
"will be no way to get your data back after your password is reset. If you "
|
||||||
|
"are not sure what to do, please contact your administrator before you "
|
||||||
|
"continue. Do you really want to continue?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:24
|
||||||
|
msgid "Yes, I really want to reset my password now"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/lostpassword.php:27
|
||||||
|
msgid "Request reset"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/resetpassword.php:4
|
||||||
|
msgid "Your password was reset"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/resetpassword.php:5
|
||||||
|
msgid "To login page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/resetpassword.php:8
|
||||||
|
msgid "New password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lostpassword/templates/resetpassword.php:11
|
||||||
|
msgid "Reset password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: strings.php:5
|
||||||
|
msgid "Personal"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: strings.php:6
|
||||||
|
msgid "Users"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: strings.php:7 templates/layout.user.php:110
|
||||||
|
msgid "Apps"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: strings.php:8
|
||||||
|
msgid "Admin"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: strings.php:9
|
||||||
|
msgid "Help"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: tags/controller.php:22
|
||||||
|
msgid "Error loading tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: tags/controller.php:48
|
||||||
|
msgid "Tag already exists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: tags/controller.php:64
|
||||||
|
msgid "Error deleting tag(s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: tags/controller.php:75
|
||||||
|
msgid "Error tagging"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: tags/controller.php:86
|
||||||
|
msgid "Error untagging"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: tags/controller.php:97
|
||||||
|
msgid "Error favoriting"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: tags/controller.php:108
|
||||||
|
msgid "Error unfavoriting"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/403.php:12
|
||||||
|
msgid "Access forbidden"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/404.php:15
|
||||||
|
msgid "Cloud not found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/altmail.php:2
|
||||||
|
#, php-format
|
||||||
|
msgid ""
|
||||||
|
"Hey there,\n"
|
||||||
|
"\n"
|
||||||
|
"just letting you know that %s shared %s with you.\n"
|
||||||
|
"View it: %s\n"
|
||||||
|
"\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/altmail.php:4
|
||||||
|
#, php-format
|
||||||
|
msgid ""
|
||||||
|
"The share will expire on %s.\n"
|
||||||
|
"\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/altmail.php:6 templates/mail.php:19
|
||||||
|
msgid "Cheers!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:24 templates/installation.php:31
|
||||||
|
#: templates/installation.php:38
|
||||||
|
msgid "Security Warning"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:25
|
||||||
|
msgid "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:26
|
||||||
|
#, php-format
|
||||||
|
msgid "Please update your PHP installation to use %s securely."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:32
|
||||||
|
msgid ""
|
||||||
|
"No secure random number generator is available, please enable the PHP "
|
||||||
|
"OpenSSL extension."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:33
|
||||||
|
msgid ""
|
||||||
|
"Without a secure random number generator an attacker may be able to predict "
|
||||||
|
"password reset tokens and take over your account."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:39
|
||||||
|
msgid ""
|
||||||
|
"Your data directory and files are probably accessible from the internet "
|
||||||
|
"because the .htaccess file does not work."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:41
|
||||||
|
#, php-format
|
||||||
|
msgid ""
|
||||||
|
"For information how to properly configure your server, please see the <a "
|
||||||
|
"href=\"%s\" target=\"_blank\">documentation</a>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:47
|
||||||
|
msgid "Create an <strong>admin account</strong>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:66
|
||||||
|
msgid "Advanced"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:73
|
||||||
|
msgid "Data folder"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:85
|
||||||
|
msgid "Configure the database"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:90 templates/installation.php:102
|
||||||
|
#: templates/installation.php:113 templates/installation.php:124
|
||||||
|
#: templates/installation.php:136
|
||||||
|
msgid "will be used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:148
|
||||||
|
msgid "Database user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:155
|
||||||
|
msgid "Database password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:160
|
||||||
|
msgid "Database name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:168
|
||||||
|
msgid "Database tablespace"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:175
|
||||||
|
msgid "Database host"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:184
|
||||||
|
msgid "Finish setup"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/installation.php:184
|
||||||
|
msgid "Finishing …"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.user.php:43
|
||||||
|
#, php-format
|
||||||
|
msgid "%s is available. Get more information on how to update."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/layout.user.php:71
|
||||||
|
msgid "Log out"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:9
|
||||||
|
msgid "Automatic logon rejected!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:10
|
||||||
|
msgid ""
|
||||||
|
"If you did not change your password recently, your account may be "
|
||||||
|
"compromised!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:12
|
||||||
|
msgid "Please change your password to secure your account again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:17
|
||||||
|
msgid "Server side authentication failed!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:18
|
||||||
|
msgid "Please contact your administrator."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:38
|
||||||
|
msgid "Lost your password?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:43
|
||||||
|
msgid "remember"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:46
|
||||||
|
msgid "Log in"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/login.php:52
|
||||||
|
msgid "Alternative Logins"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/mail.php:15
|
||||||
|
#, php-format
|
||||||
|
msgid ""
|
||||||
|
"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a "
|
||||||
|
"href=\"%s\">View it!</a><br><br>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/mail.php:17
|
||||||
|
#, php-format
|
||||||
|
msgid "The share will expire on %s.<br><br>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/update.php:3
|
||||||
|
#, php-format
|
||||||
|
msgid "Updating ownCloud to version %s, this may take a while."
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,359 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
|
"PO-Revision-Date: 2013-10-18 09:31+0000\n"
|
||||||
|
"Last-Translator: masensio <masensio@solidgear.es>\n"
|
||||||
|
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: ru_RU\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: ajax/move.php:17
|
||||||
|
#, php-format
|
||||||
|
msgid "Could not move %s - File with this name already exists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/move.php:27 ajax/move.php:30
|
||||||
|
#, php-format
|
||||||
|
msgid "Could not move %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:18 ajax/upload.php:50
|
||||||
|
msgid "Unable to set upload directory."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:27
|
||||||
|
msgid "Invalid Token"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:64
|
||||||
|
msgid "No file was uploaded. Unknown error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:71
|
||||||
|
msgid "There is no error, the file uploaded with success"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:72
|
||||||
|
msgid ""
|
||||||
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:74
|
||||||
|
msgid ""
|
||||||
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
|
||||||
|
"the HTML form"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:75
|
||||||
|
msgid "The uploaded file was only partially uploaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:76
|
||||||
|
msgid "No file was uploaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:77
|
||||||
|
msgid "Missing a temporary folder"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:78
|
||||||
|
msgid "Failed to write to disk"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:96
|
||||||
|
msgid "Not enough storage available"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:127 ajax/upload.php:153
|
||||||
|
msgid "Upload failed. Could not get file info."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:143
|
||||||
|
msgid "Upload failed. Could not find uploaded file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/upload.php:170
|
||||||
|
msgid "Invalid directory."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: appinfo/app.php:11
|
||||||
|
msgid "Files"
|
||||||
|
msgstr "Файлы"
|
||||||
|
|
||||||
|
#: js/file-upload.js:228
|
||||||
|
msgid "Unable to upload {filename} as it is a directory or has 0 bytes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/file-upload.js:239
|
||||||
|
msgid "Not enough space available"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/file-upload.js:306
|
||||||
|
msgid "Upload cancelled."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/file-upload.js:340
|
||||||
|
msgid "Could not get result from server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/file-upload.js:430
|
||||||
|
msgid ""
|
||||||
|
"File upload is in progress. Leaving the page now will cancel the upload."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/file-upload.js:504
|
||||||
|
msgid "URL cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/file-upload.js:509 lib/app.php:53
|
||||||
|
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/file-upload.js:544 js/file-upload.js:560 js/files.js:518 js/files.js:556
|
||||||
|
msgid "Error"
|
||||||
|
msgstr "Ошибка"
|
||||||
|
|
||||||
|
#: js/fileactions.js:125
|
||||||
|
msgid "Share"
|
||||||
|
msgstr "Сделать общим"
|
||||||
|
|
||||||
|
#: js/fileactions.js:137
|
||||||
|
msgid "Delete permanently"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/fileactions.js:194
|
||||||
|
msgid "Rename"
|
||||||
|
msgstr "Переименовать"
|
||||||
|
|
||||||
|
#: js/filelist.js:71 js/filelist.js:74 js/filelist.js:797
|
||||||
|
msgid "Pending"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:416 js/filelist.js:418
|
||||||
|
msgid "{new_name} already exists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:416 js/filelist.js:418
|
||||||
|
msgid "replace"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:416
|
||||||
|
msgid "suggest name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:416 js/filelist.js:418
|
||||||
|
msgid "cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:463
|
||||||
|
msgid "replaced {new_name} with {old_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:463
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:533 js/filelist.js:599 js/files.js:587
|
||||||
|
msgid "%n folder"
|
||||||
|
msgid_plural "%n folders"
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
|
||||||
|
#: js/filelist.js:534 js/filelist.js:600 js/files.js:593
|
||||||
|
msgid "%n file"
|
||||||
|
msgid_plural "%n files"
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
|
||||||
|
#: js/filelist.js:541
|
||||||
|
msgid "{dirs} and {files}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/filelist.js:736 js/filelist.js:774
|
||||||
|
msgid "Uploading %n file"
|
||||||
|
msgid_plural "Uploading %n files"
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
|
||||||
|
#: js/files.js:25
|
||||||
|
msgid "'.' is an invalid file name."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:29
|
||||||
|
msgid "File name cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:37
|
||||||
|
msgid ""
|
||||||
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||||
|
"allowed."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:51
|
||||||
|
msgid "Your storage is full, files can not be updated or synced anymore!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:55
|
||||||
|
msgid "Your storage is almost full ({usedSpacePercent}%)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:68
|
||||||
|
msgid ""
|
||||||
|
"Encryption App is enabled but your keys are not initialized, please log-out "
|
||||||
|
"and log-in again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:72
|
||||||
|
msgid ""
|
||||||
|
"Invalid private key for Encryption App. Please update your private key "
|
||||||
|
"password in your personal settings to recover access to your encrypted "
|
||||||
|
"files."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:76
|
||||||
|
msgid ""
|
||||||
|
"Encryption was disabled but your files are still encrypted. Please go to "
|
||||||
|
"your personal settings to decrypt your files."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:307
|
||||||
|
msgid ""
|
||||||
|
"Your download is being prepared. This might take some time if the files are "
|
||||||
|
"big."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:518 js/files.js:556
|
||||||
|
msgid "Error moving file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:569 templates/index.php:56
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:570 templates/index.php:68
|
||||||
|
msgid "Size"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/files.js:571 templates/index.php:70
|
||||||
|
msgid "Modified"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/app.php:73
|
||||||
|
#, php-format
|
||||||
|
msgid "%s could not be renamed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/helper.php:11 templates/index.php:16
|
||||||
|
msgid "Upload"
|
||||||
|
msgstr "Загрузка"
|
||||||
|
|
||||||
|
#: templates/admin.php:5
|
||||||
|
msgid "File handling"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:7
|
||||||
|
msgid "Maximum upload size"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:10
|
||||||
|
msgid "max. possible: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:15
|
||||||
|
msgid "Needed for multi-file and folder downloads."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:17
|
||||||
|
msgid "Enable ZIP-download"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:20
|
||||||
|
msgid "0 is unlimited"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:22
|
||||||
|
msgid "Maximum input size for ZIP files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:26
|
||||||
|
msgid "Save"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:5
|
||||||
|
msgid "New"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:8
|
||||||
|
msgid "Text file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:10
|
||||||
|
msgid "Folder"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:12
|
||||||
|
msgid "From link"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:29
|
||||||
|
msgid "Deleted files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:34
|
||||||
|
msgid "Cancel upload"
|
||||||
|
msgstr "Отмена загрузки"
|
||||||
|
|
||||||
|
#: templates/index.php:40
|
||||||
|
msgid "You don’t have write permissions here."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:45
|
||||||
|
msgid "Nothing in here. Upload something!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:62
|
||||||
|
msgid "Download"
|
||||||
|
msgstr "Загрузка"
|
||||||
|
|
||||||
|
#: templates/index.php:75 templates/index.php:76
|
||||||
|
msgid "Unshare"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:81 templates/index.php:82
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:95
|
||||||
|
msgid "Upload too large"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:97
|
||||||
|
msgid ""
|
||||||
|
"The files you are trying to upload exceed the maximum size for file uploads "
|
||||||
|
"on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:102
|
||||||
|
msgid "Files are being scanned, please wait."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:105
|
||||||
|
msgid "Current scanning"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/upgrade.php:2
|
||||||
|
msgid "Upgrading filesystem cache..."
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,197 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
|
"PO-Revision-Date: 2013-10-18 09:15+0000\n"
|
||||||
|
"Last-Translator: masensio <masensio@solidgear.es>\n"
|
||||||
|
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: ru_RU\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: ajax/adminrecovery.php:29
|
||||||
|
msgid "Recovery key successfully enabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/adminrecovery.php:34
|
||||||
|
msgid ""
|
||||||
|
"Could not enable recovery key. Please check your recovery key password!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/adminrecovery.php:48
|
||||||
|
msgid "Recovery key successfully disabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/adminrecovery.php:53
|
||||||
|
msgid ""
|
||||||
|
"Could not disable recovery key. Please check your recovery key password!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/changeRecoveryPassword.php:49
|
||||||
|
msgid "Password successfully changed."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/changeRecoveryPassword.php:51
|
||||||
|
msgid "Could not change the password. Maybe the old password was not correct."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/updatePrivateKeyPassword.php:52
|
||||||
|
msgid "Private key password successfully updated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/updatePrivateKeyPassword.php:54
|
||||||
|
msgid ""
|
||||||
|
"Could not update the private key password. Maybe the old password was not "
|
||||||
|
"correct."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: files/error.php:12
|
||||||
|
msgid ""
|
||||||
|
"Encryption app not initialized! Maybe the encryption app was re-enabled "
|
||||||
|
"during your session. Please try to log out and log back in to initialize the"
|
||||||
|
" encryption app."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: files/error.php:15
|
||||||
|
msgid ""
|
||||||
|
"Your private key is not valid! Likely your password was changed outside the "
|
||||||
|
"ownCloud system (e.g. your corporate directory). You can update your private"
|
||||||
|
" key password in your personal settings to recover access to your encrypted "
|
||||||
|
"files."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: files/error.php:18
|
||||||
|
msgid ""
|
||||||
|
"Can not decrypt this file, probably this is a shared file. Please ask the "
|
||||||
|
"file owner to reshare the file with you."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: files/error.php:21 files/error.php:26
|
||||||
|
msgid ""
|
||||||
|
"Unknown error please check your system settings or contact your "
|
||||||
|
"administrator"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: hooks/hooks.php:53
|
||||||
|
msgid "Missing requirements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: hooks/hooks.php:54
|
||||||
|
msgid ""
|
||||||
|
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
|
||||||
|
"together with the PHP extension is enabled and configured properly. For now,"
|
||||||
|
" the encryption app has been disabled."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: hooks/hooks.php:252
|
||||||
|
msgid "Following users are not set up for encryption:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings-admin.js:13
|
||||||
|
msgid "Saving..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/invalid_private_key.php:8
|
||||||
|
msgid "Go directly to your "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/invalid_private_key.php:8
|
||||||
|
msgid "personal settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:4 templates/settings-personal.php:3
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:7
|
||||||
|
msgid ""
|
||||||
|
"Enable recovery key (allow to recover users files in case of password loss):"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:11
|
||||||
|
msgid "Recovery key password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:14
|
||||||
|
msgid "Repeat Recovery key password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:21 templates/settings-personal.php:51
|
||||||
|
msgid "Enabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:29 templates/settings-personal.php:59
|
||||||
|
msgid "Disabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:34
|
||||||
|
msgid "Change recovery key password:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:40
|
||||||
|
msgid "Old Recovery key password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:47
|
||||||
|
msgid "New Recovery key password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:53
|
||||||
|
msgid "Repeat New Recovery key password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-admin.php:58
|
||||||
|
msgid "Change Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-personal.php:9
|
||||||
|
msgid "Your private key password no longer match your log-in password:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-personal.php:12
|
||||||
|
msgid "Set your old private key password to your current log-in password."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-personal.php:14
|
||||||
|
msgid ""
|
||||||
|
" If you don't remember your old password you can ask your administrator to "
|
||||||
|
"recover your files."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-personal.php:22
|
||||||
|
msgid "Old log-in password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-personal.php:28
|
||||||
|
msgid "Current log-in password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-personal.php:33
|
||||||
|
msgid "Update Private Key Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-personal.php:42
|
||||||
|
msgid "Enable password recovery:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-personal.php:44
|
||||||
|
msgid ""
|
||||||
|
"Enabling this option will allow you to reobtain access to your encrypted "
|
||||||
|
"files in case of password loss"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-personal.php:60
|
||||||
|
msgid "File recovery settings updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings-personal.php:61
|
||||||
|
msgid "Could not update file recovery"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,123 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
|
"PO-Revision-Date: 2013-10-18 09:15+0000\n"
|
||||||
|
"Last-Translator: masensio <masensio@solidgear.es>\n"
|
||||||
|
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: ru_RU\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:8 js/google.js:39
|
||||||
|
msgid "Access granted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/dropbox.js:30 js/dropbox.js:96 js/dropbox.js:102
|
||||||
|
msgid "Error configuring Dropbox storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/dropbox.js:65 js/google.js:86
|
||||||
|
msgid "Grant access"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/dropbox.js:101
|
||||||
|
msgid "Please provide a valid Dropbox app key and secret."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/google.js:42 js/google.js:121
|
||||||
|
msgid "Error configuring Google Drive storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/config.php:453
|
||||||
|
msgid ""
|
||||||
|
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
|
||||||
|
"is not possible. Please ask your system administrator to install it."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/config.php:457
|
||||||
|
msgid ""
|
||||||
|
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting"
|
||||||
|
" of FTP shares is not possible. Please ask your system administrator to "
|
||||||
|
"install it."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/config.php:460
|
||||||
|
msgid ""
|
||||||
|
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. "
|
||||||
|
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
|
||||||
|
"your system administrator to install it."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:3
|
||||||
|
msgid "External Storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:9 templates/settings.php:28
|
||||||
|
msgid "Folder name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:10
|
||||||
|
msgid "External storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:11
|
||||||
|
msgid "Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:12
|
||||||
|
msgid "Options"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:13
|
||||||
|
msgid "Applicable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:33
|
||||||
|
msgid "Add storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:90
|
||||||
|
msgid "None set"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:91
|
||||||
|
msgid "All Users"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:92
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:100
|
||||||
|
msgid "Users"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:113 templates/settings.php:114
|
||||||
|
#: templates/settings.php:149 templates/settings.php:150
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:129
|
||||||
|
msgid "Enable User External Storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:130
|
||||||
|
msgid "Allow users to mount their own external storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:141
|
||||||
|
msgid "SSL root certificates"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:159
|
||||||
|
msgid "Import Root Certificate"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,80 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
|
"PO-Revision-Date: 2013-10-18 09:31+0000\n"
|
||||||
|
"Last-Translator: masensio <masensio@solidgear.es>\n"
|
||||||
|
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: ru_RU\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: templates/authenticate.php:4
|
||||||
|
msgid "This share is password-protected"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/authenticate.php:7
|
||||||
|
msgid "The password is wrong. Try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/authenticate.php:10
|
||||||
|
msgid "Password"
|
||||||
|
msgstr "Пароль"
|
||||||
|
|
||||||
|
#: templates/part.404.php:3
|
||||||
|
msgid "Sorry, this link doesn’t seem to work anymore."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/part.404.php:4
|
||||||
|
msgid "Reasons might be:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/part.404.php:6
|
||||||
|
msgid "the item was removed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/part.404.php:7
|
||||||
|
msgid "the link expired"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/part.404.php:8
|
||||||
|
msgid "sharing is disabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/part.404.php:10
|
||||||
|
msgid "For more info, please ask the person who sent this link."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/public.php:17
|
||||||
|
#, php-format
|
||||||
|
msgid "%s shared the folder %s with you"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/public.php:20
|
||||||
|
#, php-format
|
||||||
|
msgid "%s shared the file %s with you"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/public.php:28 templates/public.php:94
|
||||||
|
msgid "Download"
|
||||||
|
msgstr "Загрузка"
|
||||||
|
|
||||||
|
#: templates/public.php:45 templates/public.php:48
|
||||||
|
msgid "Upload"
|
||||||
|
msgstr "Загрузка"
|
||||||
|
|
||||||
|
#: templates/public.php:58
|
||||||
|
msgid "Cancel upload"
|
||||||
|
msgstr "Отмена загрузки"
|
||||||
|
|
||||||
|
#: templates/public.php:91
|
||||||
|
msgid "No preview available for"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,60 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
|
"PO-Revision-Date: 2013-10-18 09:31+0000\n"
|
||||||
|
"Last-Translator: masensio <masensio@solidgear.es>\n"
|
||||||
|
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: ru_RU\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: ajax/delete.php:42
|
||||||
|
#, php-format
|
||||||
|
msgid "Couldn't delete %s permanently"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/undelete.php:42
|
||||||
|
#, php-format
|
||||||
|
msgid "Couldn't restore %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/trash.js:18 js/trash.js:44 js/trash.js:121 js/trash.js:149
|
||||||
|
msgid "Error"
|
||||||
|
msgstr "Ошибка"
|
||||||
|
|
||||||
|
#: lib/trashbin.php:814 lib/trashbin.php:816
|
||||||
|
msgid "restored"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:8
|
||||||
|
msgid "Nothing in here. Your trash bin is empty!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:22
|
||||||
|
msgid "Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:25 templates/index.php:27
|
||||||
|
msgid "Restore"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:33
|
||||||
|
msgid "Deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/index.php:36 templates/index.php:37
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/part.breadcrumb.php:9
|
||||||
|
msgid "Deleted Files"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,43 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
|
"PO-Revision-Date: 2013-10-18 09:15+0000\n"
|
||||||
|
"Last-Translator: masensio <masensio@solidgear.es>\n"
|
||||||
|
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: ru_RU\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: ajax/rollbackVersion.php:13
|
||||||
|
#, php-format
|
||||||
|
msgid "Could not revert: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/versions.js:14
|
||||||
|
msgid "Versions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/versions.js:60
|
||||||
|
msgid "Failed to revert {file} to revision {timestamp}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/versions.js:86
|
||||||
|
msgid "More versions..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/versions.js:123
|
||||||
|
msgid "No other versions available"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/versions.js:154
|
||||||
|
msgid "Restore"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,341 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
|
"PO-Revision-Date: 2013-10-18 09:31+0000\n"
|
||||||
|
"Last-Translator: masensio <masensio@solidgear.es>\n"
|
||||||
|
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: ru_RU\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: private/app.php:243
|
||||||
|
#, php-format
|
||||||
|
msgid ""
|
||||||
|
"App \"%s\" can't be installed because it is not compatible with this version"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/app.php:254
|
||||||
|
msgid "No app name specified"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/app.php:359
|
||||||
|
msgid "Help"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/app.php:372
|
||||||
|
msgid "Personal"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/app.php:383
|
||||||
|
msgid "Settings"
|
||||||
|
msgstr "Настройки"
|
||||||
|
|
||||||
|
#: private/app.php:395
|
||||||
|
msgid "Users"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/app.php:408
|
||||||
|
msgid "Admin"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/app.php:872
|
||||||
|
#, php-format
|
||||||
|
msgid "Failed to upgrade \"%s\"."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/avatar.php:60
|
||||||
|
msgid "Unknown filetype"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/avatar.php:65
|
||||||
|
msgid "Invalid image"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/defaults.php:36
|
||||||
|
msgid "web services under your control"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/files.php:66 private/files.php:98
|
||||||
|
#, php-format
|
||||||
|
msgid "cannot open \"%s\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/files.php:226
|
||||||
|
msgid "ZIP download is turned off."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/files.php:227
|
||||||
|
msgid "Files need to be downloaded one by one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/files.php:228 private/files.php:256
|
||||||
|
msgid "Back to Files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/files.php:253
|
||||||
|
msgid "Selected files too large to generate zip file."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/files.php:254
|
||||||
|
msgid ""
|
||||||
|
"Download the files in smaller chunks, seperately or kindly ask your "
|
||||||
|
"administrator."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/installer.php:63
|
||||||
|
msgid "No source specified when installing app"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/installer.php:70
|
||||||
|
msgid "No href specified when installing app from http"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/installer.php:75
|
||||||
|
msgid "No path specified when installing app from local file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/installer.php:89
|
||||||
|
#, php-format
|
||||||
|
msgid "Archives of type %s are not supported"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/installer.php:103
|
||||||
|
msgid "Failed to open archive when installing app"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/installer.php:125
|
||||||
|
msgid "App does not provide an info.xml file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/installer.php:131
|
||||||
|
msgid "App can't be installed because of not allowed code in the App"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/installer.php:140
|
||||||
|
msgid ""
|
||||||
|
"App can't be installed because it is not compatible with this version of "
|
||||||
|
"ownCloud"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/installer.php:146
|
||||||
|
msgid ""
|
||||||
|
"App can't be installed because it contains the <shipped>true</shipped> tag "
|
||||||
|
"which is not allowed for non shipped apps"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/installer.php:152
|
||||||
|
msgid ""
|
||||||
|
"App can't be installed because the version in info.xml/version is not the "
|
||||||
|
"same as the version reported from the app store"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/installer.php:162
|
||||||
|
msgid "App directory already exists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/installer.php:175
|
||||||
|
#, php-format
|
||||||
|
msgid "Can't create app folder. Please fix permissions. %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/json.php:28
|
||||||
|
msgid "Application is not enabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/json.php:39 private/json.php:62 private/json.php:73
|
||||||
|
msgid "Authentication error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/json.php:51
|
||||||
|
msgid "Token expired. Please reload page."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/search/provider/file.php:18 private/search/provider/file.php:36
|
||||||
|
msgid "Files"
|
||||||
|
msgstr "Файлы"
|
||||||
|
|
||||||
|
#: private/search/provider/file.php:27 private/search/provider/file.php:34
|
||||||
|
msgid "Text"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/search/provider/file.php:30
|
||||||
|
msgid "Images"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup/abstractdatabase.php:22
|
||||||
|
#, php-format
|
||||||
|
msgid "%s enter the database username."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup/abstractdatabase.php:25
|
||||||
|
#, php-format
|
||||||
|
msgid "%s enter the database name."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup/abstractdatabase.php:28
|
||||||
|
#, php-format
|
||||||
|
msgid "%s you may not use dots in the database name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup/mssql.php:20
|
||||||
|
#, php-format
|
||||||
|
msgid "MS SQL username and/or password not valid: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup/mssql.php:21 private/setup/mysql.php:13
|
||||||
|
#: private/setup/oci.php:114 private/setup/postgresql.php:24
|
||||||
|
#: private/setup/postgresql.php:70
|
||||||
|
msgid "You need to enter either an existing account or the administrator."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup/mysql.php:12
|
||||||
|
msgid "MySQL username and/or password not valid"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup/mysql.php:67 private/setup/oci.php:54
|
||||||
|
#: private/setup/oci.php:121 private/setup/oci.php:147
|
||||||
|
#: private/setup/oci.php:154 private/setup/oci.php:165
|
||||||
|
#: private/setup/oci.php:172 private/setup/oci.php:181
|
||||||
|
#: private/setup/oci.php:189 private/setup/oci.php:198
|
||||||
|
#: private/setup/oci.php:204 private/setup/postgresql.php:89
|
||||||
|
#: private/setup/postgresql.php:98 private/setup/postgresql.php:115
|
||||||
|
#: private/setup/postgresql.php:125 private/setup/postgresql.php:134
|
||||||
|
#, php-format
|
||||||
|
msgid "DB Error: \"%s\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup/mysql.php:68 private/setup/oci.php:55
|
||||||
|
#: private/setup/oci.php:122 private/setup/oci.php:148
|
||||||
|
#: private/setup/oci.php:155 private/setup/oci.php:166
|
||||||
|
#: private/setup/oci.php:182 private/setup/oci.php:190
|
||||||
|
#: private/setup/oci.php:199 private/setup/postgresql.php:90
|
||||||
|
#: private/setup/postgresql.php:99 private/setup/postgresql.php:116
|
||||||
|
#: private/setup/postgresql.php:126 private/setup/postgresql.php:135
|
||||||
|
#, php-format
|
||||||
|
msgid "Offending command was: \"%s\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup/mysql.php:85
|
||||||
|
#, php-format
|
||||||
|
msgid "MySQL user '%s'@'localhost' exists already."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup/mysql.php:86
|
||||||
|
msgid "Drop this user from MySQL"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup/mysql.php:91
|
||||||
|
#, php-format
|
||||||
|
msgid "MySQL user '%s'@'%%' already exists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup/mysql.php:92
|
||||||
|
msgid "Drop this user from MySQL."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup/oci.php:34
|
||||||
|
msgid "Oracle connection could not be established"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup/oci.php:41 private/setup/oci.php:113
|
||||||
|
msgid "Oracle username and/or password not valid"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup/oci.php:173 private/setup/oci.php:205
|
||||||
|
#, php-format
|
||||||
|
msgid "Offending command was: \"%s\", name: %s, password: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup/postgresql.php:23 private/setup/postgresql.php:69
|
||||||
|
msgid "PostgreSQL username and/or password not valid"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup.php:28
|
||||||
|
msgid "Set an admin username."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup.php:31
|
||||||
|
msgid "Set an admin password."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup.php:184
|
||||||
|
msgid ""
|
||||||
|
"Your web server is not yet properly setup to allow files synchronization "
|
||||||
|
"because the WebDAV interface seems to be broken."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/setup.php:185
|
||||||
|
#, php-format
|
||||||
|
msgid "Please double check the <a href='%s'>installation guides</a>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/tags.php:194
|
||||||
|
#, php-format
|
||||||
|
msgid "Could not find category \"%s\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/template/functions.php:122
|
||||||
|
msgid "seconds ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/template/functions.php:123
|
||||||
|
msgid "%n minute ago"
|
||||||
|
msgid_plural "%n minutes ago"
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
|
||||||
|
#: private/template/functions.php:124
|
||||||
|
msgid "%n hour ago"
|
||||||
|
msgid_plural "%n hours ago"
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
|
||||||
|
#: private/template/functions.php:125
|
||||||
|
msgid "today"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/template/functions.php:126
|
||||||
|
msgid "yesterday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/template/functions.php:128
|
||||||
|
msgid "%n day go"
|
||||||
|
msgid_plural "%n days ago"
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
|
||||||
|
#: private/template/functions.php:130
|
||||||
|
msgid "last month"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/template/functions.php:131
|
||||||
|
msgid "%n month ago"
|
||||||
|
msgid_plural "%n months ago"
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
|
||||||
|
#: private/template/functions.php:133
|
||||||
|
msgid "last year"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/template/functions.php:134
|
||||||
|
msgid "years ago"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: private/template.php:297
|
||||||
|
msgid "Caused by:"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,609 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
|
"PO-Revision-Date: 2013-10-18 09:31+0000\n"
|
||||||
|
"Last-Translator: masensio <masensio@solidgear.es>\n"
|
||||||
|
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: ru_RU\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: ajax/apps/ocs.php:20
|
||||||
|
msgid "Unable to load list from App Store"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
|
||||||
|
#: ajax/togglegroups.php:20 changepassword/controller.php:55
|
||||||
|
msgid "Authentication error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/changedisplayname.php:31
|
||||||
|
msgid "Your display name has been changed."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/changedisplayname.php:34
|
||||||
|
msgid "Unable to change display name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/creategroup.php:10
|
||||||
|
msgid "Group already exists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/creategroup.php:19
|
||||||
|
msgid "Unable to add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/lostpassword.php:12
|
||||||
|
msgid "Email saved"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/lostpassword.php:14
|
||||||
|
msgid "Invalid email"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/removegroup.php:13
|
||||||
|
msgid "Unable to delete group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/removeuser.php:25
|
||||||
|
msgid "Unable to delete user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/setlanguage.php:15
|
||||||
|
msgid "Language changed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/setlanguage.php:17 ajax/setlanguage.php:20
|
||||||
|
msgid "Invalid request"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/togglegroups.php:12
|
||||||
|
msgid "Admins can't remove themself from the admin group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/togglegroups.php:30
|
||||||
|
#, php-format
|
||||||
|
msgid "Unable to add user to group %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/togglegroups.php:36
|
||||||
|
#, php-format
|
||||||
|
msgid "Unable to remove user from group %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/updateapp.php:14
|
||||||
|
msgid "Couldn't update app."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: changepassword/controller.php:20
|
||||||
|
msgid "Wrong password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: changepassword/controller.php:42
|
||||||
|
msgid "No user supplied"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: changepassword/controller.php:74
|
||||||
|
msgid ""
|
||||||
|
"Please provide an admin recovery password, otherwise all user data will be "
|
||||||
|
"lost"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: changepassword/controller.php:79
|
||||||
|
msgid ""
|
||||||
|
"Wrong admin recovery password. Please check the password and try again."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: changepassword/controller.php:87
|
||||||
|
msgid ""
|
||||||
|
"Back-end doesn't support password change, but the users encryption key was "
|
||||||
|
"successfully updated."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: changepassword/controller.php:92 changepassword/controller.php:103
|
||||||
|
msgid "Unable to change password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/apps.js:43
|
||||||
|
msgid "Update to {appversion}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/apps.js:49 js/apps.js:82 js/apps.js:110
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
|
||||||
|
msgid "Enable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/apps.js:71
|
||||||
|
msgid "Please wait...."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/apps.js:79 js/apps.js:80 js/apps.js:101
|
||||||
|
msgid "Error while disabling app"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/apps.js:100 js/apps.js:114 js/apps.js:115
|
||||||
|
msgid "Error while enabling app"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/apps.js:125
|
||||||
|
msgid "Updating...."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/apps.js:128
|
||||||
|
msgid "Error while updating app"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/apps.js:128
|
||||||
|
msgid "Error"
|
||||||
|
msgstr "Ошибка"
|
||||||
|
|
||||||
|
#: js/apps.js:129 templates/apps.php:43
|
||||||
|
msgid "Update"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/apps.js:132
|
||||||
|
msgid "Updated"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/personal.js:220
|
||||||
|
msgid "Select a profile picture"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/personal.js:265
|
||||||
|
msgid "Decrypting files... Please wait, this can take some time."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/personal.js:287
|
||||||
|
msgid "Saving..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:47
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:47
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:79
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:95 templates/users.php:26 templates/users.php:90
|
||||||
|
#: templates/users.php:118
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:100 templates/users.php:92 templates/users.php:130
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:123 templates/users.php:170
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:280
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:442
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:443 js/users.js:449 js/users.js:464
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:448
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: personal.php:45 personal.php:46
|
||||||
|
msgid "__language_name__"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:15
|
||||||
|
msgid "Security Warning"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:18
|
||||||
|
msgid ""
|
||||||
|
"Your data directory and your files are probably accessible from the "
|
||||||
|
"internet. The .htaccess file is not working. We strongly suggest that you "
|
||||||
|
"configure your webserver in a way that the data directory is no longer "
|
||||||
|
"accessible or you move the data directory outside the webserver document "
|
||||||
|
"root."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:29
|
||||||
|
msgid "Setup Warning"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:32
|
||||||
|
msgid ""
|
||||||
|
"Your web server is not yet properly setup to allow files synchronization "
|
||||||
|
"because the WebDAV interface seems to be broken."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:33
|
||||||
|
#, php-format
|
||||||
|
msgid "Please double check the <a href=\"%s\">installation guides</a>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:44
|
||||||
|
msgid "Module 'fileinfo' missing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:47
|
||||||
|
msgid ""
|
||||||
|
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this "
|
||||||
|
"module to get best results with mime-type detection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:58
|
||||||
|
msgid "Locale not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:63
|
||||||
|
#, php-format
|
||||||
|
msgid ""
|
||||||
|
"System locale can't be set to %s. This means that there might be problems "
|
||||||
|
"with certain characters in file names. We strongly suggest to install the "
|
||||||
|
"required packages on your system to support %s."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:78
|
||||||
|
msgid ""
|
||||||
|
"This server has no working internet connection. This means that some of the "
|
||||||
|
"features like mounting of external storage, notifications about updates or "
|
||||||
|
"installation of 3rd party apps don´t work. Accessing files from remote and "
|
||||||
|
"sending of notification emails might also not work. We suggest to enable "
|
||||||
|
"internet connection for this server if you want to have all features."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:92
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:99
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:107
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service to call cron.php once a minute "
|
||||||
|
"over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:115
|
||||||
|
msgid "Use systems cron service to call the cron.php file once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:120
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:126
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:127
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:134
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:135
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:143
|
||||||
|
msgid "Allow public uploads"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:144
|
||||||
|
msgid ""
|
||||||
|
"Allow users to enable others to upload into their publicly shared folders"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:152
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:153
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:160
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:163
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:170
|
||||||
|
msgid "Allow mail notification"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:171
|
||||||
|
msgid "Allow user to send mail notification for shared files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:191
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
#, php-format
|
||||||
|
msgid "Forces the clients to connect to %s via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:199
|
||||||
|
#, php-format
|
||||||
|
msgid ""
|
||||||
|
"Please connect to your %s via HTTPS to enable or disable the SSL "
|
||||||
|
"enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:211
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:212
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:243
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:244
|
||||||
|
msgid "Less"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:250 templates/personal.php:169
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:254 templates/personal.php:172
|
||||||
|
msgid ""
|
||||||
|
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||||
|
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||||
|
"href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is "
|
||||||
|
"licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" "
|
||||||
|
"target=\"_blank\"><abbr title=\"Affero General Public "
|
||||||
|
"License\">AGPL</abbr></a>."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/apps.php:13
|
||||||
|
msgid "Add your App"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/apps.php:28
|
||||||
|
msgid "More Apps"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/apps.php:33
|
||||||
|
msgid "Select an App"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/apps.php:39
|
||||||
|
msgid "See application page at apps.owncloud.com"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/apps.php:41
|
||||||
|
msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/help.php:4
|
||||||
|
msgid "User Documentation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/help.php:6
|
||||||
|
msgid "Administrator Documentation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/help.php:9
|
||||||
|
msgid "Online Documentation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/help.php:11
|
||||||
|
msgid "Forum"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/help.php:14
|
||||||
|
msgid "Bugtracker"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/help.php:17
|
||||||
|
msgid "Commercial Support"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:8
|
||||||
|
msgid "Get the apps to sync your files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:19
|
||||||
|
msgid "Show First Run Wizard again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:27
|
||||||
|
#, php-format
|
||||||
|
msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:39 templates/users.php:23 templates/users.php:89
|
||||||
|
msgid "Password"
|
||||||
|
msgstr "Пароль"
|
||||||
|
|
||||||
|
#: templates/personal.php:40
|
||||||
|
msgid "Your password was changed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:41
|
||||||
|
msgid "Unable to change your password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:42
|
||||||
|
msgid "Current password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:44
|
||||||
|
msgid "New password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:46
|
||||||
|
msgid "Change password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:58 templates/users.php:88
|
||||||
|
msgid "Display Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:73
|
||||||
|
msgid "Email"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:75
|
||||||
|
msgid "Your email address"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:76
|
||||||
|
msgid "Fill in an email address to enable password recovery"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:86
|
||||||
|
msgid "Profile picture"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:90
|
||||||
|
msgid "Upload new"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:92
|
||||||
|
msgid "Select new from Files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:93
|
||||||
|
msgid "Remove image"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:94
|
||||||
|
msgid "Either png or jpg. Ideally square but you will be able to crop it."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:97
|
||||||
|
msgid "Abort"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:98
|
||||||
|
msgid "Choose as profile image"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:106 templates/personal.php:107
|
||||||
|
msgid "Language"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:126
|
||||||
|
msgid "Help translate"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:133
|
||||||
|
msgid "WebDAV"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:135
|
||||||
|
#, php-format
|
||||||
|
msgid ""
|
||||||
|
"Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" "
|
||||||
|
"target=\"_blank\">access your Files via WebDAV</a>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:146
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:148
|
||||||
|
msgid "The encryption app is no longer enabled, decrypt all your file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:154
|
||||||
|
msgid "Log-in password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/personal.php:159
|
||||||
|
msgid "Decrypt all Files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:21
|
||||||
|
msgid "Login Name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:30
|
||||||
|
msgid "Create"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:36
|
||||||
|
msgid "Admin Recovery Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:37 templates/users.php:38
|
||||||
|
msgid ""
|
||||||
|
"Enter the recovery password in order to recover the users files during "
|
||||||
|
"password change"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:42
|
||||||
|
msgid "Default Storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:48 templates/users.php:148
|
||||||
|
msgid "Unlimited"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:66 templates/users.php:163
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:87
|
||||||
|
msgid "Username"
|
||||||
|
msgstr "Имя пользователя"
|
||||||
|
|
||||||
|
#: templates/users.php:94
|
||||||
|
msgid "Storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:108
|
||||||
|
msgid "change display name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:112
|
||||||
|
msgid "set new password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/users.php:143
|
||||||
|
msgid "Default"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,410 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
|
"PO-Revision-Date: 2013-10-18 09:31+0000\n"
|
||||||
|
"Last-Translator: masensio <masensio@solidgear.es>\n"
|
||||||
|
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: ru_RU\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: ajax/clearMappings.php:34
|
||||||
|
msgid "Failed to clear the mappings."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/deleteConfiguration.php:34
|
||||||
|
msgid "Failed to delete the server configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/testConfiguration.php:37
|
||||||
|
msgid "The configuration is valid and the connection could be established!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/testConfiguration.php:40
|
||||||
|
msgid ""
|
||||||
|
"The configuration is valid, but the Bind failed. Please check the server "
|
||||||
|
"settings and credentials."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ajax/testConfiguration.php:44
|
||||||
|
msgid ""
|
||||||
|
"The configuration is invalid. Please look in the ownCloud log for further "
|
||||||
|
"details."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:66
|
||||||
|
msgid "Deletion failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:82
|
||||||
|
msgid "Take over settings from recent server configuration?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:83
|
||||||
|
msgid "Keep settings?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:97
|
||||||
|
msgid "Cannot add server configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:111
|
||||||
|
msgid "mappings cleared"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:112
|
||||||
|
msgid "Success"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:117
|
||||||
|
msgid "Error"
|
||||||
|
msgstr "Ошибка"
|
||||||
|
|
||||||
|
#: js/settings.js:141
|
||||||
|
msgid "Connection test succeeded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:146
|
||||||
|
msgid "Connection test failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:156
|
||||||
|
msgid "Do you really want to delete the current Server Configuration?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/settings.js:157
|
||||||
|
msgid "Confirm Deletion"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:9
|
||||||
|
msgid ""
|
||||||
|
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
|
||||||
|
" experience unexpected behavior. Please ask your system administrator to "
|
||||||
|
"disable one of them."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:12
|
||||||
|
msgid ""
|
||||||
|
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not "
|
||||||
|
"work. Please ask your system administrator to install it."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:16
|
||||||
|
msgid "Server configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:32
|
||||||
|
msgid "Add Server Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:37
|
||||||
|
msgid "Host"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:39
|
||||||
|
msgid ""
|
||||||
|
"You can omit the protocol, except you require SSL. Then start with ldaps://"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:40
|
||||||
|
msgid "Base DN"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:41
|
||||||
|
msgid "One Base DN per line"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:42
|
||||||
|
msgid "You can specify Base DN for users and groups in the Advanced tab"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:44
|
||||||
|
msgid "User DN"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:46
|
||||||
|
msgid ""
|
||||||
|
"The DN of the client user with which the bind shall be done, e.g. "
|
||||||
|
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
|
||||||
|
"empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:47
|
||||||
|
msgid "Password"
|
||||||
|
msgstr "Пароль"
|
||||||
|
|
||||||
|
#: templates/settings.php:50
|
||||||
|
msgid "For anonymous access, leave DN and Password empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:51
|
||||||
|
msgid "User Login Filter"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:54
|
||||||
|
#, php-format
|
||||||
|
msgid ""
|
||||||
|
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
||||||
|
"username in the login action. Example: \"uid=%%uid\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:55
|
||||||
|
msgid "User List Filter"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:58
|
||||||
|
msgid ""
|
||||||
|
"Defines the filter to apply, when retrieving users (no placeholders). "
|
||||||
|
"Example: \"objectClass=person\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:59
|
||||||
|
msgid "Group Filter"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:62
|
||||||
|
msgid ""
|
||||||
|
"Defines the filter to apply, when retrieving groups (no placeholders). "
|
||||||
|
"Example: \"objectClass=posixGroup\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:66
|
||||||
|
msgid "Connection Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:68
|
||||||
|
msgid "Configuration Active"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:68
|
||||||
|
msgid "When unchecked, this configuration will be skipped."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:69
|
||||||
|
msgid "Port"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:70
|
||||||
|
msgid "Backup (Replica) Host"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:70
|
||||||
|
msgid ""
|
||||||
|
"Give an optional backup host. It must be a replica of the main LDAP/AD "
|
||||||
|
"server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:71
|
||||||
|
msgid "Backup (Replica) Port"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:72
|
||||||
|
msgid "Disable Main Server"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:72
|
||||||
|
msgid "Only connect to the replica server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:73
|
||||||
|
msgid "Use TLS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:73
|
||||||
|
msgid "Do not use it additionally for LDAPS connections, it will fail."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:74
|
||||||
|
msgid "Case insensitve LDAP server (Windows)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:75
|
||||||
|
msgid "Turn off SSL certificate validation."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:75
|
||||||
|
#, php-format
|
||||||
|
msgid ""
|
||||||
|
"Not recommended, use it for testing only! If connection only works with this"
|
||||||
|
" option, import the LDAP server's SSL certificate in your %s server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:76
|
||||||
|
msgid "Cache Time-To-Live"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:76
|
||||||
|
msgid "in seconds. A change empties the cache."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:78
|
||||||
|
msgid "Directory Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:80
|
||||||
|
msgid "User Display Name Field"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:80
|
||||||
|
msgid "The LDAP attribute to use to generate the user's display name."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:81
|
||||||
|
msgid "Base User Tree"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:81
|
||||||
|
msgid "One User Base DN per line"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:82
|
||||||
|
msgid "User Search Attributes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:82 templates/settings.php:85
|
||||||
|
msgid "Optional; one attribute per line"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:83
|
||||||
|
msgid "Group Display Name Field"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:83
|
||||||
|
msgid "The LDAP attribute to use to generate the groups's display name."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:84
|
||||||
|
msgid "Base Group Tree"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:84
|
||||||
|
msgid "One Group Base DN per line"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:85
|
||||||
|
msgid "Group Search Attributes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:86
|
||||||
|
msgid "Group-Member association"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:88
|
||||||
|
msgid "Special Attributes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:90
|
||||||
|
msgid "Quota Field"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:91
|
||||||
|
msgid "Quota Default"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:91
|
||||||
|
msgid "in bytes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:92
|
||||||
|
msgid "Email Field"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:93
|
||||||
|
msgid "User Home Folder Naming Rule"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:93
|
||||||
|
msgid ""
|
||||||
|
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
|
||||||
|
"attribute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:98
|
||||||
|
msgid "Internal Username"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:99
|
||||||
|
msgid ""
|
||||||
|
"By default the internal username will be created from the UUID attribute. It"
|
||||||
|
" makes sure that the username is unique and characters do not need to be "
|
||||||
|
"converted. The internal username has the restriction that only these "
|
||||||
|
"characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced "
|
||||||
|
"with their ASCII correspondence or simply omitted. On collisions a number "
|
||||||
|
"will be added/increased. The internal username is used to identify a user "
|
||||||
|
"internally. It is also the default name for the user home folder. It is also"
|
||||||
|
" a part of remote URLs, for instance for all *DAV services. With this "
|
||||||
|
"setting, the default behavior can be overridden. To achieve a similar "
|
||||||
|
"behavior as before ownCloud 5 enter the user display name attribute in the "
|
||||||
|
"following field. Leave it empty for default behavior. Changes will have "
|
||||||
|
"effect only on newly mapped (added) LDAP users."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:100
|
||||||
|
msgid "Internal Username Attribute:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:101
|
||||||
|
msgid "Override UUID detection"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:102
|
||||||
|
msgid ""
|
||||||
|
"By default, the UUID attribute is automatically detected. The UUID attribute"
|
||||||
|
" is used to doubtlessly identify LDAP users and groups. Also, the internal "
|
||||||
|
"username will be created based on the UUID, if not specified otherwise "
|
||||||
|
"above. You can override the setting and pass an attribute of your choice. "
|
||||||
|
"You must make sure that the attribute of your choice can be fetched for both"
|
||||||
|
" users and groups and it is unique. Leave it empty for default behavior. "
|
||||||
|
"Changes will have effect only on newly mapped (added) LDAP users and groups."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:103
|
||||||
|
msgid "UUID Attribute for Users:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:104
|
||||||
|
msgid "UUID Attribute for Groups:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:105
|
||||||
|
msgid "Username-LDAP User Mapping"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:106
|
||||||
|
msgid ""
|
||||||
|
"Usernames are used to store and assign (meta) data. In order to precisely "
|
||||||
|
"identify and recognize users, each LDAP user will have a internal username. "
|
||||||
|
"This requires a mapping from username to LDAP user. The created username is "
|
||||||
|
"mapped to the UUID of the LDAP user. Additionally the DN is cached as well "
|
||||||
|
"to reduce LDAP interaction, but it is not used for identification. If the DN"
|
||||||
|
" changes, the changes will be found. The internal username is used all over."
|
||||||
|
" Clearing the mappings will have leftovers everywhere. Clearing the mappings"
|
||||||
|
" is not configuration sensitive, it affects all LDAP configurations! Never "
|
||||||
|
"clear the mappings in a production environment, only in a testing or "
|
||||||
|
"experimental stage."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:107
|
||||||
|
msgid "Clear Username-LDAP User Mapping"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:107
|
||||||
|
msgid "Clear Groupname-LDAP Group Mapping"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:109
|
||||||
|
msgid "Test Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:109
|
||||||
|
msgid "Help"
|
||||||
|
msgstr ""
|
|
@ -0,0 +1,36 @@
|
||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# AnnaSch <cdewqazxsqwe@gmail.com>, 2013
|
||||||
|
# AnnaSch <cdewqazxsqwe@gmail.com>, 2012
|
||||||
|
# skoptev <skoptev@ukr.net>, 2012
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: ownCloud\n"
|
||||||
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
|
"PO-Revision-Date: 2013-10-18 09:15+0000\n"
|
||||||
|
"Last-Translator: masensio <masensio@solidgear.es>\n"
|
||||||
|
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: ru_RU\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#: templates/settings.php:3
|
||||||
|
msgid "WebDAV Authentication"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:4
|
||||||
|
msgid "Address: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/settings.php:7
|
||||||
|
msgid ""
|
||||||
|
"The user credentials will be sent to this address. This plugin checks the "
|
||||||
|
"response and will interpret the HTTP statuscodes 401 and 403 as invalid "
|
||||||
|
"credentials, and all other responses as valid credentials."
|
||||||
|
msgstr ""
|
|
@ -9,9 +9,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-10-16 00:26-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: 2013-10-14 00:41+0000\n"
|
"PO-Revision-Date: 2013-10-18 21:00+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: mhh <marian.hvolka@stuba.sk>\n"
|
||||||
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
|
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -27,9 +27,9 @@ msgstr "%s s Vami zdieľa »%s«"
|
||||||
#: ajax/share.php:168
|
#: ajax/share.php:168
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Couldn't send mail to following users: %s "
|
msgid "Couldn't send mail to following users: %s "
|
||||||
msgstr ""
|
msgstr "Nebolo možné odoslať email týmto používateľom: %s "
|
||||||
|
|
||||||
#: ajax/share.php:327
|
#: ajax/share.php:327 js/share.js:338
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "skupina"
|
msgstr "skupina"
|
||||||
|
|
||||||
|
@ -60,23 +60,23 @@ msgstr "... %d%% dokončených ..."
|
||||||
|
|
||||||
#: avatar/controller.php:62
|
#: avatar/controller.php:62
|
||||||
msgid "No image or file provided"
|
msgid "No image or file provided"
|
||||||
msgstr ""
|
msgstr "Obrázok alebo súbor nebol zadaný"
|
||||||
|
|
||||||
#: avatar/controller.php:81
|
#: avatar/controller.php:81
|
||||||
msgid "Unknown filetype"
|
msgid "Unknown filetype"
|
||||||
msgstr ""
|
msgstr "Neznámy typ súboru"
|
||||||
|
|
||||||
#: avatar/controller.php:85
|
#: avatar/controller.php:85
|
||||||
msgid "Invalid image"
|
msgid "Invalid image"
|
||||||
msgstr ""
|
msgstr "Chybný obrázok"
|
||||||
|
|
||||||
#: avatar/controller.php:115 avatar/controller.php:142
|
#: avatar/controller.php:115 avatar/controller.php:142
|
||||||
msgid "No temporary profile picture available, try again"
|
msgid "No temporary profile picture available, try again"
|
||||||
msgstr ""
|
msgstr "Dočasný profilový obrázok nie je k dispozícii, skúste to znovu"
|
||||||
|
|
||||||
#: avatar/controller.php:135
|
#: avatar/controller.php:135
|
||||||
msgid "No crop data provided"
|
msgid "No crop data provided"
|
||||||
msgstr ""
|
msgstr "Dáta pre orezanie neboli zadané"
|
||||||
|
|
||||||
#: js/config.php:32
|
#: js/config.php:32
|
||||||
msgid "Sunday"
|
msgid "Sunday"
|
||||||
|
@ -220,7 +220,7 @@ msgstr "Výber"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:146
|
#: js/oc-dialogs.js:146
|
||||||
msgid "Error loading file picker template: {error}"
|
msgid "Error loading file picker template: {error}"
|
||||||
msgstr ""
|
msgstr "Chyba pri nahrávaní šablóny výberu súborov: {error}"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:172
|
#: js/oc-dialogs.js:172
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
|
@ -236,28 +236,28 @@ msgstr "Ok"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:219
|
#: js/oc-dialogs.js:219
|
||||||
msgid "Error loading message template: {error}"
|
msgid "Error loading message template: {error}"
|
||||||
msgstr ""
|
msgstr "Chyba pri nahrávaní šablóny správy: {error}"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:347
|
#: js/oc-dialogs.js:347
|
||||||
msgid "{count} file conflict"
|
msgid "{count} file conflict"
|
||||||
msgid_plural "{count} file conflicts"
|
msgid_plural "{count} file conflicts"
|
||||||
msgstr[0] ""
|
msgstr[0] "{count} konflikt súboru"
|
||||||
msgstr[1] ""
|
msgstr[1] "{count} konflikty súboru"
|
||||||
msgstr[2] ""
|
msgstr[2] "{count} konfliktov súboru"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:361
|
#: js/oc-dialogs.js:361
|
||||||
msgid "One file conflict"
|
msgid "One file conflict"
|
||||||
msgstr ""
|
msgstr "Jeden konflikt súboru"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:367
|
#: js/oc-dialogs.js:367
|
||||||
msgid "Which files do you want to keep?"
|
msgid "Which files do you want to keep?"
|
||||||
msgstr ""
|
msgstr "Ktoré súbory chcete ponechať?"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:368
|
#: js/oc-dialogs.js:368
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you select both versions, the copied file will have a number added to its"
|
"If you select both versions, the copied file will have a number added to its"
|
||||||
" name."
|
" name."
|
||||||
msgstr ""
|
msgstr "Ak zvolíte obe verzie, názov nakopírovaného súboru bude doplnený o číslo."
|
||||||
|
|
||||||
#: js/oc-dialogs.js:376
|
#: js/oc-dialogs.js:376
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
|
@ -265,158 +265,158 @@ msgstr "Zrušiť"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:386
|
#: js/oc-dialogs.js:386
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr ""
|
msgstr "Pokračovať"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:433 js/oc-dialogs.js:446
|
#: js/oc-dialogs.js:433 js/oc-dialogs.js:446
|
||||||
msgid "(all selected)"
|
msgid "(all selected)"
|
||||||
msgstr ""
|
msgstr "(všetko vybrané)"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:436 js/oc-dialogs.js:449
|
#: js/oc-dialogs.js:436 js/oc-dialogs.js:449
|
||||||
msgid "({count} selected)"
|
msgid "({count} selected)"
|
||||||
msgstr ""
|
msgstr "({count} vybraných)"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:457
|
#: js/oc-dialogs.js:457
|
||||||
msgid "Error loading file exists template"
|
msgid "Error loading file exists template"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:30 js/share.js:45 js/share.js:87
|
#: js/share.js:51 js/share.js:66 js/share.js:106
|
||||||
msgid "Shared"
|
msgid "Shared"
|
||||||
msgstr "Zdieľané"
|
msgstr "Zdieľané"
|
||||||
|
|
||||||
#: js/share.js:90
|
#: js/share.js:109
|
||||||
msgid "Share"
|
msgid "Share"
|
||||||
msgstr "Zdieľať"
|
msgstr "Zdieľať"
|
||||||
|
|
||||||
#: js/share.js:130 js/share.js:143 js/share.js:150 js/share.js:667
|
#: js/share.js:149 js/share.js:162 js/share.js:169 js/share.js:701
|
||||||
#: js/share.js:679
|
#: js/share.js:713
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Chyba"
|
msgstr "Chyba"
|
||||||
|
|
||||||
#: js/share.js:132 js/share.js:707
|
#: js/share.js:151 js/share.js:741
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
msgstr "Chyba počas zdieľania"
|
msgstr "Chyba počas zdieľania"
|
||||||
|
|
||||||
#: js/share.js:143
|
#: js/share.js:162
|
||||||
msgid "Error while unsharing"
|
msgid "Error while unsharing"
|
||||||
msgstr "Chyba počas ukončenia zdieľania"
|
msgstr "Chyba počas ukončenia zdieľania"
|
||||||
|
|
||||||
#: js/share.js:150
|
#: js/share.js:169
|
||||||
msgid "Error while changing permissions"
|
msgid "Error while changing permissions"
|
||||||
msgstr "Chyba počas zmeny oprávnení"
|
msgstr "Chyba počas zmeny oprávnení"
|
||||||
|
|
||||||
#: js/share.js:159
|
#: js/share.js:178
|
||||||
msgid "Shared with you and the group {group} by {owner}"
|
msgid "Shared with you and the group {group} by {owner}"
|
||||||
msgstr "Zdieľané s vami a so skupinou {group} používateľom {owner}"
|
msgstr "Zdieľané s vami a so skupinou {group} používateľom {owner}"
|
||||||
|
|
||||||
#: js/share.js:161
|
#: js/share.js:180
|
||||||
msgid "Shared with you by {owner}"
|
msgid "Shared with you by {owner}"
|
||||||
msgstr "Zdieľané s vami používateľom {owner}"
|
msgstr "Zdieľané s vami používateľom {owner}"
|
||||||
|
|
||||||
#: js/share.js:184
|
#: js/share.js:203
|
||||||
msgid "Share with"
|
msgid "Share with"
|
||||||
msgstr "Zdieľať s"
|
msgstr "Zdieľať s"
|
||||||
|
|
||||||
#: js/share.js:189
|
#: js/share.js:220
|
||||||
msgid "Share with link"
|
msgid "Share with link"
|
||||||
msgstr "Zdieľať cez odkaz"
|
msgstr "Zdieľať cez odkaz"
|
||||||
|
|
||||||
#: js/share.js:192
|
#: js/share.js:223
|
||||||
msgid "Password protect"
|
msgid "Password protect"
|
||||||
msgstr "Chrániť heslom"
|
msgstr "Chrániť heslom"
|
||||||
|
|
||||||
#: js/share.js:194 templates/installation.php:57 templates/login.php:32
|
#: js/share.js:225 templates/installation.php:57 templates/login.php:32
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Heslo"
|
msgstr "Heslo"
|
||||||
|
|
||||||
#: js/share.js:199
|
#: js/share.js:230
|
||||||
msgid "Allow Public Upload"
|
msgid "Allow Public Upload"
|
||||||
msgstr "Povoliť verejné nahrávanie"
|
msgstr "Povoliť verejné nahrávanie"
|
||||||
|
|
||||||
#: js/share.js:203
|
#: js/share.js:234
|
||||||
msgid "Email link to person"
|
msgid "Email link to person"
|
||||||
msgstr "Odoslať odkaz emailom"
|
msgstr "Odoslať odkaz emailom"
|
||||||
|
|
||||||
#: js/share.js:204
|
#: js/share.js:235
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr "Odoslať"
|
msgstr "Odoslať"
|
||||||
|
|
||||||
#: js/share.js:209
|
#: js/share.js:240
|
||||||
msgid "Set expiration date"
|
msgid "Set expiration date"
|
||||||
msgstr "Nastaviť dátum expirácie"
|
msgstr "Nastaviť dátum expirácie"
|
||||||
|
|
||||||
#: js/share.js:210
|
#: js/share.js:241
|
||||||
msgid "Expiration date"
|
msgid "Expiration date"
|
||||||
msgstr "Dátum expirácie"
|
msgstr "Dátum expirácie"
|
||||||
|
|
||||||
#: js/share.js:243
|
#: js/share.js:274
|
||||||
msgid "Share via email:"
|
msgid "Share via email:"
|
||||||
msgstr "Zdieľať cez e-mail:"
|
msgstr "Zdieľať cez e-mail:"
|
||||||
|
|
||||||
#: js/share.js:246
|
#: js/share.js:277
|
||||||
msgid "No people found"
|
msgid "No people found"
|
||||||
msgstr "Používateľ nenájdený"
|
msgstr "Používateľ nenájdený"
|
||||||
|
|
||||||
#: js/share.js:284
|
#: js/share.js:315
|
||||||
msgid "Resharing is not allowed"
|
msgid "Resharing is not allowed"
|
||||||
msgstr "Zdieľanie už zdieľanej položky nie je povolené"
|
msgstr "Zdieľanie už zdieľanej položky nie je povolené"
|
||||||
|
|
||||||
#: js/share.js:320
|
#: js/share.js:354
|
||||||
msgid "Shared in {item} with {user}"
|
msgid "Shared in {item} with {user}"
|
||||||
msgstr "Zdieľané v {item} s {user}"
|
msgstr "Zdieľané v {item} s {user}"
|
||||||
|
|
||||||
#: js/share.js:341
|
#: js/share.js:375
|
||||||
msgid "Unshare"
|
msgid "Unshare"
|
||||||
msgstr "Zrušiť zdieľanie"
|
msgstr "Zrušiť zdieľanie"
|
||||||
|
|
||||||
#: js/share.js:353
|
#: js/share.js:387
|
||||||
msgid "notify user by email"
|
msgid "notify user by email"
|
||||||
msgstr ""
|
msgstr "upozorniť používateľa emailom"
|
||||||
|
|
||||||
#: js/share.js:361
|
#: js/share.js:395
|
||||||
msgid "can edit"
|
msgid "can edit"
|
||||||
msgstr "môže upraviť"
|
msgstr "môže upraviť"
|
||||||
|
|
||||||
#: js/share.js:363
|
#: js/share.js:397
|
||||||
msgid "access control"
|
msgid "access control"
|
||||||
msgstr "prístupové práva"
|
msgstr "prístupové práva"
|
||||||
|
|
||||||
#: js/share.js:366
|
#: js/share.js:400
|
||||||
msgid "create"
|
msgid "create"
|
||||||
msgstr "vytvoriť"
|
msgstr "vytvoriť"
|
||||||
|
|
||||||
#: js/share.js:369
|
#: js/share.js:403
|
||||||
msgid "update"
|
msgid "update"
|
||||||
msgstr "aktualizovať"
|
msgstr "aktualizovať"
|
||||||
|
|
||||||
#: js/share.js:372
|
#: js/share.js:406
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "vymazať"
|
msgstr "vymazať"
|
||||||
|
|
||||||
#: js/share.js:375
|
#: js/share.js:409
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr "zdieľať"
|
msgstr "zdieľať"
|
||||||
|
|
||||||
#: js/share.js:409 js/share.js:654
|
#: js/share.js:443 js/share.js:688
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr "Chránené heslom"
|
msgstr "Chránené heslom"
|
||||||
|
|
||||||
#: js/share.js:667
|
#: js/share.js:701
|
||||||
msgid "Error unsetting expiration date"
|
msgid "Error unsetting expiration date"
|
||||||
msgstr "Chyba pri odstraňovaní dátumu expirácie"
|
msgstr "Chyba pri odstraňovaní dátumu expirácie"
|
||||||
|
|
||||||
#: js/share.js:679
|
#: js/share.js:713
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr "Chyba pri nastavení dátumu expirácie"
|
msgstr "Chyba pri nastavení dátumu expirácie"
|
||||||
|
|
||||||
#: js/share.js:694
|
#: js/share.js:728
|
||||||
msgid "Sending ..."
|
msgid "Sending ..."
|
||||||
msgstr "Odosielam ..."
|
msgstr "Odosielam ..."
|
||||||
|
|
||||||
#: js/share.js:705
|
#: js/share.js:739
|
||||||
msgid "Email sent"
|
msgid "Email sent"
|
||||||
msgstr "Email odoslaný"
|
msgstr "Email odoslaný"
|
||||||
|
|
||||||
#: js/share.js:729
|
#: js/share.js:763
|
||||||
msgid "Warning"
|
msgid "Warning"
|
||||||
msgstr "Varovanie"
|
msgstr "Varovanie"
|
||||||
|
|
||||||
|
@ -426,7 +426,7 @@ msgstr "Nešpecifikovaný typ objektu."
|
||||||
|
|
||||||
#: js/tags.js:13
|
#: js/tags.js:13
|
||||||
msgid "Enter new"
|
msgid "Enter new"
|
||||||
msgstr ""
|
msgstr "Zadať nový"
|
||||||
|
|
||||||
#: js/tags.js:27
|
#: js/tags.js:27
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
|
@ -438,15 +438,15 @@ msgstr "Pridať"
|
||||||
|
|
||||||
#: js/tags.js:39
|
#: js/tags.js:39
|
||||||
msgid "Edit tags"
|
msgid "Edit tags"
|
||||||
msgstr ""
|
msgstr "Upraviť štítky"
|
||||||
|
|
||||||
#: js/tags.js:57
|
#: js/tags.js:57
|
||||||
msgid "Error loading dialog template: {error}"
|
msgid "Error loading dialog template: {error}"
|
||||||
msgstr ""
|
msgstr "Chyba pri načítaní šablóny dialógu: {error}"
|
||||||
|
|
||||||
#: js/tags.js:261
|
#: js/tags.js:261
|
||||||
msgid "No tags selected for deletion."
|
msgid "No tags selected for deletion."
|
||||||
msgstr ""
|
msgstr "Nie sú vybraté štítky na zmazanie."
|
||||||
|
|
||||||
#: js/update.js:17
|
#: js/update.js:17
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -528,7 +528,7 @@ msgstr "Osobné"
|
||||||
msgid "Users"
|
msgid "Users"
|
||||||
msgstr "Používatelia"
|
msgstr "Používatelia"
|
||||||
|
|
||||||
#: strings.php:7 templates/layout.user.php:109
|
#: strings.php:7 templates/layout.user.php:110
|
||||||
msgid "Apps"
|
msgid "Apps"
|
||||||
msgstr "Aplikácie"
|
msgstr "Aplikácie"
|
||||||
|
|
||||||
|
@ -542,31 +542,31 @@ msgstr "Pomoc"
|
||||||
|
|
||||||
#: tags/controller.php:22
|
#: tags/controller.php:22
|
||||||
msgid "Error loading tags"
|
msgid "Error loading tags"
|
||||||
msgstr ""
|
msgstr "Chyba pri načítaní štítkov"
|
||||||
|
|
||||||
#: tags/controller.php:48
|
#: tags/controller.php:48
|
||||||
msgid "Tag already exists"
|
msgid "Tag already exists"
|
||||||
msgstr ""
|
msgstr "Štítok už existuje"
|
||||||
|
|
||||||
#: tags/controller.php:64
|
#: tags/controller.php:64
|
||||||
msgid "Error deleting tag(s)"
|
msgid "Error deleting tag(s)"
|
||||||
msgstr ""
|
msgstr "Chyba pri mazaní štítka(ov)"
|
||||||
|
|
||||||
#: tags/controller.php:75
|
#: tags/controller.php:75
|
||||||
msgid "Error tagging"
|
msgid "Error tagging"
|
||||||
msgstr ""
|
msgstr "Chyba pri pridaní štítka"
|
||||||
|
|
||||||
#: tags/controller.php:86
|
#: tags/controller.php:86
|
||||||
msgid "Error untagging"
|
msgid "Error untagging"
|
||||||
msgstr ""
|
msgstr "Chyba pri odobratí štítka"
|
||||||
|
|
||||||
#: tags/controller.php:97
|
#: tags/controller.php:97
|
||||||
msgid "Error favoriting"
|
msgid "Error favoriting"
|
||||||
msgstr ""
|
msgstr "Chyba pri pridaní do obľúbených"
|
||||||
|
|
||||||
#: tags/controller.php:108
|
#: tags/controller.php:108
|
||||||
msgid "Error unfavoriting"
|
msgid "Error unfavoriting"
|
||||||
msgstr ""
|
msgstr "Chyba pri odobratí z obľúbených"
|
||||||
|
|
||||||
#: templates/403.php:12
|
#: templates/403.php:12
|
||||||
msgid "Access forbidden"
|
msgid "Access forbidden"
|
||||||
|
@ -584,18 +584,18 @@ msgid ""
|
||||||
"just letting you know that %s shared %s with you.\n"
|
"just letting you know that %s shared %s with you.\n"
|
||||||
"View it: %s\n"
|
"View it: %s\n"
|
||||||
"\n"
|
"\n"
|
||||||
msgstr ""
|
msgstr "Ahoj,\n\nchcem ti dať navedomie, že %s zdieľa %s s tebou.\nZobrazenie tu: %s\n\n"
|
||||||
|
|
||||||
#: templates/altmail.php:4
|
#: templates/altmail.php:4
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"The share will expire on %s.\n"
|
"The share will expire on %s.\n"
|
||||||
"\n"
|
"\n"
|
||||||
msgstr ""
|
msgstr "Zdieľanie vyexpiruje %s.\n\n"
|
||||||
|
|
||||||
#: templates/altmail.php:6 templates/mail.php:19
|
#: templates/altmail.php:6 templates/mail.php:19
|
||||||
msgid "Cheers!"
|
msgid "Cheers!"
|
||||||
msgstr ""
|
msgstr "Za zdravie!"
|
||||||
|
|
||||||
#: templates/installation.php:24 templates/installation.php:31
|
#: templates/installation.php:24 templates/installation.php:31
|
||||||
#: templates/installation.php:38
|
#: templates/installation.php:38
|
||||||
|
@ -684,14 +684,14 @@ msgstr "Dokončiť inštaláciu"
|
||||||
|
|
||||||
#: templates/installation.php:184
|
#: templates/installation.php:184
|
||||||
msgid "Finishing …"
|
msgid "Finishing …"
|
||||||
msgstr ""
|
msgstr "Dokončujem..."
|
||||||
|
|
||||||
#: templates/layout.user.php:42
|
#: templates/layout.user.php:43
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s is available. Get more information on how to update."
|
msgid "%s is available. Get more information on how to update."
|
||||||
msgstr "%s je dostupná. Získajte viac informácií k postupu aktualizáce."
|
msgstr "%s je dostupná. Získajte viac informácií k postupu aktualizáce."
|
||||||
|
|
||||||
#: templates/layout.user.php:70
|
#: templates/layout.user.php:71
|
||||||
msgid "Log out"
|
msgid "Log out"
|
||||||
msgstr "Odhlásiť"
|
msgstr "Odhlásiť"
|
||||||
|
|
||||||
|
@ -711,11 +711,11 @@ msgstr "Prosím, zmeňte svoje heslo pre opätovné zabezpečenie Vášho účtu
|
||||||
|
|
||||||
#: templates/login.php:17
|
#: templates/login.php:17
|
||||||
msgid "Server side authentication failed!"
|
msgid "Server side authentication failed!"
|
||||||
msgstr ""
|
msgstr "Autentifikácia na serveri zlyhala!"
|
||||||
|
|
||||||
#: templates/login.php:18
|
#: templates/login.php:18
|
||||||
msgid "Please contact your administrator."
|
msgid "Please contact your administrator."
|
||||||
msgstr ""
|
msgstr "Kontaktujte prosím vášho administrátora."
|
||||||
|
|
||||||
#: templates/login.php:38
|
#: templates/login.php:38
|
||||||
msgid "Lost your password?"
|
msgid "Lost your password?"
|
||||||
|
@ -738,12 +738,12 @@ msgstr "Alternatívne prihlasovanie"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a "
|
"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a "
|
||||||
"href=\"%s\">View it!</a><br><br>"
|
"href=\"%s\">View it!</a><br><br>"
|
||||||
msgstr ""
|
msgstr "Ahoj,<br><br>chcem ti dať navedomie, že %s zdieľa »%s« s tebou.<br><a href=\"%s\">Zobrazenie tu!</a><br><br>"
|
||||||
|
|
||||||
#: templates/mail.php:17
|
#: templates/mail.php:17
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "The share will expire on %s.<br><br>"
|
msgid "The share will expire on %s.<br><br>"
|
||||||
msgstr ""
|
msgstr "Zdieľanie vyexpiruje %s.<br><br>"
|
||||||
|
|
||||||
#: templates/update.php:3
|
#: templates/update.php:3
|
||||||
#, php-format
|
#, php-format
|
||||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-10-16 00:26-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: 2013-10-14 00:41+0000\n"
|
"PO-Revision-Date: 2013-10-18 21:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: mhh <marian.hvolka@stuba.sk>\n"
|
||||||
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
|
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -28,62 +28,62 @@ msgstr "Nie je možné presunúť %s - súbor s týmto menom už existuje"
|
||||||
msgid "Could not move %s"
|
msgid "Could not move %s"
|
||||||
msgstr "Nie je možné presunúť %s"
|
msgstr "Nie je možné presunúť %s"
|
||||||
|
|
||||||
#: ajax/upload.php:16 ajax/upload.php:45
|
#: ajax/upload.php:18 ajax/upload.php:50
|
||||||
msgid "Unable to set upload directory."
|
msgid "Unable to set upload directory."
|
||||||
msgstr "Nemožno nastaviť priečinok pre nahrané súbory."
|
msgstr "Nemožno nastaviť priečinok pre nahrané súbory."
|
||||||
|
|
||||||
#: ajax/upload.php:22
|
#: ajax/upload.php:27
|
||||||
msgid "Invalid Token"
|
msgid "Invalid Token"
|
||||||
msgstr "Neplatný token"
|
msgstr "Neplatný token"
|
||||||
|
|
||||||
#: ajax/upload.php:59
|
#: ajax/upload.php:64
|
||||||
msgid "No file was uploaded. Unknown error"
|
msgid "No file was uploaded. Unknown error"
|
||||||
msgstr "Žiaden súbor nebol odoslaný. Neznáma chyba"
|
msgstr "Žiaden súbor nebol odoslaný. Neznáma chyba"
|
||||||
|
|
||||||
#: ajax/upload.php:66
|
#: ajax/upload.php:71
|
||||||
msgid "There is no error, the file uploaded with success"
|
msgid "There is no error, the file uploaded with success"
|
||||||
msgstr "Nenastala žiadna chyba, súbor bol úspešne nahraný"
|
msgstr "Nenastala žiadna chyba, súbor bol úspešne nahraný"
|
||||||
|
|
||||||
#: ajax/upload.php:67
|
#: ajax/upload.php:72
|
||||||
msgid ""
|
msgid ""
|
||||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
|
||||||
msgstr "Nahraný súbor predčil konfiguračnú direktívu upload_max_filesize v súbore php.ini:"
|
msgstr "Nahraný súbor predčil konfiguračnú direktívu upload_max_filesize v súbore php.ini:"
|
||||||
|
|
||||||
#: ajax/upload.php:69
|
#: ajax/upload.php:74
|
||||||
msgid ""
|
msgid ""
|
||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
|
||||||
"the HTML form"
|
"the HTML form"
|
||||||
msgstr "Ukladaný súbor prekračuje nastavenie MAX_FILE_SIZE z volieb HTML formulára."
|
msgstr "Ukladaný súbor prekračuje nastavenie MAX_FILE_SIZE z volieb HTML formulára."
|
||||||
|
|
||||||
#: ajax/upload.php:70
|
#: ajax/upload.php:75
|
||||||
msgid "The uploaded file was only partially uploaded"
|
msgid "The uploaded file was only partially uploaded"
|
||||||
msgstr "Ukladaný súbor sa nahral len čiastočne"
|
msgstr "Ukladaný súbor sa nahral len čiastočne"
|
||||||
|
|
||||||
#: ajax/upload.php:71
|
#: ajax/upload.php:76
|
||||||
msgid "No file was uploaded"
|
msgid "No file was uploaded"
|
||||||
msgstr "Žiadny súbor nebol uložený"
|
msgstr "Žiadny súbor nebol uložený"
|
||||||
|
|
||||||
#: ajax/upload.php:72
|
#: ajax/upload.php:77
|
||||||
msgid "Missing a temporary folder"
|
msgid "Missing a temporary folder"
|
||||||
msgstr "Chýba dočasný priečinok"
|
msgstr "Chýba dočasný priečinok"
|
||||||
|
|
||||||
#: ajax/upload.php:73
|
#: ajax/upload.php:78
|
||||||
msgid "Failed to write to disk"
|
msgid "Failed to write to disk"
|
||||||
msgstr "Zápis na disk sa nepodaril"
|
msgstr "Zápis na disk sa nepodaril"
|
||||||
|
|
||||||
#: ajax/upload.php:91
|
#: ajax/upload.php:96
|
||||||
msgid "Not enough storage available"
|
msgid "Not enough storage available"
|
||||||
msgstr "Nedostatok dostupného úložného priestoru"
|
msgstr "Nedostatok dostupného úložného priestoru"
|
||||||
|
|
||||||
#: ajax/upload.php:122 ajax/upload.php:148
|
#: ajax/upload.php:127 ajax/upload.php:153
|
||||||
msgid "Upload failed. Could not get file info."
|
msgid "Upload failed. Could not get file info."
|
||||||
msgstr ""
|
msgstr "Nahrávanie zlyhalo. Nepodarilo sa získať informácie o súbore."
|
||||||
|
|
||||||
#: ajax/upload.php:138
|
#: ajax/upload.php:143
|
||||||
msgid "Upload failed. Could not find uploaded file"
|
msgid "Upload failed. Could not find uploaded file"
|
||||||
msgstr ""
|
msgstr "Nahrávanie zlyhalo. Nepodarilo sa nájsť nahrávaný súbor"
|
||||||
|
|
||||||
#: ajax/upload.php:165
|
#: ajax/upload.php:170
|
||||||
msgid "Invalid directory."
|
msgid "Invalid directory."
|
||||||
msgstr "Neplatný priečinok."
|
msgstr "Neplatný priečinok."
|
||||||
|
|
||||||
|
@ -91,52 +91,52 @@ msgstr "Neplatný priečinok."
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Súbory"
|
msgstr "Súbory"
|
||||||
|
|
||||||
#: js/file-upload.js:224
|
#: js/file-upload.js:228
|
||||||
msgid "Unable to upload {filename} as it is a directory or has 0 bytes"
|
msgid "Unable to upload {filename} as it is a directory or has 0 bytes"
|
||||||
msgstr ""
|
msgstr "Nemožno nahrať súbor {filename}, pretože je to priečinok, alebo má 0 bitov"
|
||||||
|
|
||||||
#: js/file-upload.js:235
|
#: js/file-upload.js:239
|
||||||
msgid "Not enough space available"
|
msgid "Not enough space available"
|
||||||
msgstr "Nie je k dispozícii dostatok miesta"
|
msgstr "Nie je k dispozícii dostatok miesta"
|
||||||
|
|
||||||
#: js/file-upload.js:302
|
#: js/file-upload.js:306
|
||||||
msgid "Upload cancelled."
|
msgid "Upload cancelled."
|
||||||
msgstr "Odosielanie zrušené."
|
msgstr "Odosielanie zrušené."
|
||||||
|
|
||||||
#: js/file-upload.js:336
|
#: js/file-upload.js:340
|
||||||
msgid "Could not get result from server."
|
msgid "Could not get result from server."
|
||||||
msgstr ""
|
msgstr "Nepodarilo sa dostať výsledky zo servera."
|
||||||
|
|
||||||
#: js/file-upload.js:426
|
#: js/file-upload.js:430
|
||||||
msgid ""
|
msgid ""
|
||||||
"File upload is in progress. Leaving the page now will cancel the upload."
|
"File upload is in progress. Leaving the page now will cancel the upload."
|
||||||
msgstr "Opustenie stránky zruší práve prebiehajúce odosielanie súboru."
|
msgstr "Opustenie stránky zruší práve prebiehajúce odosielanie súboru."
|
||||||
|
|
||||||
#: js/file-upload.js:500
|
#: js/file-upload.js:504
|
||||||
msgid "URL cannot be empty."
|
msgid "URL cannot be empty."
|
||||||
msgstr "URL nemôže byť prázdne."
|
msgstr "URL nemôže byť prázdne."
|
||||||
|
|
||||||
#: js/file-upload.js:505 lib/app.php:53
|
#: js/file-upload.js:509 lib/app.php:53
|
||||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
|
msgid "Invalid folder name. Usage of 'Shared' is reserved by ownCloud"
|
||||||
msgstr "Neplatný názov priečinka. Názov \"Shared\" je rezervovaný pre ownCloud"
|
msgstr "Neplatný názov priečinka. Názov \"Shared\" je rezervovaný pre ownCloud"
|
||||||
|
|
||||||
#: js/file-upload.js:540 js/file-upload.js:556 js/files.js:518 js/files.js:556
|
#: js/file-upload.js:544 js/file-upload.js:560 js/files.js:518 js/files.js:556
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Chyba"
|
msgstr "Chyba"
|
||||||
|
|
||||||
#: js/fileactions.js:119
|
#: js/fileactions.js:125
|
||||||
msgid "Share"
|
msgid "Share"
|
||||||
msgstr "Zdieľať"
|
msgstr "Zdieľať"
|
||||||
|
|
||||||
#: js/fileactions.js:131
|
#: js/fileactions.js:137
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr "Zmazať trvalo"
|
msgstr "Zmazať trvalo"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:194
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "Premenovať"
|
msgstr "Premenovať"
|
||||||
|
|
||||||
#: js/filelist.js:71 js/filelist.js:74 js/filelist.js:789
|
#: js/filelist.js:71 js/filelist.js:74 js/filelist.js:797
|
||||||
msgid "Pending"
|
msgid "Pending"
|
||||||
msgstr "Prebieha"
|
msgstr "Prebieha"
|
||||||
|
|
||||||
|
@ -180,9 +180,9 @@ msgstr[2] "%n súborov"
|
||||||
|
|
||||||
#: js/filelist.js:541
|
#: js/filelist.js:541
|
||||||
msgid "{dirs} and {files}"
|
msgid "{dirs} and {files}"
|
||||||
msgstr ""
|
msgstr "{dirs} a {files}"
|
||||||
|
|
||||||
#: js/filelist.js:732 js/filelist.js:770
|
#: js/filelist.js:736 js/filelist.js:774
|
||||||
msgid "Uploading %n file"
|
msgid "Uploading %n file"
|
||||||
msgid_plural "Uploading %n files"
|
msgid_plural "Uploading %n files"
|
||||||
msgstr[0] "Nahrávam %n súbor"
|
msgstr[0] "Nahrávam %n súbor"
|
||||||
|
@ -215,14 +215,14 @@ msgstr "Vaše úložisko je takmer plné ({usedSpacePercent}%)"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Encryption App is enabled but your keys are not initialized, please log-out "
|
"Encryption App is enabled but your keys are not initialized, please log-out "
|
||||||
"and log-in again"
|
"and log-in again"
|
||||||
msgstr ""
|
msgstr "Aplikácia na šifrovanie je zapnutá, ale vaše kľúče nie sú inicializované. Odhláste sa a znovu sa prihláste."
|
||||||
|
|
||||||
#: js/files.js:72
|
#: js/files.js:72
|
||||||
msgid ""
|
msgid ""
|
||||||
"Invalid private key for Encryption App. Please update your private key "
|
"Invalid private key for Encryption App. Please update your private key "
|
||||||
"password in your personal settings to recover access to your encrypted "
|
"password in your personal settings to recover access to your encrypted "
|
||||||
"files."
|
"files."
|
||||||
msgstr ""
|
msgstr "Chybný súkromný kľúč na šifrovanie aplikácií. Zaktualizujte si heslo súkromného kľúča v svojom osobnom nastavení, aby ste znovu získali prístup k svojim zašifrovaným súborom."
|
||||||
|
|
||||||
#: js/files.js:76
|
#: js/files.js:76
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -238,7 +238,7 @@ msgstr "Vaše sťahovanie sa pripravuje. Ak sú sťahované súbory veľké, mô
|
||||||
|
|
||||||
#: js/files.js:518 js/files.js:556
|
#: js/files.js:518 js/files.js:556
|
||||||
msgid "Error moving file"
|
msgid "Error moving file"
|
||||||
msgstr ""
|
msgstr "Chyba pri presúvaní súboru"
|
||||||
|
|
||||||
#: js/files.js:569 templates/index.php:56
|
#: js/files.js:569 templates/index.php:56
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
|
|
|
@ -9,8 +9,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-10-17 13:47-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: 2013-10-17 17:47+0000\n"
|
"PO-Revision-Date: 2013-10-18 21:00+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
|
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -57,11 +57,11 @@ msgstr "Zlyhala aktualizácia \"%s\"."
|
||||||
|
|
||||||
#: private/avatar.php:60
|
#: private/avatar.php:60
|
||||||
msgid "Unknown filetype"
|
msgid "Unknown filetype"
|
||||||
msgstr ""
|
msgstr "Neznámy typ súboru"
|
||||||
|
|
||||||
#: private/avatar.php:65
|
#: private/avatar.php:65
|
||||||
msgid "Invalid image"
|
msgid "Invalid image"
|
||||||
msgstr ""
|
msgstr "Chybný obrázok"
|
||||||
|
|
||||||
#: private/defaults.php:36
|
#: private/defaults.php:36
|
||||||
msgid "web services under your control"
|
msgid "web services under your control"
|
||||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-10-16 00:26-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: 2013-10-14 00:41+0000\n"
|
"PO-Revision-Date: 2013-10-18 21:50+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: mhh <marian.hvolka@stuba.sk>\n"
|
||||||
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
|
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -88,11 +88,11 @@ msgstr "Nemožno aktualizovať aplikáciu."
|
||||||
|
|
||||||
#: changepassword/controller.php:20
|
#: changepassword/controller.php:20
|
||||||
msgid "Wrong password"
|
msgid "Wrong password"
|
||||||
msgstr ""
|
msgstr "Nesprávne heslo"
|
||||||
|
|
||||||
#: changepassword/controller.php:42
|
#: changepassword/controller.php:42
|
||||||
msgid "No user supplied"
|
msgid "No user supplied"
|
||||||
msgstr ""
|
msgstr "Nebol uvedený používateľ"
|
||||||
|
|
||||||
#: changepassword/controller.php:74
|
#: changepassword/controller.php:74
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -113,7 +113,7 @@ msgstr ""
|
||||||
|
|
||||||
#: changepassword/controller.php:92 changepassword/controller.php:103
|
#: changepassword/controller.php:92 changepassword/controller.php:103
|
||||||
msgid "Unable to change password"
|
msgid "Unable to change password"
|
||||||
msgstr ""
|
msgstr "Zmena hesla sa nepodarila"
|
||||||
|
|
||||||
#: js/apps.js:43
|
#: js/apps.js:43
|
||||||
msgid "Update to {appversion}"
|
msgid "Update to {appversion}"
|
||||||
|
@ -161,7 +161,7 @@ msgstr "Aktualizované"
|
||||||
|
|
||||||
#: js/personal.js:220
|
#: js/personal.js:220
|
||||||
msgid "Select a profile picture"
|
msgid "Select a profile picture"
|
||||||
msgstr ""
|
msgstr "Vybrať profilový obrázok"
|
||||||
|
|
||||||
#: js/personal.js:265
|
#: js/personal.js:265
|
||||||
msgid "Decrypting files... Please wait, this can take some time."
|
msgid "Decrypting files... Please wait, this can take some time."
|
||||||
|
@ -344,11 +344,11 @@ msgstr "Povoliť používateľom zdieľať len s používateľmi v ich skupinác
|
||||||
|
|
||||||
#: templates/admin.php:170
|
#: templates/admin.php:170
|
||||||
msgid "Allow mail notification"
|
msgid "Allow mail notification"
|
||||||
msgstr ""
|
msgstr "Povoliť upozornenia emailom"
|
||||||
|
|
||||||
#: templates/admin.php:171
|
#: templates/admin.php:171
|
||||||
msgid "Allow user to send mail notification for shared files"
|
msgid "Allow user to send mail notification for shared files"
|
||||||
msgstr ""
|
msgstr "Povoliť používateľom upozornenia emailom pre svoje zdieľané súbory"
|
||||||
|
|
||||||
#: templates/admin.php:178
|
#: templates/admin.php:178
|
||||||
msgid "Security"
|
msgid "Security"
|
||||||
|
@ -503,15 +503,15 @@ msgstr "Profilová fotka"
|
||||||
|
|
||||||
#: templates/personal.php:90
|
#: templates/personal.php:90
|
||||||
msgid "Upload new"
|
msgid "Upload new"
|
||||||
msgstr ""
|
msgstr "Nahrať nový"
|
||||||
|
|
||||||
#: templates/personal.php:92
|
#: templates/personal.php:92
|
||||||
msgid "Select new from Files"
|
msgid "Select new from Files"
|
||||||
msgstr ""
|
msgstr "Vyberte nový zo Súborov"
|
||||||
|
|
||||||
#: templates/personal.php:93
|
#: templates/personal.php:93
|
||||||
msgid "Remove image"
|
msgid "Remove image"
|
||||||
msgstr ""
|
msgstr "Zmazať obrázok"
|
||||||
|
|
||||||
#: templates/personal.php:94
|
#: templates/personal.php:94
|
||||||
msgid "Either png or jpg. Ideally square but you will be able to crop it."
|
msgid "Either png or jpg. Ideally square but you will be able to crop it."
|
||||||
|
@ -519,11 +519,11 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/personal.php:97
|
#: templates/personal.php:97
|
||||||
msgid "Abort"
|
msgid "Abort"
|
||||||
msgstr ""
|
msgstr "Prerušiť"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
#: templates/personal.php:98
|
||||||
msgid "Choose as profile image"
|
msgid "Choose as profile image"
|
||||||
msgstr ""
|
msgstr "Vybrať ako profilový obrázok"
|
||||||
|
|
||||||
#: templates/personal.php:106 templates/personal.php:107
|
#: templates/personal.php:106 templates/personal.php:107
|
||||||
msgid "Language"
|
msgid "Language"
|
||||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-10-10 22:26-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: 2013-10-11 02:27+0000\n"
|
"PO-Revision-Date: 2013-10-18 21:30+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: mhh <marian.hvolka@stuba.sk>\n"
|
||||||
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
|
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -371,11 +371,11 @@ msgstr "V predvolenom nastavení je UUID atribút detekovaný automaticky. UUID
|
||||||
|
|
||||||
#: templates/settings.php:103
|
#: templates/settings.php:103
|
||||||
msgid "UUID Attribute for Users:"
|
msgid "UUID Attribute for Users:"
|
||||||
msgstr ""
|
msgstr "UUID atribút pre používateľov:"
|
||||||
|
|
||||||
#: templates/settings.php:104
|
#: templates/settings.php:104
|
||||||
msgid "UUID Attribute for Groups:"
|
msgid "UUID Attribute for Groups:"
|
||||||
msgstr ""
|
msgstr "UUID atribút pre skupiny:"
|
||||||
|
|
||||||
#: templates/settings.php:105
|
#: templates/settings.php:105
|
||||||
msgid "Username-LDAP User Mapping"
|
msgid "Username-LDAP User Mapping"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-10-17 13:47-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -28,7 +28,7 @@ msgstr ""
|
||||||
msgid "Couldn't send mail to following users: %s "
|
msgid "Couldn't send mail to following users: %s "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ajax/share.php:327
|
#: ajax/share.php:327 js/share.js:338
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -281,12 +281,12 @@ msgstr ""
|
||||||
msgid "Share"
|
msgid "Share"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:149 js/share.js:162 js/share.js:169 js/share.js:686
|
#: js/share.js:149 js/share.js:162 js/share.js:169 js/share.js:701
|
||||||
#: js/share.js:698
|
#: js/share.js:713
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:151 js/share.js:726
|
#: js/share.js:151 js/share.js:741
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -310,107 +310,107 @@ msgstr ""
|
||||||
msgid "Share with"
|
msgid "Share with"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:208
|
#: js/share.js:220
|
||||||
msgid "Share with link"
|
msgid "Share with link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:211
|
#: js/share.js:223
|
||||||
msgid "Password protect"
|
msgid "Password protect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:213 templates/installation.php:57 templates/login.php:32
|
#: js/share.js:225 templates/installation.php:57 templates/login.php:32
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:218
|
#: js/share.js:230
|
||||||
msgid "Allow Public Upload"
|
msgid "Allow Public Upload"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:222
|
#: js/share.js:234
|
||||||
msgid "Email link to person"
|
msgid "Email link to person"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:223
|
#: js/share.js:235
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:228
|
#: js/share.js:240
|
||||||
msgid "Set expiration date"
|
msgid "Set expiration date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:229
|
#: js/share.js:241
|
||||||
msgid "Expiration date"
|
msgid "Expiration date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:262
|
#: js/share.js:274
|
||||||
msgid "Share via email:"
|
msgid "Share via email:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:265
|
#: js/share.js:277
|
||||||
msgid "No people found"
|
msgid "No people found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:303
|
#: js/share.js:315
|
||||||
msgid "Resharing is not allowed"
|
msgid "Resharing is not allowed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:339
|
#: js/share.js:354
|
||||||
msgid "Shared in {item} with {user}"
|
msgid "Shared in {item} with {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:360
|
#: js/share.js:375
|
||||||
msgid "Unshare"
|
msgid "Unshare"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:372
|
#: js/share.js:387
|
||||||
msgid "notify user by email"
|
msgid "notify user by email"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:380
|
#: js/share.js:395
|
||||||
msgid "can edit"
|
msgid "can edit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:382
|
#: js/share.js:397
|
||||||
msgid "access control"
|
msgid "access control"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:385
|
#: js/share.js:400
|
||||||
msgid "create"
|
msgid "create"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:388
|
#: js/share.js:403
|
||||||
msgid "update"
|
msgid "update"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:391
|
#: js/share.js:406
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:394
|
#: js/share.js:409
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:428 js/share.js:673
|
#: js/share.js:443 js/share.js:688
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:686
|
#: js/share.js:701
|
||||||
msgid "Error unsetting expiration date"
|
msgid "Error unsetting expiration date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:698
|
#: js/share.js:713
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:713
|
#: js/share.js:728
|
||||||
msgid "Sending ..."
|
msgid "Sending ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:724
|
#: js/share.js:739
|
||||||
msgid "Email sent"
|
msgid "Email sent"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/share.js:748
|
#: js/share.js:763
|
||||||
msgid "Warning"
|
msgid "Warning"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-10-17 13:47-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-10-17 13:47-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-10-17 13:47-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-10-17 13:47-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-10-17 13:47-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-10-17 13:47-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -22,22 +22,22 @@ msgstr ""
|
||||||
msgid "Could not revert: %s"
|
msgid "Could not revert: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/versions.js:7
|
#: js/versions.js:14
|
||||||
msgid "Versions"
|
msgid "Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/versions.js:53
|
#: js/versions.js:60
|
||||||
msgid "Failed to revert {file} to revision {timestamp}."
|
msgid "Failed to revert {file} to revision {timestamp}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/versions.js:79
|
#: js/versions.js:86
|
||||||
msgid "More versions..."
|
msgid "More versions..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/versions.js:116
|
#: js/versions.js:123
|
||||||
msgid "No other versions available"
|
msgid "No other versions available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/versions.js:147
|
#: js/versions.js:154
|
||||||
msgid "Restore"
|
msgid "Restore"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-10-17 13:47-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-10-17 13:47-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-10-17 13:47-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-10-17 13:47-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
"Project-Id-Version: ownCloud Core 6.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-10-17 13:47-0400\n"
|
"POT-Creation-Date: 2013-10-19 08:26-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
$TRANSLATIONS = array(
|
$TRANSLATIONS = array(
|
||||||
|
"App \"%s\" can't be installed because it is not compatible with this version of ownCloud." => "A(z) \"%s\" alkalmazást nem lehet telepíteni, mert nem kompatibilis az ownCloud telepített verziójával.",
|
||||||
"No app name specified" => "Nincs az alkalmazás név megadva.",
|
"No app name specified" => "Nincs az alkalmazás név megadva.",
|
||||||
"Help" => "Súgó",
|
"Help" => "Súgó",
|
||||||
"Personal" => "Személyes",
|
"Personal" => "Személyes",
|
||||||
|
@ -16,8 +17,16 @@ $TRANSLATIONS = array(
|
||||||
"Back to Files" => "Vissza a Fájlokhoz",
|
"Back to Files" => "Vissza a Fájlokhoz",
|
||||||
"Selected files too large to generate zip file." => "A kiválasztott fájlok túl nagyok a zip tömörítéshez.",
|
"Selected files too large to generate zip file." => "A kiválasztott fájlok túl nagyok a zip tömörítéshez.",
|
||||||
"Download the files in smaller chunks, seperately or kindly ask your administrator." => "Tölts le a fileokat kisebb chunkokban, kölün vagy kérj segitséget a rendszergazdádtól.",
|
"Download the files in smaller chunks, seperately or kindly ask your administrator." => "Tölts le a fileokat kisebb chunkokban, kölün vagy kérj segitséget a rendszergazdádtól.",
|
||||||
|
"No source specified when installing app" => "Az alkalmazás telepítéséhez nincs forrás megadva",
|
||||||
|
"No href specified when installing app from http" => "Az alkalmazás http-n keresztül történő telepítéséhez nincs href hivetkozás megadva",
|
||||||
|
"No path specified when installing app from local file" => "Az alkalmazás helyi telepítéséhez nincs útvonal (mappa) megadva",
|
||||||
|
"Archives of type %s are not supported" => "A(z) %s típusú tömörített állomány nem támogatott",
|
||||||
|
"Failed to open archive when installing app" => "Nem sikerült megnyitni a tömörített állományt a telepítés során",
|
||||||
"App does not provide an info.xml file" => "Az alkalmazás nem szolgáltatott info.xml file-t",
|
"App does not provide an info.xml file" => "Az alkalmazás nem szolgáltatott info.xml file-t",
|
||||||
|
"App can't be installed because of not allowed code in the App" => "Az alkalmazást nem lehet telepíteni, mert abban nem engedélyezett programkód szerepel",
|
||||||
"App can't be installed because it is not compatible with this version of ownCloud" => "Az alalmazás nem telepíthető, mert nem kompatibilis az ownClod ezzel a verziójával.",
|
"App can't be installed because it is not compatible with this version of ownCloud" => "Az alalmazás nem telepíthető, mert nem kompatibilis az ownClod ezzel a verziójával.",
|
||||||
|
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" => "Az alkalmazást nem lehet telepíteni, mert tartalmazza a \n<shipped>\ntrue\n</shipped>\ncímkét, ami a nem szállított alkalmazások esetén nem engedélyezett",
|
||||||
|
"App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "Az alkalmazást nem lehet telepíteni, mert az info.xml/version-ben megadott verzió nem egyezik az alkalmazás-áruházban feltüntetett verzióval.",
|
||||||
"App directory already exists" => "Az alkalmazás mappája már létezik",
|
"App directory already exists" => "Az alkalmazás mappája már létezik",
|
||||||
"Can't create app folder. Please fix permissions. %s" => "Nem lehetett létrehozni az alkalmzás mappáját. Kérlek ellenőrizd a jogosultásgokat. %s",
|
"Can't create app folder. Please fix permissions. %s" => "Nem lehetett létrehozni az alkalmzás mappáját. Kérlek ellenőrizd a jogosultásgokat. %s",
|
||||||
"Application is not enabled" => "Az alkalmazás nincs engedélyezve",
|
"Application is not enabled" => "Az alkalmazás nincs engedélyezve",
|
||||||
|
@ -48,13 +57,13 @@ $TRANSLATIONS = array(
|
||||||
"Please double check the <a href='%s'>installation guides</a>." => "Kérjük tüzetesen tanulmányozza át a <a href='%s'>telepítési útmutatót</a>.",
|
"Please double check the <a href='%s'>installation guides</a>." => "Kérjük tüzetesen tanulmányozza át a <a href='%s'>telepítési útmutatót</a>.",
|
||||||
"Could not find category \"%s\"" => "Ez a kategória nem található: \"%s\"",
|
"Could not find category \"%s\"" => "Ez a kategória nem található: \"%s\"",
|
||||||
"seconds ago" => "pár másodperce",
|
"seconds ago" => "pár másodperce",
|
||||||
"_%n minute ago_::_%n minutes ago_" => array("",""),
|
"_%n minute ago_::_%n minutes ago_" => array("","%n perccel ezelőtt"),
|
||||||
"_%n hour ago_::_%n hours ago_" => array("",""),
|
"_%n hour ago_::_%n hours ago_" => array("%n órával ezelőtt","%n órával ezelőtt"),
|
||||||
"today" => "ma",
|
"today" => "ma",
|
||||||
"yesterday" => "tegnap",
|
"yesterday" => "tegnap",
|
||||||
"_%n day go_::_%n days ago_" => array("",""),
|
"_%n day go_::_%n days ago_" => array("%n nappal ezelőtt","%n nappal ezelőtt"),
|
||||||
"last month" => "múlt hónapban",
|
"last month" => "múlt hónapban",
|
||||||
"_%n month ago_::_%n months ago_" => array("",""),
|
"_%n month ago_::_%n months ago_" => array("%n hónappal ezelőtt","%n hónappal ezelőtt"),
|
||||||
"last year" => "tavaly",
|
"last year" => "tavaly",
|
||||||
"years ago" => "több éve",
|
"years ago" => "több éve",
|
||||||
"Caused by:" => "Okozta:"
|
"Caused by:" => "Okozta:"
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
<?php
|
||||||
|
$TRANSLATIONS = array(
|
||||||
|
"Settings" => "Настройки",
|
||||||
|
"Files" => "Файлы",
|
||||||
|
"_%n minute ago_::_%n minutes ago_" => array("","",""),
|
||||||
|
"_%n hour ago_::_%n hours ago_" => array("","",""),
|
||||||
|
"_%n day go_::_%n days ago_" => array("","",""),
|
||||||
|
"_%n month ago_::_%n months ago_" => array("","","")
|
||||||
|
);
|
||||||
|
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
|
|
@ -8,6 +8,8 @@ $TRANSLATIONS = array(
|
||||||
"Users" => "Používatelia",
|
"Users" => "Používatelia",
|
||||||
"Admin" => "Administrátor",
|
"Admin" => "Administrátor",
|
||||||
"Failed to upgrade \"%s\"." => "Zlyhala aktualizácia \"%s\".",
|
"Failed to upgrade \"%s\"." => "Zlyhala aktualizácia \"%s\".",
|
||||||
|
"Unknown filetype" => "Neznámy typ súboru",
|
||||||
|
"Invalid image" => "Chybný obrázok",
|
||||||
"web services under your control" => "webové služby pod Vašou kontrolou",
|
"web services under your control" => "webové služby pod Vašou kontrolou",
|
||||||
"cannot open \"%s\"" => "nemožno otvoriť \"%s\"",
|
"cannot open \"%s\"" => "nemožno otvoriť \"%s\"",
|
||||||
"ZIP download is turned off." => "Sťahovanie súborov ZIP je vypnuté.",
|
"ZIP download is turned off." => "Sťahovanie súborov ZIP je vypnuté.",
|
||||||
|
|
|
@ -26,8 +26,8 @@ $TRANSLATIONS = array(
|
||||||
"Disable" => "Lülita välja",
|
"Disable" => "Lülita välja",
|
||||||
"Enable" => "Lülita sisse",
|
"Enable" => "Lülita sisse",
|
||||||
"Please wait...." => "Palun oota...",
|
"Please wait...." => "Palun oota...",
|
||||||
"Error while disabling app" => "Viga rakendi keelamisel",
|
"Error while disabling app" => "Viga rakenduse keelamisel",
|
||||||
"Error while enabling app" => "Viga rakendi lubamisel",
|
"Error while enabling app" => "Viga rakenduse lubamisel",
|
||||||
"Updating...." => "Uuendamine...",
|
"Updating...." => "Uuendamine...",
|
||||||
"Error while updating app" => "Viga rakenduse uuendamisel",
|
"Error while updating app" => "Viga rakenduse uuendamisel",
|
||||||
"Error" => "Viga",
|
"Error" => "Viga",
|
||||||
|
@ -59,7 +59,7 @@ $TRANSLATIONS = array(
|
||||||
"Internet connection not working" => "Internetiühendus ei toimi",
|
"Internet connection not working" => "Internetiühendus ei toimi",
|
||||||
"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Serveril puudub toimiv internetiühendus. See tähendab, et mõned funktsionaalsused, nagu näiteks väliste andmehoidlate ühendamine, teavitused uuendustest või kolmandate osapoolte rakenduste paigaldamine ei tööta. Eemalt failidele ligipääs ning teadete saatmine emailiga ei pruugi samuti toimida. Kui soovid täielikku funktsionaalsust, siis soovitame serverile tagada ligipääs internetti.",
|
"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Serveril puudub toimiv internetiühendus. See tähendab, et mõned funktsionaalsused, nagu näiteks väliste andmehoidlate ühendamine, teavitused uuendustest või kolmandate osapoolte rakenduste paigaldamine ei tööta. Eemalt failidele ligipääs ning teadete saatmine emailiga ei pruugi samuti toimida. Kui soovid täielikku funktsionaalsust, siis soovitame serverile tagada ligipääs internetti.",
|
||||||
"Cron" => "Cron",
|
"Cron" => "Cron",
|
||||||
"Execute one task with each page loaded" => "Käivita toiming lehe laadimisel",
|
"Execute one task with each page loaded" => "Käivita toiming igal lehe laadimisel",
|
||||||
"cron.php is registered at a webcron service to call cron.php once a minute over http." => "cron.php on registreeritud webcron teenusena laadimaks cron.php iga minut üle http.",
|
"cron.php is registered at a webcron service to call cron.php once a minute over http." => "cron.php on registreeritud webcron teenusena laadimaks cron.php iga minut üle http.",
|
||||||
"Use systems cron service to call the cron.php file once a minute." => "Kasuta süsteemi cron teenust käivitamaks faili cron.php kord minutis.",
|
"Use systems cron service to call the cron.php file once a minute." => "Kasuta süsteemi cron teenust käivitamaks faili cron.php kord minutis.",
|
||||||
"Sharing" => "Jagamine",
|
"Sharing" => "Jagamine",
|
||||||
|
@ -110,12 +110,12 @@ $TRANSLATIONS = array(
|
||||||
"Your email address" => "Sinu e-posti aadress",
|
"Your email address" => "Sinu e-posti aadress",
|
||||||
"Fill in an email address to enable password recovery" => "Parooli taastamise sisse lülitamiseks sisesta e-posti aadress",
|
"Fill in an email address to enable password recovery" => "Parooli taastamise sisse lülitamiseks sisesta e-posti aadress",
|
||||||
"Profile picture" => "Profiili pilt",
|
"Profile picture" => "Profiili pilt",
|
||||||
"Upload new" => "Laadi uus",
|
"Upload new" => "Laadi uus üles",
|
||||||
"Select new from Files" => "Vali failidest uus",
|
"Select new from Files" => "Vali failidest uus",
|
||||||
"Remove image" => "Eemalda pilt",
|
"Remove image" => "Eemalda pilt",
|
||||||
"Either png or jpg. Ideally square but you will be able to crop it." => "Kas png või jpg. Võimalikult ruudukujuline, kuid Sul on võimalus veel lõigata.",
|
"Either png or jpg. Ideally square but you will be able to crop it." => "Kas png või jpg. Võimalikult ruudukujuline, kuid sul on võimalus seda veel lõigata.",
|
||||||
"Abort" => "Katkesta",
|
"Abort" => "Katkesta",
|
||||||
"Choose as profile image" => "Vali kui profiili pilt",
|
"Choose as profile image" => "Vali profiilipildiks",
|
||||||
"Language" => "Keel",
|
"Language" => "Keel",
|
||||||
"Help translate" => "Aita tõlkida",
|
"Help translate" => "Aita tõlkida",
|
||||||
"WebDAV" => "WebDAV",
|
"WebDAV" => "WebDAV",
|
||||||
|
@ -126,7 +126,7 @@ $TRANSLATIONS = array(
|
||||||
"Decrypt all Files" => "Dekrüpteeri kõik failid",
|
"Decrypt all Files" => "Dekrüpteeri kõik failid",
|
||||||
"Login Name" => "Kasutajanimi",
|
"Login Name" => "Kasutajanimi",
|
||||||
"Create" => "Lisa",
|
"Create" => "Lisa",
|
||||||
"Admin Recovery Password" => "Admin taasteparool",
|
"Admin Recovery Password" => "Admini parooli taastamine",
|
||||||
"Enter the recovery password in order to recover the users files during password change" => "Sisesta taasteparool kasutaja failide taastamiseks paroolivahetuse käigus",
|
"Enter the recovery password in order to recover the users files during password change" => "Sisesta taasteparool kasutaja failide taastamiseks paroolivahetuse käigus",
|
||||||
"Default Storage" => "Vaikimisi maht",
|
"Default Storage" => "Vaikimisi maht",
|
||||||
"Unlimited" => "Piiramatult",
|
"Unlimited" => "Piiramatult",
|
||||||
|
|
|
@ -73,6 +73,8 @@ $TRANSLATIONS = array(
|
||||||
"Allow users to share items shared with them again" => "Lehetővé teszi, hogy a felhasználók a velük megosztott állományokat megosszák egy további, harmadik féllel",
|
"Allow users to share items shared with them again" => "Lehetővé teszi, hogy a felhasználók a velük megosztott állományokat megosszák egy további, harmadik féllel",
|
||||||
"Allow users to share with anyone" => "A felhasználók bárkivel megoszthatják állományaikat",
|
"Allow users to share with anyone" => "A felhasználók bárkivel megoszthatják állományaikat",
|
||||||
"Allow users to only share with users in their groups" => "A felhasználók csak olyanokkal oszthatják meg állományaikat, akikkel közös csoportban vannak",
|
"Allow users to only share with users in their groups" => "A felhasználók csak olyanokkal oszthatják meg állományaikat, akikkel közös csoportban vannak",
|
||||||
|
"Allow mail notification" => "E-mail értesítések engedélyezése",
|
||||||
|
"Allow user to send mail notification for shared files" => "Engedélyezi, hogy a felhasználók e-mail értesítést küldhessenek a megosztott fájlokról.",
|
||||||
"Security" => "Biztonság",
|
"Security" => "Biztonság",
|
||||||
"Enforce HTTPS" => "Kötelező HTTPS",
|
"Enforce HTTPS" => "Kötelező HTTPS",
|
||||||
"Forces the clients to connect to %s via an encrypted connection." => "Kötelezővé teszi, hogy a böngészőprogramok titkosított csatornán kapcsolódjanak a %s szolgáltatáshoz.",
|
"Forces the clients to connect to %s via an encrypted connection." => "Kötelezővé teszi, hogy a böngészőprogramok titkosított csatornán kapcsolódjanak a %s szolgáltatáshoz.",
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
$TRANSLATIONS = array(
|
||||||
|
"Error" => "Ошибка",
|
||||||
|
"Password" => "Пароль",
|
||||||
|
"Username" => "Имя пользователя"
|
||||||
|
);
|
||||||
|
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
|
|
@ -16,6 +16,9 @@ $TRANSLATIONS = array(
|
||||||
"Unable to add user to group %s" => "Nie je možné pridať používateľa do skupiny %s",
|
"Unable to add user to group %s" => "Nie je možné pridať používateľa do skupiny %s",
|
||||||
"Unable to remove user from group %s" => "Nie je možné odstrániť používateľa zo skupiny %s",
|
"Unable to remove user from group %s" => "Nie je možné odstrániť používateľa zo skupiny %s",
|
||||||
"Couldn't update app." => "Nemožno aktualizovať aplikáciu.",
|
"Couldn't update app." => "Nemožno aktualizovať aplikáciu.",
|
||||||
|
"Wrong password" => "Nesprávne heslo",
|
||||||
|
"No user supplied" => "Nebol uvedený používateľ",
|
||||||
|
"Unable to change password" => "Zmena hesla sa nepodarila",
|
||||||
"Update to {appversion}" => "Aktualizovať na {appversion}",
|
"Update to {appversion}" => "Aktualizovať na {appversion}",
|
||||||
"Disable" => "Zakázať",
|
"Disable" => "Zakázať",
|
||||||
"Enable" => "Zapnúť",
|
"Enable" => "Zapnúť",
|
||||||
|
@ -27,6 +30,7 @@ $TRANSLATIONS = array(
|
||||||
"Error" => "Chyba",
|
"Error" => "Chyba",
|
||||||
"Update" => "Aktualizovať",
|
"Update" => "Aktualizovať",
|
||||||
"Updated" => "Aktualizované",
|
"Updated" => "Aktualizované",
|
||||||
|
"Select a profile picture" => "Vybrať profilový obrázok",
|
||||||
"Decrypting files... Please wait, this can take some time." => "Dešifrujem súbory ... Počkajte prosím, môže to chvíľu trvať.",
|
"Decrypting files... Please wait, this can take some time." => "Dešifrujem súbory ... Počkajte prosím, môže to chvíľu trvať.",
|
||||||
"Saving..." => "Ukladám...",
|
"Saving..." => "Ukladám...",
|
||||||
"deleted" => "zmazané",
|
"deleted" => "zmazané",
|
||||||
|
@ -66,6 +70,8 @@ $TRANSLATIONS = array(
|
||||||
"Allow users to share items shared with them again" => "Povoliť používateľom ďalej zdieľať zdieľané položky",
|
"Allow users to share items shared with them again" => "Povoliť používateľom ďalej zdieľať zdieľané položky",
|
||||||
"Allow users to share with anyone" => "Povoliť používateľom zdieľať s kýmkoľvek",
|
"Allow users to share with anyone" => "Povoliť používateľom zdieľať s kýmkoľvek",
|
||||||
"Allow users to only share with users in their groups" => "Povoliť používateľom zdieľať len s používateľmi v ich skupinách",
|
"Allow users to only share with users in their groups" => "Povoliť používateľom zdieľať len s používateľmi v ich skupinách",
|
||||||
|
"Allow mail notification" => "Povoliť upozornenia emailom",
|
||||||
|
"Allow user to send mail notification for shared files" => "Povoliť používateľom upozornenia emailom pre svoje zdieľané súbory",
|
||||||
"Security" => "Zabezpečenie",
|
"Security" => "Zabezpečenie",
|
||||||
"Enforce HTTPS" => "Vynútiť HTTPS",
|
"Enforce HTTPS" => "Vynútiť HTTPS",
|
||||||
"Forces the clients to connect to %s via an encrypted connection." => "Vynúti pripájanie klientov k %s šifrovaným pripojením.",
|
"Forces the clients to connect to %s via an encrypted connection." => "Vynúti pripájanie klientov k %s šifrovaným pripojením.",
|
||||||
|
@ -101,6 +107,11 @@ $TRANSLATIONS = array(
|
||||||
"Your email address" => "Vaša emailová adresa",
|
"Your email address" => "Vaša emailová adresa",
|
||||||
"Fill in an email address to enable password recovery" => "Vyplňte emailovú adresu pre aktivovanie obnovy hesla",
|
"Fill in an email address to enable password recovery" => "Vyplňte emailovú adresu pre aktivovanie obnovy hesla",
|
||||||
"Profile picture" => "Profilová fotka",
|
"Profile picture" => "Profilová fotka",
|
||||||
|
"Upload new" => "Nahrať nový",
|
||||||
|
"Select new from Files" => "Vyberte nový zo Súborov",
|
||||||
|
"Remove image" => "Zmazať obrázok",
|
||||||
|
"Abort" => "Prerušiť",
|
||||||
|
"Choose as profile image" => "Vybrať ako profilový obrázok",
|
||||||
"Language" => "Jazyk",
|
"Language" => "Jazyk",
|
||||||
"Help translate" => "Pomôcť s prekladom",
|
"Help translate" => "Pomôcť s prekladom",
|
||||||
"WebDAV" => "WebDAV",
|
"WebDAV" => "WebDAV",
|
||||||
|
|
Loading…
Reference in New Issue