[tx-robot] updated from transifex
This commit is contained in:
parent
ba1ab38e7f
commit
8d9352a40d
|
@ -60,6 +60,7 @@
|
||||||
"Text file" => "Textdatei",
|
"Text file" => "Textdatei",
|
||||||
"Folder" => "Ordner",
|
"Folder" => "Ordner",
|
||||||
"From link" => "Von einem Link",
|
"From link" => "Von einem Link",
|
||||||
|
"Trash bin" => "Mülleimer",
|
||||||
"Cancel upload" => "Upload abbrechen",
|
"Cancel upload" => "Upload abbrechen",
|
||||||
"Nothing in here. Upload something!" => "Alles leer. Bitte laden Sie etwas hoch!",
|
"Nothing in here. Upload something!" => "Alles leer. Bitte laden Sie etwas hoch!",
|
||||||
"Download" => "Herunterladen",
|
"Download" => "Herunterladen",
|
||||||
|
|
|
@ -60,6 +60,7 @@
|
||||||
"Text file" => "テキストファイル",
|
"Text file" => "テキストファイル",
|
||||||
"Folder" => "フォルダ",
|
"Folder" => "フォルダ",
|
||||||
"From link" => "リンク",
|
"From link" => "リンク",
|
||||||
|
"Trash bin" => "ゴミ箱",
|
||||||
"Cancel upload" => "アップロードをキャンセル",
|
"Cancel upload" => "アップロードをキャンセル",
|
||||||
"Nothing in here. Upload something!" => "ここには何もありません。何かアップロードしてください。",
|
"Nothing in here. Upload something!" => "ここには何もありません。何かアップロードしてください。",
|
||||||
"Download" => "ダウンロード",
|
"Download" => "ダウンロード",
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"Encryption" => "Szyfrowanie",
|
"Encryption" => "Szyfrowanie",
|
||||||
|
"File encryption is enabled." => "Szyfrowanie plików jest włączone",
|
||||||
|
"The following file types will not be encrypted:" => "Poniższe typy plików nie będą szyfrowane:",
|
||||||
|
"Exclude the following file types from encryption:" => "Wyłącz poniższe typy plików z szyfrowania:",
|
||||||
"None" => "Brak"
|
"None" => "Brak"
|
||||||
);
|
);
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
<?php $TRANSLATIONS = array(
|
||||||
|
"Users" => "उपयोगकर्ता"
|
||||||
|
);
|
|
@ -1,4 +1,6 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
|
"Couldn't delete %s permanently" => "Konnte %s nicht permanent löschen",
|
||||||
|
"Couldn't restore %s" => "Konnte %s nicht wiederherstellen",
|
||||||
"perform restore operation" => "Führe die Wiederherstellung aus",
|
"perform restore operation" => "Führe die Wiederherstellung aus",
|
||||||
"delete file permanently" => "Datei entgültig löschen",
|
"delete file permanently" => "Datei entgültig löschen",
|
||||||
"Name" => "Name",
|
"Name" => "Name",
|
||||||
|
|
|
@ -1,9 +1,13 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
|
"Could not revert: %s" => "Konnte nicht zurücksetzen: %s",
|
||||||
"success" => "Erfolgreich",
|
"success" => "Erfolgreich",
|
||||||
|
"File %s was reverted to version %s" => "Die Datei %s wurde zur Version %s zurückgesetzt",
|
||||||
"failure" => "Fehlgeschlagen",
|
"failure" => "Fehlgeschlagen",
|
||||||
|
"File %s could not be reverted to version %s" => "Doe Dateo %s konnte nicht zur Version %s zurückgesetzt werden",
|
||||||
"No old versions available" => "keine älteren Versionen verfügbar",
|
"No old versions available" => "keine älteren Versionen verfügbar",
|
||||||
"No path specified" => "Kein Pfad angegeben",
|
"No path specified" => "Kein Pfad angegeben",
|
||||||
"History" => "Historie",
|
"History" => "Historie",
|
||||||
|
"Revert a file to a previous version by clicking on its revert button" => "Setze eine Datei zu durch Klicken auf den Zurücksetzen-Button auf einer frühere Version zurück",
|
||||||
"Files Versioning" => "Dateiversionierung",
|
"Files Versioning" => "Dateiversionierung",
|
||||||
"Enable" => "Aktivieren"
|
"Enable" => "Aktivieren"
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
|
"Could not revert: %s" => "Nem sikerült átállni a változatra: %s",
|
||||||
|
"success" => "sikerült",
|
||||||
|
"File %s was reverted to version %s" => "%s állományt átállítottuk erre a változatra: %s",
|
||||||
|
"failure" => "nem sikerült",
|
||||||
|
"File %s could not be reverted to version %s" => "%s állományt nem sikerült átállítani erre a változatra: %s",
|
||||||
|
"No old versions available" => "Nincs régebbi változat",
|
||||||
|
"No path specified" => "Nincs megadva az útvonal",
|
||||||
"History" => "Korábbi változatok",
|
"History" => "Korábbi változatok",
|
||||||
|
"Revert a file to a previous version by clicking on its revert button" => "Az állomány átállítható egy régebbi változatra, ha a gombra kattint",
|
||||||
"Files Versioning" => "Az állományok verzionálása",
|
"Files Versioning" => "Az állományok verzionálása",
|
||||||
"Enable" => "engedélyezve"
|
"Enable" => "engedélyezve"
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
|
"Could not revert: %s" => "Nie można było przywrócić: %s",
|
||||||
|
"success" => "sukces",
|
||||||
|
"File %s was reverted to version %s" => "Plik %s został przywrócony do wersji %s",
|
||||||
|
"failure" => "porażka",
|
||||||
|
"File %s could not be reverted to version %s" => "Plik %s nie mógł być przywrócony do wersji %s",
|
||||||
|
"No old versions available" => "Nie są dostępne żadne starsze wersje",
|
||||||
|
"No path specified" => "Nie podano ścieżki",
|
||||||
"History" => "Historia",
|
"History" => "Historia",
|
||||||
|
"Revert a file to a previous version by clicking on its revert button" => "Przywróć plik do poprzedniej wersji klikając w jego przycisk przywrócenia",
|
||||||
"Files Versioning" => "Wersjonowanie plików",
|
"Files Versioning" => "Wersjonowanie plików",
|
||||||
"Enable" => "Włącz"
|
"Enable" => "Włącz"
|
||||||
);
|
);
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
"Disable Main Server" => "Hauptserver deaktivieren",
|
"Disable Main Server" => "Hauptserver deaktivieren",
|
||||||
"When switched on, ownCloud will only connect to the replica server." => "Wenn eingeschaltet wird sich ownCloud nur mit dem Replilat-Server verbinden.",
|
"When switched on, ownCloud will only connect to the replica server." => "Wenn eingeschaltet wird sich ownCloud nur mit dem Replilat-Server verbinden.",
|
||||||
"Use TLS" => "Nutze TLS",
|
"Use TLS" => "Nutze TLS",
|
||||||
|
"Do not use it additionally for LDAPS connections, it will fail." => "Benutze es nicht zusätzlich für LDAPS Verbindungen, es wird scheitern.",
|
||||||
"Case insensitve LDAP server (Windows)" => "LDAP-Server (Windows: Groß- und Kleinschreibung bleibt unbeachtet)",
|
"Case insensitve LDAP server (Windows)" => "LDAP-Server (Windows: Groß- und Kleinschreibung bleibt unbeachtet)",
|
||||||
"Turn off SSL certificate validation." => "Schalten Sie die SSL-Zertifikatsprüfung aus.",
|
"Turn off SSL certificate validation." => "Schalten Sie die SSL-Zertifikatsprüfung aus.",
|
||||||
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Falls die Verbindung es erfordert, muss das SSL-Zertifikat des LDAP-Server importiert werden.",
|
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Falls die Verbindung es erfordert, muss das SSL-Zertifikat des LDAP-Server importiert werden.",
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
<?php $TRANSLATIONS = array(
|
||||||
|
"Help" => "सहयोग"
|
||||||
|
);
|
|
@ -1,3 +1,5 @@
|
||||||
<?php $TRANSLATIONS = array(
|
<?php $TRANSLATIONS = array(
|
||||||
"URL: http://" => "URL: http://"
|
"WebDAV Authentication" => "Идентификация WebDAV",
|
||||||
|
"URL: http://" => "URL: http://",
|
||||||
|
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud отправит пользовательские данные на этот URL. Затем плагин проверит ответ, в случае HTTP ответа 401 или 403 данные будут считаться неверными, при любых других ответах - верными."
|
||||||
);
|
);
|
||||||
|
|
|
@ -53,8 +53,8 @@
|
||||||
"Error" => "Fehler",
|
"Error" => "Fehler",
|
||||||
"The app name is not specified." => "Der App-Name ist nicht angegeben.",
|
"The app name is not specified." => "Der App-Name ist nicht angegeben.",
|
||||||
"The required file {file} is not installed!" => "Die benötigte Datei {file} ist nicht installiert.",
|
"The required file {file} is not installed!" => "Die benötigte Datei {file} ist nicht installiert.",
|
||||||
"Share" => "Freigeben",
|
|
||||||
"Shared" => "Freigegeben",
|
"Shared" => "Freigegeben",
|
||||||
|
"Share" => "Freigeben",
|
||||||
"Error while sharing" => "Fehler bei der Freigabe",
|
"Error while sharing" => "Fehler bei der Freigabe",
|
||||||
"Error while unsharing" => "Fehler bei der Aufhebung der Freigabe",
|
"Error while unsharing" => "Fehler bei der Aufhebung der Freigabe",
|
||||||
"Error while changing permissions" => "Fehler bei der Änderung der Rechte",
|
"Error while changing permissions" => "Fehler bei der Änderung der Rechte",
|
||||||
|
@ -109,6 +109,8 @@
|
||||||
"Security Warning" => "Sicherheitshinweis",
|
"Security Warning" => "Sicherheitshinweis",
|
||||||
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "Es ist kein sicherer Zufallszahlengenerator verfügbar, bitte aktivieren Sie die PHP-Erweiterung für OpenSSL.",
|
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "Es ist kein sicherer Zufallszahlengenerator verfügbar, bitte aktivieren Sie die PHP-Erweiterung für OpenSSL.",
|
||||||
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Ohne einen sicheren Zufallszahlengenerator sind Angreifer in der Lage, die Tokens für das Zurücksetzen der Passwörter vorherzusehen und Ihr Konto zu übernehmen.",
|
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Ohne einen sicheren Zufallszahlengenerator sind Angreifer in der Lage, die Tokens für das Zurücksetzen der Passwörter vorherzusehen und Ihr Konto zu übernehmen.",
|
||||||
|
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Dein Daten-Verzeichnis und deine Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert.",
|
||||||
|
"For information how to properly configure your server, please see the <a href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" target=\"_blank\">documentation</a>." => "Bitte lesen Sie die <a href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" target=\"_blank\">Dokumentation</a> für Informationen, wie Sie Ihren Server wahrscheinlich konfigurieren.",
|
||||||
"Create an <strong>admin account</strong>" => "<strong>Administrator-Konto</strong> anlegen",
|
"Create an <strong>admin account</strong>" => "<strong>Administrator-Konto</strong> anlegen",
|
||||||
"Advanced" => "Fortgeschritten",
|
"Advanced" => "Fortgeschritten",
|
||||||
"Data folder" => "Datenverzeichnis",
|
"Data folder" => "Datenverzeichnis",
|
||||||
|
|
|
@ -53,8 +53,8 @@
|
||||||
"Error" => "エラー",
|
"Error" => "エラー",
|
||||||
"The app name is not specified." => "アプリ名がしていされていません。",
|
"The app name is not specified." => "アプリ名がしていされていません。",
|
||||||
"The required file {file} is not installed!" => "必要なファイル {file} がインストールされていません!",
|
"The required file {file} is not installed!" => "必要なファイル {file} がインストールされていません!",
|
||||||
"Share" => "共有",
|
|
||||||
"Shared" => "共有中",
|
"Shared" => "共有中",
|
||||||
|
"Share" => "共有",
|
||||||
"Error while sharing" => "共有でエラー発生",
|
"Error while sharing" => "共有でエラー発生",
|
||||||
"Error while unsharing" => "共有解除でエラー発生",
|
"Error while unsharing" => "共有解除でエラー発生",
|
||||||
"Error while changing permissions" => "権限変更でエラー発生",
|
"Error while changing permissions" => "権限変更でエラー発生",
|
||||||
|
@ -109,6 +109,8 @@
|
||||||
"Security Warning" => "セキュリティ警告",
|
"Security Warning" => "セキュリティ警告",
|
||||||
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "セキュアな乱数生成器が利用可能ではありません。PHPのOpenSSL拡張を有効にして下さい。",
|
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "セキュアな乱数生成器が利用可能ではありません。PHPのOpenSSL拡張を有効にして下さい。",
|
||||||
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "セキュアな乱数生成器が無い場合、攻撃者はパスワードリセットのトークンを予測してアカウントを乗っ取られる可能性があります。",
|
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "セキュアな乱数生成器が無い場合、攻撃者はパスワードリセットのトークンを予測してアカウントを乗っ取られる可能性があります。",
|
||||||
|
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => ".htaccess ファイルが動作していないため、おそらくあなたのデータディレクトリもしくはファイルはインターネットからアクセス可能です。",
|
||||||
|
"For information how to properly configure your server, please see the <a href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" target=\"_blank\">documentation</a>." => "あなたのサーバの適切な設定に関する情報として、<a href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" target=\"_blank\">ドキュメント</a>を参照して下さい。",
|
||||||
"Create an <strong>admin account</strong>" => "<strong>管理者アカウント</strong>を作成してください",
|
"Create an <strong>admin account</strong>" => "<strong>管理者アカウント</strong>を作成してください",
|
||||||
"Advanced" => "詳細設定",
|
"Advanced" => "詳細設定",
|
||||||
"Data folder" => "データフォルダ",
|
"Data folder" => "データフォルダ",
|
||||||
|
|
|
@ -7,8 +7,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-02-11 15:39+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 14:40+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
|
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -120,10 +120,220 @@ msgstr ""
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr ""
|
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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -253,28 +463,10 @@ msgstr ""
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -291,10 +483,6 @@ msgstr ""
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -310,7 +498,3 @@ msgstr ""
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr ""
|
|
||||||
|
|
|
@ -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-02-10 00:08+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-09 23:08+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:02+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
|
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -79,15 +79,15 @@ msgstr ""
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "الملفات"
|
msgstr "الملفات"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "محذوف"
|
msgstr "محذوف"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -193,31 +193,31 @@ msgstr ""
|
||||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:947 templates/index.php:67
|
#: js/files.js:948 templates/index.php:67
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "الاسم"
|
msgstr "الاسم"
|
||||||
|
|
||||||
#: js/files.js:948 templates/index.php:78
|
#: js/files.js:949 templates/index.php:78
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr "حجم"
|
msgstr "حجم"
|
||||||
|
|
||||||
#: js/files.js:949 templates/index.php:80
|
#: js/files.js:950 templates/index.php:80
|
||||||
msgid "Modified"
|
msgid "Modified"
|
||||||
msgstr "معدل"
|
msgstr "معدل"
|
||||||
|
|
||||||
#: js/files.js:968
|
#: js/files.js:969
|
||||||
msgid "1 folder"
|
msgid "1 folder"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:970
|
#: js/files.js:971
|
||||||
msgid "{count} folders"
|
msgid "{count} folders"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:978
|
#: js/files.js:979
|
||||||
msgid "1 file"
|
msgid "1 file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:980
|
#: js/files.js:981
|
||||||
msgid "{count} files"
|
msgid "{count} files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
|
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -10,8 +10,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-02-11 15:39+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 14:39+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
|
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -123,10 +123,220 @@ msgstr ""
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "حفظ"
|
msgstr "حفظ"
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "مجموعات"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "مدير المجموعة"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "حذف"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "__language_name__"
|
msgstr "__language_name__"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "إصدار"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "طوّر من قبل <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud مجتمع</a>, الـ <a href=\"https://github.com/owncloud\" target=\"_blank\">النص المصدري</a> مرخص بموجب <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">رخصة أفيرو العمومية</abbr></a>."
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "أضف تطبيقاتك"
|
msgstr "أضف تطبيقاتك"
|
||||||
|
@ -256,28 +466,10 @@ msgstr "WebDAV"
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "إستخدم هذا العنوان للإتصال بـ ownCloud في مدير الملفات"
|
msgstr "إستخدم هذا العنوان للإتصال بـ ownCloud في مدير الملفات"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "إصدار"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "طوّر من قبل <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud مجتمع</a>, الـ <a href=\"https://github.com/owncloud\" target=\"_blank\">النص المصدري</a> مرخص بموجب <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">رخصة أفيرو العمومية</abbr></a>."
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "مجموعات"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "انشئ"
|
msgstr "انشئ"
|
||||||
|
@ -294,10 +486,6 @@ msgstr ""
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "شيء آخر"
|
msgstr "شيء آخر"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "مدير المجموعة"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -313,7 +501,3 @@ msgstr ""
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "حذف"
|
|
||||||
|
|
|
@ -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-02-10 00:08+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-09 23:08+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:01+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
|
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -80,15 +80,15 @@ msgstr ""
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Файлове"
|
msgstr "Файлове"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Изтриване"
|
msgstr "Изтриване"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "Преименуване"
|
msgstr "Преименуване"
|
||||||
|
|
||||||
|
@ -194,31 +194,31 @@ msgstr ""
|
||||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:947 templates/index.php:67
|
#: js/files.js:948 templates/index.php:67
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Име"
|
msgstr "Име"
|
||||||
|
|
||||||
#: js/files.js:948 templates/index.php:78
|
#: js/files.js:949 templates/index.php:78
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr "Размер"
|
msgstr "Размер"
|
||||||
|
|
||||||
#: js/files.js:949 templates/index.php:80
|
#: js/files.js:950 templates/index.php:80
|
||||||
msgid "Modified"
|
msgid "Modified"
|
||||||
msgstr "Променено"
|
msgstr "Променено"
|
||||||
|
|
||||||
#: js/files.js:968
|
#: js/files.js:969
|
||||||
msgid "1 folder"
|
msgid "1 folder"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:970
|
#: js/files.js:971
|
||||||
msgid "{count} folders"
|
msgid "{count} folders"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:978
|
#: js/files.js:979
|
||||||
msgid "1 file"
|
msgid "1 file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:980
|
#: js/files.js:981
|
||||||
msgid "{count} files"
|
msgid "{count} files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,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-02-10 00:08+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-09 10:30+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
|
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -10,8 +10,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 15:01+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
|
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -123,10 +123,220 @@ msgstr ""
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Групи"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Изтриване"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "__language_name__"
|
msgstr "__language_name__"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Добавете Ваше приложение"
|
msgstr "Добавете Ваше приложение"
|
||||||
|
@ -256,28 +466,10 @@ msgstr ""
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Групи"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Създаване"
|
msgstr "Създаване"
|
||||||
|
@ -294,10 +486,6 @@ msgstr ""
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Други"
|
msgstr "Други"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -313,7 +501,3 @@ msgstr ""
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Изтриване"
|
|
||||||
|
|
|
@ -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-02-10 00:08+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-09 23:08+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:01+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
|
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -79,15 +79,15 @@ msgstr "ভুল ডিরেক্টরি"
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "ফাইল"
|
msgstr "ফাইল"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "মুছে ফেল"
|
msgstr "মুছে ফেল"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "পূনঃনামকরণ"
|
msgstr "পূনঃনামকরণ"
|
||||||
|
|
||||||
|
@ -193,31 +193,31 @@ msgstr "URL ফাঁকা রাখা যাবে না।"
|
||||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
||||||
msgstr "ফোল্ডারের নামটি সঠিক নয়। 'ভাগাভাগি করা' শুধুমাত্র Owncloud এর জন্য সংরক্ষিত।"
|
msgstr "ফোল্ডারের নামটি সঠিক নয়। 'ভাগাভাগি করা' শুধুমাত্র Owncloud এর জন্য সংরক্ষিত।"
|
||||||
|
|
||||||
#: js/files.js:947 templates/index.php:67
|
#: js/files.js:948 templates/index.php:67
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "নাম"
|
msgstr "নাম"
|
||||||
|
|
||||||
#: js/files.js:948 templates/index.php:78
|
#: js/files.js:949 templates/index.php:78
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr "আকার"
|
msgstr "আকার"
|
||||||
|
|
||||||
#: js/files.js:949 templates/index.php:80
|
#: js/files.js:950 templates/index.php:80
|
||||||
msgid "Modified"
|
msgid "Modified"
|
||||||
msgstr "পরিবর্তিত"
|
msgstr "পরিবর্তিত"
|
||||||
|
|
||||||
#: js/files.js:968
|
#: js/files.js:969
|
||||||
msgid "1 folder"
|
msgid "1 folder"
|
||||||
msgstr "১টি ফোল্ডার"
|
msgstr "১টি ফোল্ডার"
|
||||||
|
|
||||||
#: js/files.js:970
|
#: js/files.js:971
|
||||||
msgid "{count} folders"
|
msgid "{count} folders"
|
||||||
msgstr "{count} টি ফোল্ডার"
|
msgstr "{count} টি ফোল্ডার"
|
||||||
|
|
||||||
#: js/files.js:978
|
#: js/files.js:979
|
||||||
msgid "1 file"
|
msgid "1 file"
|
||||||
msgstr "১টি ফাইল"
|
msgstr "১টি ফাইল"
|
||||||
|
|
||||||
#: js/files.js:980
|
#: js/files.js:981
|
||||||
msgid "{count} files"
|
msgid "{count} files"
|
||||||
msgstr "{count} টি ফাইল"
|
msgstr "{count} টি ফাইল"
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
|
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 15:01+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
|
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -121,10 +121,220 @@ msgstr ""
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "সংরক্ষণ করা হচ্ছে.."
|
msgstr "সংরক্ষণ করা হচ্ছে.."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "গোষ্ঠীসমূহ"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "গোষ্ঠী প্রশাসক"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "মুছে ফেল"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "__language_name__"
|
msgstr "__language_name__"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "ভার্সন"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "তৈলী করেছেন <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud সম্প্রদায়</a>, যার <a href=\"https://github.com/owncloud\" target=\"_blank\"> উৎস কোডটি <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> এর অধীনে লাইসেন্সকৃত।"
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "আপনার অ্যাপটি যোগ করুন"
|
msgstr "আপনার অ্যাপটি যোগ করুন"
|
||||||
|
@ -254,28 +464,10 @@ msgstr "WebDAV"
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "আপনার ownCloud এ সংযুক্ত হতে এই ঠিকানাটি আপনার ফাইল ব্যবস্থাপকে ব্যবহার করুন"
|
msgstr "আপনার ownCloud এ সংযুক্ত হতে এই ঠিকানাটি আপনার ফাইল ব্যবস্থাপকে ব্যবহার করুন"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "ভার্সন"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "তৈলী করেছেন <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud সম্প্রদায়</a>, যার <a href=\"https://github.com/owncloud\" target=\"_blank\"> উৎস কোডটি <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> এর অধীনে লাইসেন্সকৃত।"
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "গোষ্ঠীসমূহ"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "তৈরী কর"
|
msgstr "তৈরী কর"
|
||||||
|
@ -292,10 +484,6 @@ msgstr "অসীম"
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "অন্যান্য"
|
msgstr "অন্যান্য"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "গোষ্ঠী প্রশাসক"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "সংরক্ষণাগার"
|
msgstr "সংরক্ষণাগার"
|
||||||
|
@ -311,7 +499,3 @@ msgstr ""
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "পূর্বনির্ধারিত"
|
msgstr "পূর্বনির্ধারিত"
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "মুছে ফেল"
|
|
||||||
|
|
|
@ -14,8 +14,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-02-11 00:03+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-10 15:40+0000\n"
|
"PO-Revision-Date: 2013-02-12 09:42+0000\n"
|
||||||
"Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
|
"Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
|
||||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
|
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -85,15 +85,15 @@ msgstr "Directori no vàlid."
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Fitxers"
|
msgstr "Fitxers"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr "Esborra permanentment"
|
msgstr "Esborra permanentment"
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Suprimeix"
|
msgstr "Suprimeix"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "Reanomena"
|
msgstr "Reanomena"
|
||||||
|
|
||||||
|
|
|
@ -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-02-09 00:12+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-08 15:22+0000\n"
|
"PO-Revision-Date: 2013-02-12 09:50+0000\n"
|
||||||
"Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
|
"Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
|
||||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
|
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -13,9 +13,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 16:00+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
|
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\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"
|
||||||
|
@ -126,10 +126,220 @@ msgstr "Actualitzada"
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "S'està desant..."
|
msgstr "S'està desant..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Grups"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "Grup Admin"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Suprimeix"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "Català"
|
msgstr "Català"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "Versió"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "Desenvolupat per la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunitat ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">codi font</a> té llicència <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Afegiu la vostra aplicació"
|
msgstr "Afegiu la vostra aplicació"
|
||||||
|
@ -259,28 +469,10 @@ msgstr "WebDAV"
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "Useu aquesta adreça per connectar amb ownCloud des del gestor de fitxers"
|
msgstr "Useu aquesta adreça per connectar amb ownCloud des del gestor de fitxers"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "Versió"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "Desenvolupat per la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunitat ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">codi font</a> té llicència <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr "Nom d'accés"
|
msgstr "Nom d'accés"
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Grups"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Crea"
|
msgstr "Crea"
|
||||||
|
@ -297,10 +489,6 @@ msgstr "Il·limitat"
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Un altre"
|
msgstr "Un altre"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "Grup Admin"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Emmagatzemament"
|
msgstr "Emmagatzemament"
|
||||||
|
@ -316,7 +504,3 @@ msgstr "estableix nova contrasenya"
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "Per defecte"
|
msgstr "Per defecte"
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Suprimeix"
|
|
||||||
|
|
|
@ -10,8 +10,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-02-11 00:03+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-10 10:40+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:01+0000\n"
|
||||||
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
|
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
|
||||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -81,15 +81,15 @@ msgstr "Neplatný adresář"
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Soubory"
|
msgstr "Soubory"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr "Trvale odstranit"
|
msgstr "Trvale odstranit"
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Smazat"
|
msgstr "Smazat"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "Přejmenovat"
|
msgstr "Přejmenovat"
|
||||||
|
|
||||||
|
|
|
@ -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-02-09 00:12+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-08 06:40+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
|
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
|
||||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 20:19+0000\n"
|
"PO-Revision-Date: 2013-02-12 09:46+0000\n"
|
||||||
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
|
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
|
||||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -13,9 +13,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 20:07+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\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"
|
||||||
|
@ -126,10 +126,220 @@ msgstr "Aktualizováno"
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "Ukládám..."
|
msgstr "Ukládám..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Skupiny"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "Správa skupiny"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Smazat"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "Česky"
|
msgstr "Česky"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "Verze"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "Vyvinuto <a href=\"http://ownCloud.org/contact\" target=\"_blank\">komunitou ownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">zdrojový kód</a> je licencován pod <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Přidat Vaší aplikaci"
|
msgstr "Přidat Vaší aplikaci"
|
||||||
|
@ -259,28 +469,10 @@ msgstr "WebDAV"
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "Použijte tuto adresu pro připojení k vašemu ownCloud skrze správce souborů"
|
msgstr "Použijte tuto adresu pro připojení k vašemu ownCloud skrze správce souborů"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "Verze"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "Vyvinuto <a href=\"http://ownCloud.org/contact\" target=\"_blank\">komunitou ownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">zdrojový kód</a> je licencován pod <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr "Přihlašovací jméno"
|
msgstr "Přihlašovací jméno"
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Skupiny"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Vytvořit"
|
msgstr "Vytvořit"
|
||||||
|
@ -297,10 +489,6 @@ msgstr "Neomezeně"
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Jiná"
|
msgstr "Jiná"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "Správa skupiny"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Úložiště"
|
msgstr "Úložiště"
|
||||||
|
@ -316,7 +504,3 @@ msgstr "nastavit nové heslo"
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "Výchozí"
|
msgstr "Výchozí"
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Smazat"
|
|
||||||
|
|
|
@ -17,8 +17,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 20:15+0000\n"
|
"PO-Revision-Date: 2013-02-12 09:42+0000\n"
|
||||||
"Last-Translator: Frederik Lassen <frederiklassen@gmail.com>\n"
|
"Last-Translator: Frederik Lassen <frederiklassen@gmail.com>\n"
|
||||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -16,8 +16,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 20:16+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:02+0000\n"
|
||||||
"Last-Translator: Frederik Lassen <frederiklassen@gmail.com>\n"
|
"Last-Translator: Frederik Lassen <frederiklassen@gmail.com>\n"
|
||||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -10,8 +10,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 20:33+0000\n"
|
"PO-Revision-Date: 2013-02-12 09:46+0000\n"
|
||||||
"Last-Translator: Frederik Lassen <frederiklassen@gmail.com>\n"
|
"Last-Translator: Frederik Lassen <frederiklassen@gmail.com>\n"
|
||||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 20:31+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: Frederik Lassen <frederiklassen@gmail.com>\n"
|
"Last-Translator: Frederik Lassen <frederiklassen@gmail.com>\n"
|
||||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -10,8 +10,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 20:37+0000\n"
|
"PO-Revision-Date: 2013-02-12 09:46+0000\n"
|
||||||
"Last-Translator: Frederik Lassen <frederiklassen@gmail.com>\n"
|
"Last-Translator: Frederik Lassen <frederiklassen@gmail.com>\n"
|
||||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -11,8 +11,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 20:27+0000\n"
|
"PO-Revision-Date: 2013-02-12 09:46+0000\n"
|
||||||
"Last-Translator: Frederik Lassen <frederiklassen@gmail.com>\n"
|
"Last-Translator: Frederik Lassen <frederiklassen@gmail.com>\n"
|
||||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -18,9 +18,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 20:19+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: Frederik Lassen <frederiklassen@gmail.com>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\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"
|
||||||
|
@ -131,10 +131,220 @@ msgstr "Opdateret"
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "Gemmer..."
|
msgstr "Gemmer..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Grupper"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "Gruppe Administrator"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Slet"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "Dansk"
|
msgstr "Dansk"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "Version"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "Udviklet af <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownClouds community</a>, og <a href=\"https://github.com/owncloud\" target=\"_blank\">kildekoden</a> er underlagt licensen <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Tilføj din App"
|
msgstr "Tilføj din App"
|
||||||
|
@ -264,28 +474,10 @@ msgstr "WebDAV"
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "Brug denne adresse til at oprette forbindelse til din ownCloud i din filstyring"
|
msgstr "Brug denne adresse til at oprette forbindelse til din ownCloud i din filstyring"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "Version"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "Udviklet af <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownClouds community</a>, og <a href=\"https://github.com/owncloud\" target=\"_blank\">kildekoden</a> er underlagt licensen <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr "Loginnavn"
|
msgstr "Loginnavn"
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Grupper"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Ny"
|
msgstr "Ny"
|
||||||
|
@ -302,10 +494,6 @@ msgstr "Ubegrænset"
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Andet"
|
msgstr "Andet"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "Gruppe Administrator"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Opbevaring"
|
msgstr "Opbevaring"
|
||||||
|
@ -321,7 +509,3 @@ msgstr "skift kodeord"
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "Standard"
|
msgstr "Standard"
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Slet"
|
|
||||||
|
|
|
@ -28,8 +28,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-02-10 00:08+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-09 23:08+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:01+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -99,15 +99,15 @@ msgstr "Ungültiges Verzeichnis."
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Dateien"
|
msgstr "Dateien"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Löschen"
|
msgstr "Löschen"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "Umbenennen"
|
msgstr "Umbenennen"
|
||||||
|
|
||||||
|
@ -213,31 +213,31 @@ msgstr "Die URL darf nicht leer sein."
|
||||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
||||||
msgstr "Ungültiger Verzeichnisname. Die Nutzung von \"Shared\" ist ownCloud vorbehalten."
|
msgstr "Ungültiger Verzeichnisname. Die Nutzung von \"Shared\" ist ownCloud vorbehalten."
|
||||||
|
|
||||||
#: js/files.js:947 templates/index.php:67
|
#: js/files.js:948 templates/index.php:67
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Name"
|
msgstr "Name"
|
||||||
|
|
||||||
#: js/files.js:948 templates/index.php:78
|
#: js/files.js:949 templates/index.php:78
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr "Größe"
|
msgstr "Größe"
|
||||||
|
|
||||||
#: js/files.js:949 templates/index.php:80
|
#: js/files.js:950 templates/index.php:80
|
||||||
msgid "Modified"
|
msgid "Modified"
|
||||||
msgstr "Bearbeitet"
|
msgstr "Bearbeitet"
|
||||||
|
|
||||||
#: js/files.js:968
|
#: js/files.js:969
|
||||||
msgid "1 folder"
|
msgid "1 folder"
|
||||||
msgstr "1 Ordner"
|
msgstr "1 Ordner"
|
||||||
|
|
||||||
#: js/files.js:970
|
#: js/files.js:971
|
||||||
msgid "{count} folders"
|
msgid "{count} folders"
|
||||||
msgstr "{count} Ordner"
|
msgstr "{count} Ordner"
|
||||||
|
|
||||||
#: js/files.js:978
|
#: js/files.js:979
|
||||||
msgid "1 file"
|
msgid "1 file"
|
||||||
msgstr "1 Datei"
|
msgstr "1 Datei"
|
||||||
|
|
||||||
#: js/files.js:980
|
#: js/files.js:981
|
||||||
msgid "{count} files"
|
msgid "{count} files"
|
||||||
msgstr "{count} Dateien"
|
msgstr "{count} Dateien"
|
||||||
|
|
||||||
|
|
|
@ -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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -26,8 +26,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 15:01+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -139,10 +139,220 @@ msgstr ""
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "Speichern..."
|
msgstr "Speichern..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Gruppen"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "Gruppenadministrator"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Löschen"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "Deutsch (Persönlich)"
|
msgstr "Deutsch (Persönlich)"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "Version"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "Entwickelt von der <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-Community</a>, der <a href=\"https://github.com/owncloud\" target=\"_blank\">Quellcode</a> ist unter der <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> lizenziert."
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Füge Deine Anwendung hinzu"
|
msgstr "Füge Deine Anwendung hinzu"
|
||||||
|
@ -272,28 +482,10 @@ msgstr "WebDAV"
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "Verwende diese Adresse, um Deinen Dateimanager mit Deiner ownCloud zu verbinden"
|
msgstr "Verwende diese Adresse, um Deinen Dateimanager mit Deiner ownCloud zu verbinden"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "Version"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "Entwickelt von der <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-Community</a>, der <a href=\"https://github.com/owncloud\" target=\"_blank\">Quellcode</a> ist unter der <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> lizenziert."
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr "Loginname"
|
msgstr "Loginname"
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Gruppen"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Anlegen"
|
msgstr "Anlegen"
|
||||||
|
@ -310,10 +502,6 @@ msgstr "Unbegrenzt"
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Andere"
|
msgstr "Andere"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "Gruppenadministrator"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Speicher"
|
msgstr "Speicher"
|
||||||
|
@ -329,7 +517,3 @@ msgstr "Neues Passwort setzen"
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "Standard"
|
msgstr "Standard"
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Löschen"
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
# <m.fresel@sysangels.com>, 2012.
|
# <m.fresel@sysangels.com>, 2012.
|
||||||
# <niko@nik-o-mat.de>, 2012.
|
# <niko@nik-o-mat.de>, 2012.
|
||||||
# Phi Lieb <>, 2012.
|
# Phi Lieb <>, 2012.
|
||||||
|
# <stefan.niedermann@googlemail.com>, 2013.
|
||||||
# <Steve_Reichert@gmx.de>, 2013.
|
# <Steve_Reichert@gmx.de>, 2013.
|
||||||
# Susi <>, 2013.
|
# Susi <>, 2013.
|
||||||
# <thomas.mueller@tmit.eu>, 2012.
|
# <thomas.mueller@tmit.eu>, 2012.
|
||||||
|
@ -25,9 +26,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-02-09 00:12+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-08 23:12+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:42+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: stefanniedermann <stefan.niedermann@googlemail.com>\n"
|
||||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
|
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\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"
|
||||||
|
@ -174,59 +175,59 @@ msgstr "November"
|
||||||
msgid "December"
|
msgid "December"
|
||||||
msgstr "Dezember"
|
msgstr "Dezember"
|
||||||
|
|
||||||
#: js/js.js:284
|
#: js/js.js:286
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Einstellungen"
|
msgstr "Einstellungen"
|
||||||
|
|
||||||
#: js/js.js:764
|
#: js/js.js:767
|
||||||
msgid "seconds ago"
|
msgid "seconds ago"
|
||||||
msgstr "Gerade eben"
|
msgstr "Gerade eben"
|
||||||
|
|
||||||
#: js/js.js:765
|
#: js/js.js:768
|
||||||
msgid "1 minute ago"
|
msgid "1 minute ago"
|
||||||
msgstr "Vor 1 Minute"
|
msgstr "Vor 1 Minute"
|
||||||
|
|
||||||
#: js/js.js:766
|
#: js/js.js:769
|
||||||
msgid "{minutes} minutes ago"
|
msgid "{minutes} minutes ago"
|
||||||
msgstr "Vor {minutes} Minuten"
|
msgstr "Vor {minutes} Minuten"
|
||||||
|
|
||||||
#: js/js.js:767
|
#: js/js.js:770
|
||||||
msgid "1 hour ago"
|
msgid "1 hour ago"
|
||||||
msgstr "Vor einer Stunde"
|
msgstr "Vor einer Stunde"
|
||||||
|
|
||||||
#: js/js.js:768
|
#: js/js.js:771
|
||||||
msgid "{hours} hours ago"
|
msgid "{hours} hours ago"
|
||||||
msgstr "Vor {hours} Stunden"
|
msgstr "Vor {hours} Stunden"
|
||||||
|
|
||||||
#: js/js.js:769
|
#: js/js.js:772
|
||||||
msgid "today"
|
msgid "today"
|
||||||
msgstr "Heute"
|
msgstr "Heute"
|
||||||
|
|
||||||
#: js/js.js:770
|
#: js/js.js:773
|
||||||
msgid "yesterday"
|
msgid "yesterday"
|
||||||
msgstr "Gestern"
|
msgstr "Gestern"
|
||||||
|
|
||||||
#: js/js.js:771
|
#: js/js.js:774
|
||||||
msgid "{days} days ago"
|
msgid "{days} days ago"
|
||||||
msgstr "Vor {days} Tag(en)"
|
msgstr "Vor {days} Tag(en)"
|
||||||
|
|
||||||
#: js/js.js:772
|
#: js/js.js:775
|
||||||
msgid "last month"
|
msgid "last month"
|
||||||
msgstr "Letzten Monat"
|
msgstr "Letzten Monat"
|
||||||
|
|
||||||
#: js/js.js:773
|
#: js/js.js:776
|
||||||
msgid "{months} months ago"
|
msgid "{months} months ago"
|
||||||
msgstr "Vor {months} Monaten"
|
msgstr "Vor {months} Monaten"
|
||||||
|
|
||||||
#: js/js.js:774
|
#: js/js.js:777
|
||||||
msgid "months ago"
|
msgid "months ago"
|
||||||
msgstr "Vor Monaten"
|
msgstr "Vor Monaten"
|
||||||
|
|
||||||
#: js/js.js:775
|
#: js/js.js:778
|
||||||
msgid "last year"
|
msgid "last year"
|
||||||
msgstr "Letztes Jahr"
|
msgstr "Letztes Jahr"
|
||||||
|
|
||||||
#: js/js.js:776
|
#: js/js.js:779
|
||||||
msgid "years ago"
|
msgid "years ago"
|
||||||
msgstr "Vor Jahren"
|
msgstr "Vor Jahren"
|
||||||
|
|
||||||
|
@ -256,8 +257,8 @@ msgid "The object type is not specified."
|
||||||
msgstr "Der Objekttyp ist nicht angegeben."
|
msgstr "Der Objekttyp ist nicht angegeben."
|
||||||
|
|
||||||
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||||
#: js/oc-vcategories.js:195 js/share.js:152 js/share.js:159 js/share.js:571
|
#: js/oc-vcategories.js:195 js/share.js:152 js/share.js:159 js/share.js:582
|
||||||
#: js/share.js:583
|
#: js/share.js:594
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Fehler"
|
msgstr "Fehler"
|
||||||
|
|
||||||
|
@ -269,15 +270,15 @@ msgstr "Der App-Name ist nicht angegeben."
|
||||||
msgid "The required file {file} is not installed!"
|
msgid "The required file {file} is not installed!"
|
||||||
msgstr "Die benötigte Datei {file} ist nicht installiert."
|
msgstr "Die benötigte Datei {file} ist nicht installiert."
|
||||||
|
|
||||||
#: js/share.js:29 js/share.js:43 js/share.js:90 js/share.js:93
|
#: js/share.js:29 js/share.js:43 js/share.js:90
|
||||||
msgid "Share"
|
|
||||||
msgstr "Freigeben"
|
|
||||||
|
|
||||||
#: js/share.js:29 js/share.js:43 js/share.js:90 js/share.js:93
|
|
||||||
msgid "Shared"
|
msgid "Shared"
|
||||||
msgstr "Freigegeben"
|
msgstr "Freigegeben"
|
||||||
|
|
||||||
#: js/share.js:141 js/share.js:611
|
#: js/share.js:93
|
||||||
|
msgid "Share"
|
||||||
|
msgstr "Freigeben"
|
||||||
|
|
||||||
|
#: js/share.js:141 js/share.js:622
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
msgstr "Fehler bei der Freigabe"
|
msgstr "Fehler bei der Freigabe"
|
||||||
|
|
||||||
|
@ -373,23 +374,23 @@ msgstr "löschen"
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr "freigeben"
|
msgstr "freigeben"
|
||||||
|
|
||||||
#: js/share.js:373 js/share.js:558
|
#: js/share.js:373 js/share.js:569
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr "Durch ein Passwort geschützt"
|
msgstr "Durch ein Passwort geschützt"
|
||||||
|
|
||||||
#: js/share.js:571
|
#: js/share.js:582
|
||||||
msgid "Error unsetting expiration date"
|
msgid "Error unsetting expiration date"
|
||||||
msgstr "Fehler beim Entfernen des Ablaufdatums"
|
msgstr "Fehler beim Entfernen des Ablaufdatums"
|
||||||
|
|
||||||
#: js/share.js:583
|
#: js/share.js:594
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr "Fehler beim Setzen des Ablaufdatums"
|
msgstr "Fehler beim Setzen des Ablaufdatums"
|
||||||
|
|
||||||
#: js/share.js:598
|
#: js/share.js:609
|
||||||
msgid "Sending ..."
|
msgid "Sending ..."
|
||||||
msgstr "Sende ..."
|
msgstr "Sende ..."
|
||||||
|
|
||||||
#: js/share.js:609
|
#: js/share.js:620
|
||||||
msgid "Email sent"
|
msgid "Email sent"
|
||||||
msgstr "Email gesendet"
|
msgstr "Email gesendet"
|
||||||
|
|
||||||
|
@ -505,14 +506,14 @@ msgstr "Ohne einen sicheren Zufallszahlengenerator sind Angreifer in der Lage, d
|
||||||
msgid ""
|
msgid ""
|
||||||
"Your data directory and files are probably accessible from the internet "
|
"Your data directory and files are probably accessible from the internet "
|
||||||
"because the .htaccess file does not work."
|
"because the .htaccess file does not work."
|
||||||
msgstr ""
|
msgstr "Dein Daten-Verzeichnis und deine Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert."
|
||||||
|
|
||||||
#: templates/installation.php:32
|
#: templates/installation.php:32
|
||||||
msgid ""
|
msgid ""
|
||||||
"For information how to properly configure your server, please see the <a "
|
"For information how to properly configure your server, please see the <a "
|
||||||
"href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" "
|
"href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" "
|
||||||
"target=\"_blank\">documentation</a>."
|
"target=\"_blank\">documentation</a>."
|
||||||
msgstr ""
|
msgstr "Bitte lesen Sie die <a href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" target=\"_blank\">Dokumentation</a> für Informationen, wie Sie Ihren Server wahrscheinlich konfigurieren."
|
||||||
|
|
||||||
#: templates/installation.php:36
|
#: templates/installation.php:36
|
||||||
msgid "Create an <strong>admin account</strong>"
|
msgid "Create an <strong>admin account</strong>"
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
# <niko@nik-o-mat.de>, 2012.
|
# <niko@nik-o-mat.de>, 2012.
|
||||||
# Phi Lieb <>, 2012.
|
# Phi Lieb <>, 2012.
|
||||||
# Phillip Schichtel <quick_wango@code-infection.de>, 2013.
|
# Phillip Schichtel <quick_wango@code-infection.de>, 2013.
|
||||||
|
# <stefan.niedermann@googlemail.com>, 2013.
|
||||||
# <Steve_Reichert@gmx.de>, 2013.
|
# <Steve_Reichert@gmx.de>, 2013.
|
||||||
# Susi <>, 2013.
|
# Susi <>, 2013.
|
||||||
# <thomas.mueller@tmit.eu>, 2012.
|
# <thomas.mueller@tmit.eu>, 2012.
|
||||||
|
@ -30,9 +31,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-02-10 00:08+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-09 23:08+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:42+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: stefanniedermann <stefan.niedermann@googlemail.com>\n"
|
||||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
|
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\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"
|
||||||
|
@ -101,15 +102,15 @@ msgstr "Ungültiges Verzeichnis."
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Dateien"
|
msgstr "Dateien"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr "Entgültig löschen"
|
msgstr "Entgültig löschen"
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Löschen"
|
msgstr "Löschen"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "Umbenennen"
|
msgstr "Umbenennen"
|
||||||
|
|
||||||
|
@ -215,31 +216,31 @@ msgstr "Die URL darf nicht leer sein."
|
||||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
||||||
msgstr "Ungültiger Verzeichnisname. Die Nutzung von \"Shared\" ist ownCloud vorbehalten"
|
msgstr "Ungültiger Verzeichnisname. Die Nutzung von \"Shared\" ist ownCloud vorbehalten"
|
||||||
|
|
||||||
#: js/files.js:947 templates/index.php:67
|
#: js/files.js:948 templates/index.php:67
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Name"
|
msgstr "Name"
|
||||||
|
|
||||||
#: js/files.js:948 templates/index.php:78
|
#: js/files.js:949 templates/index.php:78
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr "Größe"
|
msgstr "Größe"
|
||||||
|
|
||||||
#: js/files.js:949 templates/index.php:80
|
#: js/files.js:950 templates/index.php:80
|
||||||
msgid "Modified"
|
msgid "Modified"
|
||||||
msgstr "Bearbeitet"
|
msgstr "Bearbeitet"
|
||||||
|
|
||||||
#: js/files.js:968
|
#: js/files.js:969
|
||||||
msgid "1 folder"
|
msgid "1 folder"
|
||||||
msgstr "1 Ordner"
|
msgstr "1 Ordner"
|
||||||
|
|
||||||
#: js/files.js:970
|
#: js/files.js:971
|
||||||
msgid "{count} folders"
|
msgid "{count} folders"
|
||||||
msgstr "{count} Ordner"
|
msgstr "{count} Ordner"
|
||||||
|
|
||||||
#: js/files.js:978
|
#: js/files.js:979
|
||||||
msgid "1 file"
|
msgid "1 file"
|
||||||
msgstr "1 Datei"
|
msgstr "1 Datei"
|
||||||
|
|
||||||
#: js/files.js:980
|
#: js/files.js:981
|
||||||
msgid "{count} files"
|
msgid "{count} files"
|
||||||
msgstr "{count} Dateien"
|
msgstr "{count} Dateien"
|
||||||
|
|
||||||
|
@ -297,7 +298,7 @@ msgstr "Von einem Link"
|
||||||
|
|
||||||
#: templates/index.php:40
|
#: templates/index.php:40
|
||||||
msgid "Trash bin"
|
msgid "Trash bin"
|
||||||
msgstr ""
|
msgstr "Mülleimer"
|
||||||
|
|
||||||
#: templates/index.php:46
|
#: templates/index.php:46
|
||||||
msgid "Cancel upload"
|
msgid "Cancel upload"
|
||||||
|
|
|
@ -5,14 +5,15 @@
|
||||||
# Translators:
|
# Translators:
|
||||||
# I Robot <owncloud-bot@tmit.eu>, 2013.
|
# I Robot <owncloud-bot@tmit.eu>, 2013.
|
||||||
# Phillip Schichtel <quick_wango@code-infection.de>, 2013.
|
# Phillip Schichtel <quick_wango@code-infection.de>, 2013.
|
||||||
|
# <stefan.niedermann@googlemail.com>, 2013.
|
||||||
# Susi <>, 2013.
|
# Susi <>, 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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:43+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: stefanniedermann <stefan.niedermann@googlemail.com>\n"
|
||||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
|
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\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"
|
||||||
|
@ -23,12 +24,12 @@ msgstr ""
|
||||||
#: ajax/delete.php:22
|
#: ajax/delete.php:22
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Couldn't delete %s permanently"
|
msgid "Couldn't delete %s permanently"
|
||||||
msgstr ""
|
msgstr "Konnte %s nicht permanent löschen"
|
||||||
|
|
||||||
#: ajax/undelete.php:41
|
#: ajax/undelete.php:41
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Couldn't restore %s"
|
msgid "Couldn't restore %s"
|
||||||
msgstr ""
|
msgstr "Konnte %s nicht wiederherstellen"
|
||||||
|
|
||||||
#: js/trash.js:7 js/trash.js:94
|
#: js/trash.js:7 js/trash.js:94
|
||||||
msgid "perform restore operation"
|
msgid "perform restore operation"
|
||||||
|
|
|
@ -8,14 +8,15 @@
|
||||||
# <mail@felixmoeller.de>, 2012.
|
# <mail@felixmoeller.de>, 2012.
|
||||||
# <niko@nik-o-mat.de>, 2013.
|
# <niko@nik-o-mat.de>, 2013.
|
||||||
# <niko@nik-o-mat.de>, 2012.
|
# <niko@nik-o-mat.de>, 2012.
|
||||||
|
# <stefan.niedermann@googlemail.com>, 2013.
|
||||||
# <thomas.mueller@tmit.eu>, 2012.
|
# <thomas.mueller@tmit.eu>, 2012.
|
||||||
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-02-09 00:12+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-08 12:20+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:55+0000\n"
|
||||||
"Last-Translator: JamFX <niko@nik-o-mat.de>\n"
|
"Last-Translator: stefanniedermann <stefan.niedermann@googlemail.com>\n"
|
||||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
|
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\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"
|
||||||
|
@ -26,7 +27,7 @@ msgstr ""
|
||||||
#: ajax/rollbackVersion.php:15
|
#: ajax/rollbackVersion.php:15
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Could not revert: %s"
|
msgid "Could not revert: %s"
|
||||||
msgstr ""
|
msgstr "Konnte nicht zurücksetzen: %s"
|
||||||
|
|
||||||
#: history.php:40
|
#: history.php:40
|
||||||
msgid "success"
|
msgid "success"
|
||||||
|
@ -35,7 +36,7 @@ msgstr "Erfolgreich"
|
||||||
#: history.php:42
|
#: history.php:42
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "File %s was reverted to version %s"
|
msgid "File %s was reverted to version %s"
|
||||||
msgstr ""
|
msgstr "Die Datei %s wurde zur Version %s zurückgesetzt"
|
||||||
|
|
||||||
#: history.php:49
|
#: history.php:49
|
||||||
msgid "failure"
|
msgid "failure"
|
||||||
|
@ -44,7 +45,7 @@ msgstr "Fehlgeschlagen"
|
||||||
#: history.php:51
|
#: history.php:51
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "File %s could not be reverted to version %s"
|
msgid "File %s could not be reverted to version %s"
|
||||||
msgstr ""
|
msgstr "Doe Dateo %s konnte nicht zur Version %s zurückgesetzt werden"
|
||||||
|
|
||||||
#: history.php:68
|
#: history.php:68
|
||||||
msgid "No old versions available"
|
msgid "No old versions available"
|
||||||
|
@ -60,7 +61,7 @@ msgstr "Historie"
|
||||||
|
|
||||||
#: templates/history.php:20
|
#: templates/history.php:20
|
||||||
msgid "Revert a file to a previous version by clicking on its revert button"
|
msgid "Revert a file to a previous version by clicking on its revert button"
|
||||||
msgstr ""
|
msgstr "Setze eine Datei zu durch Klicken auf den Zurücksetzen-Button auf einer frühere Version zurück"
|
||||||
|
|
||||||
#: templates/settings.php:3
|
#: templates/settings.php:3
|
||||||
msgid "Files Versioning"
|
msgid "Files Versioning"
|
||||||
|
|
|
@ -9,15 +9,16 @@
|
||||||
# Jan-Christoph Borchardt <hey@jancborchardt.net>, 2012.
|
# Jan-Christoph Borchardt <hey@jancborchardt.net>, 2012.
|
||||||
# Marcel Kühlhorn <susefan93@gmx.de>, 2012.
|
# Marcel Kühlhorn <susefan93@gmx.de>, 2012.
|
||||||
# Phi Lieb <>, 2012.
|
# Phi Lieb <>, 2012.
|
||||||
|
# <stefan.niedermann@googlemail.com>, 2013.
|
||||||
# <thomas.mueller@tmit.eu>, 2012.
|
# <thomas.mueller@tmit.eu>, 2012.
|
||||||
# <transifex.3.mensaje@spamgourmet.com>, 2012.
|
# <transifex.3.mensaje@spamgourmet.com>, 2012.
|
||||||
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-02-11 15:39+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 14:41+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:54+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: stefanniedermann <stefan.niedermann@googlemail.com>\n"
|
||||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
|
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\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"
|
||||||
|
@ -95,51 +96,51 @@ msgstr "Bilder"
|
||||||
|
|
||||||
#: setup.php:34
|
#: setup.php:34
|
||||||
msgid "Set an admin username."
|
msgid "Set an admin username."
|
||||||
msgstr ""
|
msgstr "Setze Administrator Benutzername."
|
||||||
|
|
||||||
#: setup.php:37
|
#: setup.php:37
|
||||||
msgid "Set an admin password."
|
msgid "Set an admin password."
|
||||||
msgstr ""
|
msgstr "Setze Administrator Passwort"
|
||||||
|
|
||||||
#: setup.php:40
|
#: setup.php:40
|
||||||
msgid "Specify a data folder."
|
msgid "Specify a data folder."
|
||||||
msgstr ""
|
msgstr "Spezifiziere Datei-Verzeichnis."
|
||||||
|
|
||||||
#: setup.php:53
|
#: setup.php:53
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s enter the database username."
|
msgid "%s enter the database username."
|
||||||
msgstr ""
|
msgstr "%s gib den Datenbank-Benutzernamen an."
|
||||||
|
|
||||||
#: setup.php:56
|
#: setup.php:56
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s enter the database name."
|
msgid "%s enter the database name."
|
||||||
msgstr ""
|
msgstr "%s gib den Datenbank-Namen an."
|
||||||
|
|
||||||
#: setup.php:59
|
#: setup.php:59
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s you may not use dots in the database name"
|
msgid "%s you may not use dots in the database name"
|
||||||
msgstr ""
|
msgstr "%s du darfst keine Punkte im Datenbank-Namen verwenden"
|
||||||
|
|
||||||
#: setup.php:62
|
#: setup.php:62
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s set the database host."
|
msgid "%s set the database host."
|
||||||
msgstr ""
|
msgstr "%s setze den Datenbank-Host"
|
||||||
|
|
||||||
#: setup.php:126 setup.php:291 setup.php:336
|
#: setup.php:126 setup.php:291 setup.php:336
|
||||||
msgid "PostgreSQL username and/or password not valid"
|
msgid "PostgreSQL username and/or password not valid"
|
||||||
msgstr ""
|
msgstr "PostgreSQL Benutzername und/oder Passwort nicht valide"
|
||||||
|
|
||||||
#: setup.php:127 setup.php:150 setup.php:204
|
#: setup.php:127 setup.php:150 setup.php:204
|
||||||
msgid "You need to enter either an existing account or the administrator."
|
msgid "You need to enter either an existing account or the administrator."
|
||||||
msgstr ""
|
msgstr "Du musst einen bestehenden Account oder den Administrator angeben."
|
||||||
|
|
||||||
#: setup.php:149 setup.php:423 setup.php:489
|
#: setup.php:149 setup.php:423 setup.php:489
|
||||||
msgid "Oracle username and/or password not valid"
|
msgid "Oracle username and/or password not valid"
|
||||||
msgstr ""
|
msgstr "Oracle Benutzername und/oder Passwort nicht valide"
|
||||||
|
|
||||||
#: setup.php:203
|
#: setup.php:203
|
||||||
msgid "MySQL username and/or password not valid"
|
msgid "MySQL username and/or password not valid"
|
||||||
msgstr ""
|
msgstr "MySQL Benutzername und/oder Passwort nicht valide"
|
||||||
|
|
||||||
#: setup.php:255 setup.php:357 setup.php:366 setup.php:384 setup.php:394
|
#: setup.php:255 setup.php:357 setup.php:366 setup.php:384 setup.php:394
|
||||||
#: setup.php:403 setup.php:430 setup.php:496 setup.php:522 setup.php:529
|
#: setup.php:403 setup.php:430 setup.php:496 setup.php:522 setup.php:529
|
||||||
|
@ -147,37 +148,37 @@ msgstr ""
|
||||||
#: setup.php:579
|
#: setup.php:579
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "DB Error: \"%s\""
|
msgid "DB Error: \"%s\""
|
||||||
msgstr ""
|
msgstr "DB Fehler: \"%s\""
|
||||||
|
|
||||||
#: setup.php:256 setup.php:358 setup.php:367 setup.php:385 setup.php:395
|
#: setup.php:256 setup.php:358 setup.php:367 setup.php:385 setup.php:395
|
||||||
#: setup.php:404 setup.php:431 setup.php:497 setup.php:523 setup.php:530
|
#: setup.php:404 setup.php:431 setup.php:497 setup.php:523 setup.php:530
|
||||||
#: setup.php:541 setup.php:557 setup.php:565 setup.php:574
|
#: setup.php:541 setup.php:557 setup.php:565 setup.php:574
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Offending command was: \"%s\""
|
msgid "Offending command was: \"%s\""
|
||||||
msgstr ""
|
msgstr "Fehlerhaftes Kommando war: \"%s\""
|
||||||
|
|
||||||
#: setup.php:270
|
#: setup.php:270
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "MySQL user '%s'@'localhost' exists already."
|
msgid "MySQL user '%s'@'localhost' exists already."
|
||||||
msgstr ""
|
msgstr "MySQL Benutzer '%s'@'localhost' existiert bereits."
|
||||||
|
|
||||||
#: setup.php:271
|
#: setup.php:271
|
||||||
msgid "Drop this user from MySQL"
|
msgid "Drop this user from MySQL"
|
||||||
msgstr ""
|
msgstr "Lösche diesen Benutzer von MySQL"
|
||||||
|
|
||||||
#: setup.php:276
|
#: setup.php:276
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "MySQL user '%s'@'%%' already exists"
|
msgid "MySQL user '%s'@'%%' already exists"
|
||||||
msgstr ""
|
msgstr "MySQL Benutzer '%s'@'%%' existiert bereits"
|
||||||
|
|
||||||
#: setup.php:277
|
#: setup.php:277
|
||||||
msgid "Drop this user from MySQL."
|
msgid "Drop this user from MySQL."
|
||||||
msgstr ""
|
msgstr "Lösche diesen Benutzer von MySQL."
|
||||||
|
|
||||||
#: setup.php:548 setup.php:580
|
#: setup.php:548 setup.php:580
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Offending command was: \"%s\", name: %s, password: %s"
|
msgid "Offending command was: \"%s\", name: %s, password: %s"
|
||||||
msgstr ""
|
msgstr "Fehlerhaftes Kommando war: \"%s\", Name: %s, Passwort: %s"
|
||||||
|
|
||||||
#: setup.php:644
|
#: setup.php:644
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|
|
@ -29,8 +29,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 15:01+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
|
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -142,10 +142,220 @@ msgstr "Geupdated"
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "Speichern..."
|
msgstr "Speichern..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Gruppen"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "Gruppenadministrator"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Löschen"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "Deutsch (Förmlich: Sie)"
|
msgstr "Deutsch (Förmlich: Sie)"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "Version"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "Entwickelt von der <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-Community</a>. Der <a href=\"https://github.com/owncloud\" target=\"_blank\">Quellcode</a> ist unter der <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> lizenziert."
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Fügen Sie Ihre Anwendung hinzu"
|
msgstr "Fügen Sie Ihre Anwendung hinzu"
|
||||||
|
@ -201,7 +411,7 @@ msgstr "Sie verwenden <strong>%s</strong> der verfügbaren <strong>%s</strong>"
|
||||||
|
|
||||||
#: templates/personal.php:14
|
#: templates/personal.php:14
|
||||||
msgid "Get the apps to sync your files"
|
msgid "Get the apps to sync your files"
|
||||||
msgstr ""
|
msgstr "Installiere die App um Deine Dateien zu synchronisieren"
|
||||||
|
|
||||||
#: templates/personal.php:25
|
#: templates/personal.php:25
|
||||||
msgid "Show First Run Wizard again"
|
msgid "Show First Run Wizard again"
|
||||||
|
@ -275,28 +485,10 @@ msgstr "WebDAV"
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "Verwenden Sie diese Adresse, um Ihren Dateimanager mit Ihrer ownCloud zu verbinden"
|
msgstr "Verwenden Sie diese Adresse, um Ihren Dateimanager mit Ihrer ownCloud zu verbinden"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "Version"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "Entwickelt von der <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-Community</a>. Der <a href=\"https://github.com/owncloud\" target=\"_blank\">Quellcode</a> ist unter der <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> lizenziert."
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr "Loginname"
|
msgstr "Loginname"
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Gruppen"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Anlegen"
|
msgstr "Anlegen"
|
||||||
|
@ -313,10 +505,6 @@ msgstr "Unbegrenzt"
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Andere"
|
msgstr "Andere"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "Gruppenadministrator"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Speicher"
|
msgstr "Speicher"
|
||||||
|
@ -332,7 +520,3 @@ msgstr "Neues Passwort setzen"
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "Standard"
|
msgstr "Standard"
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Löschen"
|
|
||||||
|
|
|
@ -18,9 +18,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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:43+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: stefanniedermann <stefan.niedermann@googlemail.com>\n"
|
||||||
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
|
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\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"
|
||||||
|
@ -225,7 +225,7 @@ msgstr "Nutze TLS"
|
||||||
|
|
||||||
#: templates/settings.php:38
|
#: templates/settings.php:38
|
||||||
msgid "Do not use it additionally for LDAPS connections, it will fail."
|
msgid "Do not use it additionally for LDAPS connections, it will fail."
|
||||||
msgstr ""
|
msgstr "Benutze es nicht zusätzlich für LDAPS Verbindungen, es wird scheitern."
|
||||||
|
|
||||||
#: templates/settings.php:39
|
#: templates/settings.php:39
|
||||||
msgid "Case insensitve LDAP server (Windows)"
|
msgid "Case insensitve LDAP server (Windows)"
|
||||||
|
|
|
@ -15,8 +15,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-02-10 00:08+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-09 23:08+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:02+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -86,15 +86,15 @@ msgstr "Μη έγκυρος φάκελος."
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Αρχεία"
|
msgstr "Αρχεία"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr "Μόνιμη διαγραφή"
|
msgstr "Μόνιμη διαγραφή"
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Διαγραφή"
|
msgstr "Διαγραφή"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "Μετονομασία"
|
msgstr "Μετονομασία"
|
||||||
|
|
||||||
|
@ -200,31 +200,31 @@ msgstr "Η URL δεν πρέπει να είναι κενή."
|
||||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
||||||
msgstr "Μη έγκυρο όνομα φακέλου. Η χρήση του 'Κοινόχρηστος' χρησιμοποιείται από ο Owncloud"
|
msgstr "Μη έγκυρο όνομα φακέλου. Η χρήση του 'Κοινόχρηστος' χρησιμοποιείται από ο Owncloud"
|
||||||
|
|
||||||
#: js/files.js:947 templates/index.php:67
|
#: js/files.js:948 templates/index.php:67
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Όνομα"
|
msgstr "Όνομα"
|
||||||
|
|
||||||
#: js/files.js:948 templates/index.php:78
|
#: js/files.js:949 templates/index.php:78
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr "Μέγεθος"
|
msgstr "Μέγεθος"
|
||||||
|
|
||||||
#: js/files.js:949 templates/index.php:80
|
#: js/files.js:950 templates/index.php:80
|
||||||
msgid "Modified"
|
msgid "Modified"
|
||||||
msgstr "Τροποποιήθηκε"
|
msgstr "Τροποποιήθηκε"
|
||||||
|
|
||||||
#: js/files.js:968
|
#: js/files.js:969
|
||||||
msgid "1 folder"
|
msgid "1 folder"
|
||||||
msgstr "1 φάκελος"
|
msgstr "1 φάκελος"
|
||||||
|
|
||||||
#: js/files.js:970
|
#: js/files.js:971
|
||||||
msgid "{count} folders"
|
msgid "{count} folders"
|
||||||
msgstr "{count} φάκελοι"
|
msgstr "{count} φάκελοι"
|
||||||
|
|
||||||
#: js/files.js:978
|
#: js/files.js:979
|
||||||
msgid "1 file"
|
msgid "1 file"
|
||||||
msgstr "1 αρχείο"
|
msgstr "1 αρχείο"
|
||||||
|
|
||||||
#: js/files.js:980
|
#: js/files.js:981
|
||||||
msgid "{count} files"
|
msgid "{count} files"
|
||||||
msgstr "{count} αρχεία"
|
msgstr "{count} αρχεία"
|
||||||
|
|
||||||
|
|
|
@ -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-02-10 00:08+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-09 14:20+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: Dimitris M. <monopatis@gmail.com>\n"
|
"Last-Translator: Dimitris M. <monopatis@gmail.com>\n"
|
||||||
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -19,8 +19,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 15:01+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -132,10 +132,220 @@ msgstr ""
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "Αποθήκευση..."
|
msgstr "Αποθήκευση..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Ομάδες"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "Ομάδα Διαχειριστών"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Διαγραφή"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "__όνομα_γλώσσας__"
|
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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "Έκδοση"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "Αναπτύχθηκε από την <a href=\"http://ownCloud.org/contact\" target=\"_blank\">κοινότητα ownCloud</a>, ο <a href=\"https://github.com/owncloud\" target=\"_blank\">πηγαίος κώδικας</a> είναι υπό άδεια χρήσης <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Πρόσθεστε τη Δικιά σας Εφαρμογή"
|
msgstr "Πρόσθεστε τη Δικιά σας Εφαρμογή"
|
||||||
|
@ -265,28 +475,10 @@ msgstr "WebDAV"
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "Χρήση αυτής της διεύθυνσης για σύνδεση στο ownCloud με τον διαχειριστή αρχείων σας"
|
msgstr "Χρήση αυτής της διεύθυνσης για σύνδεση στο ownCloud με τον διαχειριστή αρχείων σας"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "Έκδοση"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "Αναπτύχθηκε από την <a href=\"http://ownCloud.org/contact\" target=\"_blank\">κοινότητα ownCloud</a>, ο <a href=\"https://github.com/owncloud\" target=\"_blank\">πηγαίος κώδικας</a> είναι υπό άδεια χρήσης <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Ομάδες"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Δημιουργία"
|
msgstr "Δημιουργία"
|
||||||
|
@ -303,10 +495,6 @@ msgstr "Απεριόριστο"
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Άλλα"
|
msgstr "Άλλα"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "Ομάδα Διαχειριστών"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Αποθήκευση"
|
msgstr "Αποθήκευση"
|
||||||
|
@ -322,7 +510,3 @@ msgstr ""
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "Προκαθορισμένο"
|
msgstr "Προκαθορισμένο"
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Διαγραφή"
|
|
||||||
|
|
|
@ -10,8 +10,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-02-10 00:08+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-09 23:08+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:01+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
|
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -81,15 +81,15 @@ msgstr "Nevalida dosierujo."
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Dosieroj"
|
msgstr "Dosieroj"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Forigi"
|
msgstr "Forigi"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "Alinomigi"
|
msgstr "Alinomigi"
|
||||||
|
|
||||||
|
@ -195,31 +195,31 @@ msgstr "URL ne povas esti malplena."
|
||||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
||||||
msgstr "Nevalida dosierujnomo. Uzo de “Shared” rezervatas de Owncloud."
|
msgstr "Nevalida dosierujnomo. Uzo de “Shared” rezervatas de Owncloud."
|
||||||
|
|
||||||
#: js/files.js:947 templates/index.php:67
|
#: js/files.js:948 templates/index.php:67
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nomo"
|
msgstr "Nomo"
|
||||||
|
|
||||||
#: js/files.js:948 templates/index.php:78
|
#: js/files.js:949 templates/index.php:78
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr "Grando"
|
msgstr "Grando"
|
||||||
|
|
||||||
#: js/files.js:949 templates/index.php:80
|
#: js/files.js:950 templates/index.php:80
|
||||||
msgid "Modified"
|
msgid "Modified"
|
||||||
msgstr "Modifita"
|
msgstr "Modifita"
|
||||||
|
|
||||||
#: js/files.js:968
|
#: js/files.js:969
|
||||||
msgid "1 folder"
|
msgid "1 folder"
|
||||||
msgstr "1 dosierujo"
|
msgstr "1 dosierujo"
|
||||||
|
|
||||||
#: js/files.js:970
|
#: js/files.js:971
|
||||||
msgid "{count} folders"
|
msgid "{count} folders"
|
||||||
msgstr "{count} dosierujoj"
|
msgstr "{count} dosierujoj"
|
||||||
|
|
||||||
#: js/files.js:978
|
#: js/files.js:979
|
||||||
msgid "1 file"
|
msgid "1 file"
|
||||||
msgstr "1 dosiero"
|
msgstr "1 dosiero"
|
||||||
|
|
||||||
#: js/files.js:980
|
#: js/files.js:981
|
||||||
msgid "{count} files"
|
msgid "{count} files"
|
||||||
msgstr "{count} dosierujoj"
|
msgstr "{count} dosierujoj"
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
|
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -10,8 +10,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-02-11 15:39+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 14:39+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
|
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -123,10 +123,220 @@ msgstr ""
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "Konservante..."
|
msgstr "Konservante..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Grupoj"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "Grupadministranto"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Forigi"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "Esperanto"
|
msgstr "Esperanto"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "Eldono"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "Ellaborita de la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">komunumo de ownCloud</a>, la <a href=\"https://github.com/owncloud\" target=\"_blank\">fontokodo</a> publikas laŭ la permesilo <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Aldonu vian aplikaĵon"
|
msgstr "Aldonu vian aplikaĵon"
|
||||||
|
@ -256,28 +466,10 @@ msgstr "WebDAV"
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "Uzu ĉi tiun adreson por konekti al via ownCloud vian dosieradministrilon"
|
msgstr "Uzu ĉi tiun adreson por konekti al via ownCloud vian dosieradministrilon"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "Eldono"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "Ellaborita de la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">komunumo de ownCloud</a>, la <a href=\"https://github.com/owncloud\" target=\"_blank\">fontokodo</a> publikas laŭ la permesilo <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Grupoj"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Krei"
|
msgstr "Krei"
|
||||||
|
@ -294,10 +486,6 @@ msgstr "Senlima"
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Alia"
|
msgstr "Alia"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "Grupadministranto"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Konservejo"
|
msgstr "Konservejo"
|
||||||
|
@ -313,7 +501,3 @@ msgstr ""
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "Defaŭlta"
|
msgstr "Defaŭlta"
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Forigi"
|
|
||||||
|
|
|
@ -18,8 +18,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-02-11 00:03+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-10 11:30+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:01+0000\n"
|
||||||
"Last-Translator: juanman <juanma@kde.org.ar>\n"
|
"Last-Translator: juanman <juanma@kde.org.ar>\n"
|
||||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
|
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -89,15 +89,15 @@ msgstr "Directorio invalido."
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Archivos"
|
msgstr "Archivos"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr "Eliminar permanentemente"
|
msgstr "Eliminar permanentemente"
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Eliminar"
|
msgstr "Eliminar"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "Renombrar"
|
msgstr "Renombrar"
|
||||||
|
|
||||||
|
|
|
@ -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-02-09 00:12+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-08 00:30+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: msvladimir <vladimirmartinezsierra@gmail.com>\n"
|
"Last-Translator: msvladimir <vladimirmartinezsierra@gmail.com>\n"
|
||||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
|
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -20,8 +20,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 15:01+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
|
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -133,10 +133,220 @@ msgstr "Actualizado"
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "Guardando..."
|
msgstr "Guardando..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Grupos"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "Grupo admin"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Eliminar"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "Castellano"
|
msgstr "Castellano"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "Version"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "Desarrollado por la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidad ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">código fuente</a> está bajo licencia <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Añade tu aplicación"
|
msgstr "Añade tu aplicación"
|
||||||
|
@ -266,28 +476,10 @@ msgstr "WebDAV"
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "Use esta dirección para conectarse a su cuenta de ownCloud en el administrador de archivos"
|
msgstr "Use esta dirección para conectarse a su cuenta de ownCloud en el administrador de archivos"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "Version"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "Desarrollado por la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidad ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">código fuente</a> está bajo licencia <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr "Nombre de usuario"
|
msgstr "Nombre de usuario"
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Grupos"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Crear"
|
msgstr "Crear"
|
||||||
|
@ -304,10 +496,6 @@ msgstr "Ilimitado"
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Otro"
|
msgstr "Otro"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "Grupo admin"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Alamacenamiento"
|
msgstr "Alamacenamiento"
|
||||||
|
@ -323,7 +511,3 @@ msgstr "Configurar nueva contraseña"
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "Predeterminado"
|
msgstr "Predeterminado"
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Eliminar"
|
|
||||||
|
|
|
@ -10,8 +10,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 15:50+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:01+0000\n"
|
||||||
"Last-Translator: cjtess <claudio.tessone@gmail.com>\n"
|
"Last-Translator: cjtess <claudio.tessone@gmail.com>\n"
|
||||||
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
|
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 16:00+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: cjtess <claudio.tessone@gmail.com>\n"
|
"Last-Translator: cjtess <claudio.tessone@gmail.com>\n"
|
||||||
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
|
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 16:00+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: cjtess <claudio.tessone@gmail.com>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
|
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\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"
|
||||||
|
@ -123,10 +123,220 @@ msgstr "Actualizado"
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "Guardando..."
|
msgstr "Guardando..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Grupos"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "Grupo Administrador"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Borrar"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "Castellano (Argentina)"
|
msgstr "Castellano (Argentina)"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "Versión"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "Desarrollado por la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidad ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">código fuente</a> está bajo licencia <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Añadí tu aplicación"
|
msgstr "Añadí tu aplicación"
|
||||||
|
@ -256,28 +466,10 @@ msgstr "WebDAV"
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "Utiliza esta dirección para conectarte con ownCloud en tu Administrador de Archivos"
|
msgstr "Utiliza esta dirección para conectarte con ownCloud en tu Administrador de Archivos"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "Versión"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "Desarrollado por la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidad ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">código fuente</a> está bajo licencia <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr "Nombre de "
|
msgstr "Nombre de "
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Grupos"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Crear"
|
msgstr "Crear"
|
||||||
|
@ -294,10 +486,6 @@ msgstr "Ilimitado"
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Otro"
|
msgstr "Otro"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "Grupo Administrador"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Almacenamiento"
|
msgstr "Almacenamiento"
|
||||||
|
@ -313,7 +501,3 @@ msgstr "Configurar nueva contraseña"
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "Predeterminado"
|
msgstr "Predeterminado"
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Borrar"
|
|
||||||
|
|
|
@ -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-02-10 00:08+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-09 23:08+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:02+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
|
||||||
|
@ -80,15 +80,15 @@ msgstr ""
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Failid"
|
msgstr "Failid"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Kustuta"
|
msgstr "Kustuta"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "ümber"
|
msgstr "ümber"
|
||||||
|
|
||||||
|
@ -194,31 +194,31 @@ msgstr "URL ei saa olla tühi."
|
||||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:947 templates/index.php:67
|
#: js/files.js:948 templates/index.php:67
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nimi"
|
msgstr "Nimi"
|
||||||
|
|
||||||
#: js/files.js:948 templates/index.php:78
|
#: js/files.js:949 templates/index.php:78
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr "Suurus"
|
msgstr "Suurus"
|
||||||
|
|
||||||
#: js/files.js:949 templates/index.php:80
|
#: js/files.js:950 templates/index.php:80
|
||||||
msgid "Modified"
|
msgid "Modified"
|
||||||
msgstr "Muudetud"
|
msgstr "Muudetud"
|
||||||
|
|
||||||
#: js/files.js:968
|
#: js/files.js:969
|
||||||
msgid "1 folder"
|
msgid "1 folder"
|
||||||
msgstr "1 kaust"
|
msgstr "1 kaust"
|
||||||
|
|
||||||
#: js/files.js:970
|
#: js/files.js:971
|
||||||
msgid "{count} folders"
|
msgid "{count} folders"
|
||||||
msgstr "{count} kausta"
|
msgstr "{count} kausta"
|
||||||
|
|
||||||
#: js/files.js:978
|
#: js/files.js:979
|
||||||
msgid "1 file"
|
msgid "1 file"
|
||||||
msgstr "1 fail"
|
msgstr "1 fail"
|
||||||
|
|
||||||
#: js/files.js:980
|
#: js/files.js:981
|
||||||
msgid "{count} files"
|
msgid "{count} files"
|
||||||
msgstr "{count} faili"
|
msgstr "{count} faili"
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
|
||||||
|
|
|
@ -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-02-11 15:39+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 14:39+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
|
||||||
|
@ -122,10 +122,220 @@ msgstr ""
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "Salvestamine..."
|
msgstr "Salvestamine..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Grupid"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "Grupi admin"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Kustuta"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "Eesti"
|
msgstr "Eesti"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Lisa oma rakendus"
|
msgstr "Lisa oma rakendus"
|
||||||
|
@ -255,28 +465,10 @@ msgstr ""
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Grupid"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Lisa"
|
msgstr "Lisa"
|
||||||
|
@ -293,10 +485,6 @@ msgstr ""
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Muu"
|
msgstr "Muu"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "Grupi admin"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -312,7 +500,3 @@ msgstr ""
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Kustuta"
|
|
||||||
|
|
|
@ -11,8 +11,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-02-10 00:08+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-09 23:08+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:02+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -82,15 +82,15 @@ msgstr "Baliogabeko karpeta."
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Fitxategiak"
|
msgstr "Fitxategiak"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Ezabatu"
|
msgstr "Ezabatu"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "Berrizendatu"
|
msgstr "Berrizendatu"
|
||||||
|
|
||||||
|
@ -196,31 +196,31 @@ msgstr "URLa ezin da hutsik egon."
|
||||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
||||||
msgstr "Baliogabeako karpeta izena. 'Shared' izena Owncloudek erreserbatzen du"
|
msgstr "Baliogabeako karpeta izena. 'Shared' izena Owncloudek erreserbatzen du"
|
||||||
|
|
||||||
#: js/files.js:947 templates/index.php:67
|
#: js/files.js:948 templates/index.php:67
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Izena"
|
msgstr "Izena"
|
||||||
|
|
||||||
#: js/files.js:948 templates/index.php:78
|
#: js/files.js:949 templates/index.php:78
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr "Tamaina"
|
msgstr "Tamaina"
|
||||||
|
|
||||||
#: js/files.js:949 templates/index.php:80
|
#: js/files.js:950 templates/index.php:80
|
||||||
msgid "Modified"
|
msgid "Modified"
|
||||||
msgstr "Aldatuta"
|
msgstr "Aldatuta"
|
||||||
|
|
||||||
#: js/files.js:968
|
#: js/files.js:969
|
||||||
msgid "1 folder"
|
msgid "1 folder"
|
||||||
msgstr "karpeta bat"
|
msgstr "karpeta bat"
|
||||||
|
|
||||||
#: js/files.js:970
|
#: js/files.js:971
|
||||||
msgid "{count} folders"
|
msgid "{count} folders"
|
||||||
msgstr "{count} karpeta"
|
msgstr "{count} karpeta"
|
||||||
|
|
||||||
#: js/files.js:978
|
#: js/files.js:979
|
||||||
msgid "1 file"
|
msgid "1 file"
|
||||||
msgstr "fitxategi bat"
|
msgstr "fitxategi bat"
|
||||||
|
|
||||||
#: js/files.js:980
|
#: js/files.js:981
|
||||||
msgid "{count} files"
|
msgid "{count} files"
|
||||||
msgstr "{count} fitxategi"
|
msgstr "{count} fitxategi"
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -11,8 +11,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 15:01+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -124,10 +124,220 @@ msgstr ""
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "Gordetzen..."
|
msgstr "Gordetzen..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Taldeak"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "Talde administradorea"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Ezabatu"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "Euskera"
|
msgstr "Euskera"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "Bertsioa"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud komunitateak</a> garatuta, <a href=\"https://github.com/owncloud\" target=\"_blank\">itubruru kodea</a><a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr> lizentziarekin banatzen da</a>."
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Gehitu zure aplikazioa"
|
msgstr "Gehitu zure aplikazioa"
|
||||||
|
@ -257,28 +467,10 @@ msgstr "WebDAV"
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "Erabili helbide hau zure fitxategi kudeatzailean zure ownCloudera konektatzeko"
|
msgstr "Erabili helbide hau zure fitxategi kudeatzailean zure ownCloudera konektatzeko"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "Bertsioa"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud komunitateak</a> garatuta, <a href=\"https://github.com/owncloud\" target=\"_blank\">itubruru kodea</a><a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr> lizentziarekin banatzen da</a>."
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr "Sarrera Izena"
|
msgstr "Sarrera Izena"
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Taldeak"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Sortu"
|
msgstr "Sortu"
|
||||||
|
@ -295,10 +487,6 @@ msgstr "Mugarik gabe"
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Besteak"
|
msgstr "Besteak"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "Talde administradorea"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Biltegiratzea"
|
msgstr "Biltegiratzea"
|
||||||
|
@ -314,7 +502,3 @@ msgstr ""
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "Lehenetsia"
|
msgstr "Lehenetsia"
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Ezabatu"
|
|
||||||
|
|
|
@ -11,8 +11,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-02-10 00:08+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-09 23:08+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:02+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
|
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -82,15 +82,15 @@ msgstr "فهرست راهنما نامعتبر می باشد."
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "فایل ها"
|
msgstr "فایل ها"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "پاک کردن"
|
msgstr "پاک کردن"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "تغییرنام"
|
msgstr "تغییرنام"
|
||||||
|
|
||||||
|
@ -196,31 +196,31 @@ msgstr "URL نمی تواند خالی باشد."
|
||||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
||||||
msgstr "نام پوشه نامعتبر است. استفاده از \" به اشتراک گذاشته شده \" متعلق به سایت Owncloud است."
|
msgstr "نام پوشه نامعتبر است. استفاده از \" به اشتراک گذاشته شده \" متعلق به سایت Owncloud است."
|
||||||
|
|
||||||
#: js/files.js:947 templates/index.php:67
|
#: js/files.js:948 templates/index.php:67
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "نام"
|
msgstr "نام"
|
||||||
|
|
||||||
#: js/files.js:948 templates/index.php:78
|
#: js/files.js:949 templates/index.php:78
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr "اندازه"
|
msgstr "اندازه"
|
||||||
|
|
||||||
#: js/files.js:949 templates/index.php:80
|
#: js/files.js:950 templates/index.php:80
|
||||||
msgid "Modified"
|
msgid "Modified"
|
||||||
msgstr "تغییر یافته"
|
msgstr "تغییر یافته"
|
||||||
|
|
||||||
#: js/files.js:968
|
#: js/files.js:969
|
||||||
msgid "1 folder"
|
msgid "1 folder"
|
||||||
msgstr "1 پوشه"
|
msgstr "1 پوشه"
|
||||||
|
|
||||||
#: js/files.js:970
|
#: js/files.js:971
|
||||||
msgid "{count} folders"
|
msgid "{count} folders"
|
||||||
msgstr "{ شمار} پوشه ها"
|
msgstr "{ شمار} پوشه ها"
|
||||||
|
|
||||||
#: js/files.js:978
|
#: js/files.js:979
|
||||||
msgid "1 file"
|
msgid "1 file"
|
||||||
msgstr "1 پرونده"
|
msgstr "1 پرونده"
|
||||||
|
|
||||||
#: js/files.js:980
|
#: js/files.js:981
|
||||||
msgid "{count} files"
|
msgid "{count} files"
|
||||||
msgstr "{ شمار } فایل ها"
|
msgstr "{ شمار } فایل ها"
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
|
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -12,8 +12,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 15:01+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
|
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -125,10 +125,220 @@ msgstr "بروز رسانی انجام شد"
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "درحال ذخیره ..."
|
msgstr "درحال ذخیره ..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "گروه ها"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "پاک کردن"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "__language_name__"
|
msgstr "__language_name__"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "نسخه"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "برنامه خود را بیافزایید"
|
msgstr "برنامه خود را بیافزایید"
|
||||||
|
@ -258,28 +468,10 @@ msgstr ""
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "نسخه"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr "نام کاربری"
|
msgstr "نام کاربری"
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "گروه ها"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "ایجاد کردن"
|
msgstr "ایجاد کردن"
|
||||||
|
@ -296,10 +488,6 @@ msgstr "نامحدود"
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "سایر"
|
msgstr "سایر"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "حافظه"
|
msgstr "حافظه"
|
||||||
|
@ -315,7 +503,3 @@ msgstr "تنظیم کلمه عبور جدید"
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "پیش فرض"
|
msgstr "پیش فرض"
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "پاک کردن"
|
|
||||||
|
|
|
@ -12,8 +12,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-02-11 00:03+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-10 10:40+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:02+0000\n"
|
||||||
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
|
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
|
||||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -83,15 +83,15 @@ msgstr "Virheellinen kansio."
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Tiedostot"
|
msgstr "Tiedostot"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr "Poista pysyvästi"
|
msgstr "Poista pysyvästi"
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Poista"
|
msgstr "Poista"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "Nimeä uudelleen"
|
msgstr "Nimeä uudelleen"
|
||||||
|
|
||||||
|
|
|
@ -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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -10,8 +10,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 15:01+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -123,10 +123,220 @@ msgstr "Päivitetty"
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "Tallennetaan..."
|
msgstr "Tallennetaan..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Ryhmät"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "Ryhmän ylläpitäjä"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Poista"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "_kielen_nimi_"
|
msgstr "_kielen_nimi_"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "Versio"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "Kehityksestä on vastannut <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-yhteisö</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">lähdekoodi</a> on julkaistu lisenssin <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> alaisena."
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Lisää sovelluksesi"
|
msgstr "Lisää sovelluksesi"
|
||||||
|
@ -256,28 +466,10 @@ msgstr "WebDAV"
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "Käytä tätä osoitetta yhdistäessäsi ownCloudiisi tiedostonhallintaa käyttäen"
|
msgstr "Käytä tätä osoitetta yhdistäessäsi ownCloudiisi tiedostonhallintaa käyttäen"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "Versio"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "Kehityksestä on vastannut <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-yhteisö</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">lähdekoodi</a> on julkaistu lisenssin <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> alaisena."
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr "Kirjautumisnimi"
|
msgstr "Kirjautumisnimi"
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Ryhmät"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Luo"
|
msgstr "Luo"
|
||||||
|
@ -294,10 +486,6 @@ msgstr "Rajoittamaton"
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Muu"
|
msgstr "Muu"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "Ryhmän ylläpitäjä"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -313,7 +501,3 @@ msgstr "aseta uusi salasana"
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "Oletus"
|
msgstr "Oletus"
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Poista"
|
|
||||||
|
|
|
@ -21,8 +21,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-02-11 00:03+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-10 11:00+0000\n"
|
"PO-Revision-Date: 2013-02-12 09:42+0000\n"
|
||||||
"Last-Translator: Robert Di Rosa <>\n"
|
"Last-Translator: Robert Di Rosa <>\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"
|
||||||
|
@ -92,15 +92,15 @@ msgstr "Dossier invalide."
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Fichiers"
|
msgstr "Fichiers"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr "Supprimer de façon définitive"
|
msgstr "Supprimer de façon définitive"
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Supprimer"
|
msgstr "Supprimer"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "Renommer"
|
msgstr "Renommer"
|
||||||
|
|
||||||
|
|
|
@ -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-02-09 00:12+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-08 14:03+0000\n"
|
"PO-Revision-Date: 2013-02-12 09:50+0000\n"
|
||||||
"Last-Translator: Romain DEP. <rom1dep@gmail.com>\n"
|
"Last-Translator: Romain DEP. <rom1dep@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"
|
||||||
|
|
|
@ -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-02-11 15:39+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 14:41+0000\n"
|
"PO-Revision-Date: 2013-02-12 09:46+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Romain DEP. <rom1dep@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"
|
||||||
|
@ -90,51 +90,51 @@ msgstr "Images"
|
||||||
|
|
||||||
#: setup.php:34
|
#: setup.php:34
|
||||||
msgid "Set an admin username."
|
msgid "Set an admin username."
|
||||||
msgstr ""
|
msgstr "Spécifiez un nom d'utilisateur pour l'administrateur."
|
||||||
|
|
||||||
#: setup.php:37
|
#: setup.php:37
|
||||||
msgid "Set an admin password."
|
msgid "Set an admin password."
|
||||||
msgstr ""
|
msgstr "Spécifiez un mot de passe administrateur."
|
||||||
|
|
||||||
#: setup.php:40
|
#: setup.php:40
|
||||||
msgid "Specify a data folder."
|
msgid "Specify a data folder."
|
||||||
msgstr ""
|
msgstr "Spécifiez un répertoire pour les données."
|
||||||
|
|
||||||
#: setup.php:53
|
#: setup.php:53
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s enter the database username."
|
msgid "%s enter the database username."
|
||||||
msgstr ""
|
msgstr "%s entrez le nom d'utilisateur de la base de données."
|
||||||
|
|
||||||
#: setup.php:56
|
#: setup.php:56
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s enter the database name."
|
msgid "%s enter the database name."
|
||||||
msgstr ""
|
msgstr "%s entrez le nom de la base de données."
|
||||||
|
|
||||||
#: setup.php:59
|
#: setup.php:59
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s you may not use dots in the database name"
|
msgid "%s you may not use dots in the database name"
|
||||||
msgstr ""
|
msgstr "%s vous nez pouvez pas utiliser de points dans le nom de la base de données"
|
||||||
|
|
||||||
#: setup.php:62
|
#: setup.php:62
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s set the database host."
|
msgid "%s set the database host."
|
||||||
msgstr ""
|
msgstr "%s spécifiez l'hôte de la base de données."
|
||||||
|
|
||||||
#: setup.php:126 setup.php:291 setup.php:336
|
#: setup.php:126 setup.php:291 setup.php:336
|
||||||
msgid "PostgreSQL username and/or password not valid"
|
msgid "PostgreSQL username and/or password not valid"
|
||||||
msgstr ""
|
msgstr "Nom d'utilisateur et/ou mot de passe de la base PostgreSQL invalide"
|
||||||
|
|
||||||
#: setup.php:127 setup.php:150 setup.php:204
|
#: setup.php:127 setup.php:150 setup.php:204
|
||||||
msgid "You need to enter either an existing account or the administrator."
|
msgid "You need to enter either an existing account or the administrator."
|
||||||
msgstr ""
|
msgstr "Vous devez spécifier soit le nom d'un compte existant, soit celui de l'administrateur."
|
||||||
|
|
||||||
#: setup.php:149 setup.php:423 setup.php:489
|
#: setup.php:149 setup.php:423 setup.php:489
|
||||||
msgid "Oracle username and/or password not valid"
|
msgid "Oracle username and/or password not valid"
|
||||||
msgstr ""
|
msgstr "Nom d'utilisateur et/ou mot de passe de la base Oracle invalide"
|
||||||
|
|
||||||
#: setup.php:203
|
#: setup.php:203
|
||||||
msgid "MySQL username and/or password not valid"
|
msgid "MySQL username and/or password not valid"
|
||||||
msgstr ""
|
msgstr "Nom d'utilisateur et/ou mot de passe de la base MySQL invalide"
|
||||||
|
|
||||||
#: setup.php:255 setup.php:357 setup.php:366 setup.php:384 setup.php:394
|
#: setup.php:255 setup.php:357 setup.php:366 setup.php:384 setup.php:394
|
||||||
#: setup.php:403 setup.php:430 setup.php:496 setup.php:522 setup.php:529
|
#: setup.php:403 setup.php:430 setup.php:496 setup.php:522 setup.php:529
|
||||||
|
@ -142,37 +142,37 @@ msgstr ""
|
||||||
#: setup.php:579
|
#: setup.php:579
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "DB Error: \"%s\""
|
msgid "DB Error: \"%s\""
|
||||||
msgstr ""
|
msgstr "Erreur de la base de données : \"%s\""
|
||||||
|
|
||||||
#: setup.php:256 setup.php:358 setup.php:367 setup.php:385 setup.php:395
|
#: setup.php:256 setup.php:358 setup.php:367 setup.php:385 setup.php:395
|
||||||
#: setup.php:404 setup.php:431 setup.php:497 setup.php:523 setup.php:530
|
#: setup.php:404 setup.php:431 setup.php:497 setup.php:523 setup.php:530
|
||||||
#: setup.php:541 setup.php:557 setup.php:565 setup.php:574
|
#: setup.php:541 setup.php:557 setup.php:565 setup.php:574
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Offending command was: \"%s\""
|
msgid "Offending command was: \"%s\""
|
||||||
msgstr ""
|
msgstr "La requête en cause est : \"%s\""
|
||||||
|
|
||||||
#: setup.php:270
|
#: setup.php:270
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "MySQL user '%s'@'localhost' exists already."
|
msgid "MySQL user '%s'@'localhost' exists already."
|
||||||
msgstr ""
|
msgstr "L'utilisateur MySQL '%s'@'localhost' existe déjà."
|
||||||
|
|
||||||
#: setup.php:271
|
#: setup.php:271
|
||||||
msgid "Drop this user from MySQL"
|
msgid "Drop this user from MySQL"
|
||||||
msgstr ""
|
msgstr "Retirer cet utilisateur de la base MySQL"
|
||||||
|
|
||||||
#: setup.php:276
|
#: setup.php:276
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "MySQL user '%s'@'%%' already exists"
|
msgid "MySQL user '%s'@'%%' already exists"
|
||||||
msgstr ""
|
msgstr "L'utilisateur MySQL '%s'@'%%' existe déjà"
|
||||||
|
|
||||||
#: setup.php:277
|
#: setup.php:277
|
||||||
msgid "Drop this user from MySQL."
|
msgid "Drop this user from MySQL."
|
||||||
msgstr ""
|
msgstr "Retirer cet utilisateur de la base MySQL."
|
||||||
|
|
||||||
#: setup.php:548 setup.php:580
|
#: setup.php:548 setup.php:580
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Offending command was: \"%s\", name: %s, password: %s"
|
msgid "Offending command was: \"%s\", name: %s, password: %s"
|
||||||
msgstr ""
|
msgstr "La requête en cause est : \"%s\", nom : %s, mot de passe : %s"
|
||||||
|
|
||||||
#: setup.php:644
|
#: setup.php:644
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|
|
@ -24,8 +24,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 15:01+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
|
||||||
|
@ -137,10 +137,220 @@ msgstr "Mise à jour effectuée avec succès"
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "Sauvegarde..."
|
msgstr "Sauvegarde..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Groupes"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "Groupe Admin"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Supprimer"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "Français"
|
msgstr "Français"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "Version"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "Développé par la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">communauté ownCloud</a>, le <a href=\"https://github.com/owncloud\" target=\"_blank\">code source</a> est publié sous license <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Ajoutez votre application"
|
msgstr "Ajoutez votre application"
|
||||||
|
@ -196,7 +406,7 @@ msgstr "Vous avez utilisé <strong>%s</strong> des <strong>%s<strong> disponible
|
||||||
|
|
||||||
#: templates/personal.php:14
|
#: templates/personal.php:14
|
||||||
msgid "Get the apps to sync your files"
|
msgid "Get the apps to sync your files"
|
||||||
msgstr ""
|
msgstr "Obtenez les applications de synchronisation de vos fichiers"
|
||||||
|
|
||||||
#: templates/personal.php:25
|
#: templates/personal.php:25
|
||||||
msgid "Show First Run Wizard again"
|
msgid "Show First Run Wizard again"
|
||||||
|
@ -270,28 +480,10 @@ msgstr "WebDAV"
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "Utiliser cette adresse pour vous connecter à ownCloud dans votre gestionnaire de fichiers"
|
msgstr "Utiliser cette adresse pour vous connecter à ownCloud dans votre gestionnaire de fichiers"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "Version"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "Développé par la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">communauté ownCloud</a>, le <a href=\"https://github.com/owncloud\" target=\"_blank\">code source</a> est publié sous license <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr "Nom de la connexion"
|
msgstr "Nom de la connexion"
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Groupes"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Créer"
|
msgstr "Créer"
|
||||||
|
@ -308,10 +500,6 @@ msgstr "Illimité"
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Autre"
|
msgstr "Autre"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "Groupe Admin"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Support de stockage"
|
msgstr "Support de stockage"
|
||||||
|
@ -327,7 +515,3 @@ msgstr "Changer le mot de passe"
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "Défaut"
|
msgstr "Défaut"
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Supprimer"
|
|
||||||
|
|
|
@ -10,8 +10,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-02-11 15:39+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 10:10+0000\n"
|
"PO-Revision-Date: 2013-02-12 12:41+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -254,14 +254,14 @@ msgstr "Non se especificou o nome do aplicativo."
|
||||||
msgid "The required file {file} is not installed!"
|
msgid "The required file {file} is not installed!"
|
||||||
msgstr "Non está instalado o ficheiro {file} que se precisa"
|
msgstr "Non está instalado o ficheiro {file} que se precisa"
|
||||||
|
|
||||||
#: js/share.js:29 js/share.js:43 js/share.js:90 js/share.js:93
|
#: js/share.js:29 js/share.js:43 js/share.js:90
|
||||||
msgid "Share"
|
|
||||||
msgstr "Compartir"
|
|
||||||
|
|
||||||
#: js/share.js:29 js/share.js:43 js/share.js:90 js/share.js:93
|
|
||||||
msgid "Shared"
|
msgid "Shared"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/share.js:93
|
||||||
|
msgid "Share"
|
||||||
|
msgstr "Compartir"
|
||||||
|
|
||||||
#: js/share.js:141 js/share.js:622
|
#: js/share.js:141 js/share.js:622
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
msgstr "Produciuse un erro ao compartir"
|
msgstr "Produciuse un erro ao compartir"
|
||||||
|
|
|
@ -10,8 +10,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-02-11 15:39+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 11:40+0000\n"
|
"PO-Revision-Date: 2013-02-12 13:00+0000\n"
|
||||||
"Last-Translator: mbouzada <mbouzada@gmail.com>\n"
|
"Last-Translator: mbouzada <mbouzada@gmail.com>\n"
|
||||||
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -81,15 +81,15 @@ msgstr "O directorio é incorrecto."
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Ficheiros"
|
msgstr "Ficheiros"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr "Eliminar permanentemente"
|
msgstr "Eliminar permanentemente"
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Eliminar"
|
msgstr "Eliminar"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "Renomear"
|
msgstr "Renomear"
|
||||||
|
|
||||||
|
|
|
@ -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-01-01 00:04+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-12-31 08:40+0000\n"
|
"PO-Revision-Date: 2013-02-12 12:31+0000\n"
|
||||||
"Last-Translator: mbouzada <mbouzada@gmail.com>\n"
|
"Last-Translator: mbouzada <mbouzada@gmail.com>\n"
|
||||||
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -43,13 +43,13 @@ msgstr "Forneza unha chave correcta e segreda do Dropbox."
|
||||||
msgid "Error configuring Google Drive storage"
|
msgid "Error configuring Google Drive storage"
|
||||||
msgstr "Produciuse un erro ao configurar o almacenamento en Google Drive"
|
msgstr "Produciuse un erro ao configurar o almacenamento en Google Drive"
|
||||||
|
|
||||||
#: lib/config.php:434
|
#: lib/config.php:413
|
||||||
msgid ""
|
msgid ""
|
||||||
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
|
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
|
||||||
"is not possible. Please ask your system administrator to install it."
|
"is not possible. Please ask your system administrator to install it."
|
||||||
msgstr "<b>Aviso:</b> «smbclient» non está instalado. Non é posibel a montaxe de comparticións CIFS/SMB. Consulte co administrador do sistema para instalalo."
|
msgstr "<b>Aviso:</b> «smbclient» non está instalado. Non é posibel a montaxe de comparticións CIFS/SMB. Consulte co administrador do sistema para instalalo."
|
||||||
|
|
||||||
#: lib/config.php:435
|
#: lib/config.php:414
|
||||||
msgid ""
|
msgid ""
|
||||||
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting"
|
"<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 "
|
" of FTP shares is not possible. Please ask your system administrator to "
|
||||||
|
|
|
@ -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: 2012-11-30 00:03+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-11-29 16:08+0000\n"
|
"PO-Revision-Date: 2013-02-12 13:00+0000\n"
|
||||||
"Last-Translator: mbouzada <mbouzada@gmail.com>\n"
|
"Last-Translator: mbouzada <mbouzada@gmail.com>\n"
|
||||||
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -27,24 +27,24 @@ msgstr "Contrasinal"
|
||||||
msgid "Submit"
|
msgid "Submit"
|
||||||
msgstr "Enviar"
|
msgstr "Enviar"
|
||||||
|
|
||||||
#: templates/public.php:17
|
#: templates/public.php:9
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s shared the folder %s with you"
|
msgid "%s shared the folder %s with you"
|
||||||
msgstr "%s compartiu o cartafol %s con vostede"
|
msgstr "%s compartiu o cartafol %s con vostede"
|
||||||
|
|
||||||
#: templates/public.php:19
|
#: templates/public.php:11
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s shared the file %s with you"
|
msgid "%s shared the file %s with you"
|
||||||
msgstr "%s compartiu o ficheiro %s con vostede"
|
msgstr "%s compartiu o ficheiro %s con vostede"
|
||||||
|
|
||||||
#: templates/public.php:22 templates/public.php:38
|
#: templates/public.php:14 templates/public.php:30
|
||||||
msgid "Download"
|
msgid "Download"
|
||||||
msgstr "Descargar"
|
msgstr "Descargar"
|
||||||
|
|
||||||
#: templates/public.php:37
|
#: templates/public.php:29
|
||||||
msgid "No preview available for"
|
msgid "No preview available for"
|
||||||
msgstr "Sen vista previa dispoñíbel para"
|
msgstr "Sen vista previa dispoñíbel para"
|
||||||
|
|
||||||
#: templates/public.php:43
|
#: templates/public.php:35
|
||||||
msgid "web services under your control"
|
msgid "web services under your control"
|
||||||
msgstr "servizos web baixo o seu control"
|
msgstr "servizos web baixo o seu control"
|
||||||
|
|
|
@ -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-02-11 15:39+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 11:20+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: mbouzada <mbouzada@gmail.com>\n"
|
"Last-Translator: mbouzada <mbouzada@gmail.com>\n"
|
||||||
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -10,8 +10,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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 15:01+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -123,10 +123,220 @@ msgstr ""
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "Gardando..."
|
msgstr "Gardando..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Grupos"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "Grupo Admin"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Eliminar"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "Galego"
|
msgstr "Galego"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "Versión"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "Desenvolvido pola <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidade ownCloud</a>, o <a href=\"https://github.com/owncloud\" target=\"_blank\">código fonte</a> está baixo a licenza <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Engada o seu aplicativo"
|
msgstr "Engada o seu aplicativo"
|
||||||
|
@ -256,28 +466,10 @@ msgstr "WebDAV"
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "Utilice este enderezo para conectarse ao seu ownCloud co administrador de ficheiros"
|
msgstr "Utilice este enderezo para conectarse ao seu ownCloud co administrador de ficheiros"
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "Versión"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "Desenvolvido pola <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidade ownCloud</a>, o <a href=\"https://github.com/owncloud\" target=\"_blank\">código fonte</a> está baixo a licenza <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Grupos"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Crear"
|
msgstr "Crear"
|
||||||
|
@ -294,10 +486,6 @@ msgstr "Sen límites"
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Outro"
|
msgstr "Outro"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "Grupo Admin"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Almacenamento"
|
msgstr "Almacenamento"
|
||||||
|
@ -313,7 +501,3 @@ msgstr ""
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "Predeterminado"
|
msgstr "Predeterminado"
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Eliminar"
|
|
||||||
|
|
|
@ -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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 12:47+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -11,8 +11,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-02-10 00:08+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-09 23:08+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:01+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
|
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -82,15 +82,15 @@ msgstr ""
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "קבצים"
|
msgstr "קבצים"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "מחיקה"
|
msgstr "מחיקה"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "שינוי שם"
|
msgstr "שינוי שם"
|
||||||
|
|
||||||
|
@ -196,31 +196,31 @@ msgstr "קישור אינו יכול להיות ריק."
|
||||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:947 templates/index.php:67
|
#: js/files.js:948 templates/index.php:67
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "שם"
|
msgstr "שם"
|
||||||
|
|
||||||
#: js/files.js:948 templates/index.php:78
|
#: js/files.js:949 templates/index.php:78
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr "גודל"
|
msgstr "גודל"
|
||||||
|
|
||||||
#: js/files.js:949 templates/index.php:80
|
#: js/files.js:950 templates/index.php:80
|
||||||
msgid "Modified"
|
msgid "Modified"
|
||||||
msgstr "זמן שינוי"
|
msgstr "זמן שינוי"
|
||||||
|
|
||||||
#: js/files.js:968
|
#: js/files.js:969
|
||||||
msgid "1 folder"
|
msgid "1 folder"
|
||||||
msgstr "תיקייה אחת"
|
msgstr "תיקייה אחת"
|
||||||
|
|
||||||
#: js/files.js:970
|
#: js/files.js:971
|
||||||
msgid "{count} folders"
|
msgid "{count} folders"
|
||||||
msgstr "{count} תיקיות"
|
msgstr "{count} תיקיות"
|
||||||
|
|
||||||
#: js/files.js:978
|
#: js/files.js:979
|
||||||
msgid "1 file"
|
msgid "1 file"
|
||||||
msgstr "קובץ אחד"
|
msgstr "קובץ אחד"
|
||||||
|
|
||||||
#: js/files.js:980
|
#: js/files.js:981
|
||||||
msgid "{count} files"
|
msgid "{count} files"
|
||||||
msgstr "{count} קבצים"
|
msgstr "{count} קבצים"
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
|
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -11,8 +11,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-02-11 15:39+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 14:39+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
|
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -124,10 +124,220 @@ msgstr ""
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "שומר.."
|
msgstr "שומר.."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "קבוצות"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "מנהל הקבוצה"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "מחיקה"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "עברית"
|
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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "גרסא"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "פותח על די <a href=\"http://ownCloud.org/contact\" target=\"_blank\">קהילתownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">קוד המקור</a> מוגן ברישיון <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "הוספת היישום שלך"
|
msgstr "הוספת היישום שלך"
|
||||||
|
@ -257,28 +467,10 @@ msgstr ""
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "השתמש בכתובת זאת על מנת להתחבר אל ownCloud דרך סייר קבצים."
|
msgstr "השתמש בכתובת זאת על מנת להתחבר אל ownCloud דרך סייר קבצים."
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "גרסא"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "פותח על די <a href=\"http://ownCloud.org/contact\" target=\"_blank\">קהילתownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">קוד המקור</a> מוגן ברישיון <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>."
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "קבוצות"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "יצירה"
|
msgstr "יצירה"
|
||||||
|
@ -295,10 +487,6 @@ msgstr ""
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "אחר"
|
msgstr "אחר"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "מנהל הקבוצה"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -314,7 +502,3 @@ msgstr ""
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "מחיקה"
|
|
||||||
|
|
|
@ -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-02-12 00:20+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 20:19+0000\n"
|
"PO-Revision-Date: 2013-02-12 09:52+0000\n"
|
||||||
"Last-Translator: Sanjay Rabidas <rabidassanjay@gmail.com>\n"
|
"Last-Translator: Sanjay Rabidas <rabidassanjay@gmail.com>\n"
|
||||||
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
|
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -7,8 +7,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: 2012-12-13 00:17+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2012-12-11 23:22+0000\n"
|
"PO-Revision-Date: 2013-02-12 09:54+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
|
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -41,13 +41,13 @@ msgstr ""
|
||||||
msgid "Error configuring Google Drive storage"
|
msgid "Error configuring Google Drive storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/config.php:434
|
#: lib/config.php:413
|
||||||
msgid ""
|
msgid ""
|
||||||
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
|
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
|
||||||
"is not possible. Please ask your system administrator to install it."
|
"is not possible. Please ask your system administrator to install it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/config.php:435
|
#: lib/config.php:414
|
||||||
msgid ""
|
msgid ""
|
||||||
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting"
|
"<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 "
|
" of FTP shares is not possible. Please ask your system administrator to "
|
||||||
|
@ -96,10 +96,10 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/settings.php:95
|
#: templates/settings.php:95
|
||||||
msgid "Users"
|
msgid "Users"
|
||||||
msgstr ""
|
msgstr "उपयोगकर्ता"
|
||||||
|
|
||||||
#: templates/settings.php:108 templates/settings.php:109
|
#: templates/settings.php:108 templates/settings.php:109
|
||||||
#: templates/settings.php:149 templates/settings.php:150
|
#: templates/settings.php:144 templates/settings.php:145
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -111,10 +111,10 @@ msgstr ""
|
||||||
msgid "Allow users to mount their own external storage"
|
msgid "Allow users to mount their own external storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings.php:139
|
#: templates/settings.php:136
|
||||||
msgid "SSL root certificates"
|
msgid "SSL root certificates"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/settings.php:158
|
#: templates/settings.php:153
|
||||||
msgid "Import Root Certificate"
|
msgid "Import Root Certificate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -7,8 +7,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-02-11 15:39+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 14:41+0000\n"
|
"PO-Revision-Date: 2013-02-12 09:54+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
|
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -19,23 +19,23 @@ msgstr ""
|
||||||
|
|
||||||
#: app.php:339
|
#: app.php:339
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr ""
|
msgstr "सहयोग"
|
||||||
|
|
||||||
#: app.php:346
|
#: app.php:346
|
||||||
msgid "Personal"
|
msgid "Personal"
|
||||||
msgstr ""
|
msgstr "यक्तिगत"
|
||||||
|
|
||||||
#: app.php:351
|
#: app.php:351
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr ""
|
msgstr "सेटिंग्स"
|
||||||
|
|
||||||
#: app.php:356
|
#: app.php:356
|
||||||
msgid "Users"
|
msgid "Users"
|
||||||
msgstr ""
|
msgstr "उपयोगकर्ता"
|
||||||
|
|
||||||
#: app.php:363
|
#: app.php:363
|
||||||
msgid "Apps"
|
msgid "Apps"
|
||||||
msgstr ""
|
msgstr "Apps"
|
||||||
|
|
||||||
#: app.php:365
|
#: app.php:365
|
||||||
msgid "Admin"
|
msgid "Admin"
|
||||||
|
|
|
@ -7,8 +7,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-02-11 15:39+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 14:40+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
|
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -120,10 +120,220 @@ msgstr ""
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr ""
|
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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -253,28 +463,10 @@ msgstr ""
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -291,10 +483,6 @@ msgstr ""
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -310,7 +498,3 @@ msgstr ""
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr ""
|
|
||||||
|
|
|
@ -7,8 +7,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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 09:54+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
|
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -306,4 +306,4 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/settings.php:62
|
#: templates/settings.php:62
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr ""
|
msgstr "सहयोग"
|
||||||
|
|
|
@ -10,8 +10,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-02-10 00:08+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-09 23:08+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:02+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
|
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -81,15 +81,15 @@ msgstr ""
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Datoteke"
|
msgstr "Datoteke"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Briši"
|
msgstr "Briši"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "Promjeni ime"
|
msgstr "Promjeni ime"
|
||||||
|
|
||||||
|
@ -195,31 +195,31 @@ msgstr ""
|
||||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:947 templates/index.php:67
|
#: js/files.js:948 templates/index.php:67
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Naziv"
|
msgstr "Naziv"
|
||||||
|
|
||||||
#: js/files.js:948 templates/index.php:78
|
#: js/files.js:949 templates/index.php:78
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr "Veličina"
|
msgstr "Veličina"
|
||||||
|
|
||||||
#: js/files.js:949 templates/index.php:80
|
#: js/files.js:950 templates/index.php:80
|
||||||
msgid "Modified"
|
msgid "Modified"
|
||||||
msgstr "Zadnja promjena"
|
msgstr "Zadnja promjena"
|
||||||
|
|
||||||
#: js/files.js:968
|
#: js/files.js:969
|
||||||
msgid "1 folder"
|
msgid "1 folder"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:970
|
#: js/files.js:971
|
||||||
msgid "{count} folders"
|
msgid "{count} folders"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:978
|
#: js/files.js:979
|
||||||
msgid "1 file"
|
msgid "1 file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:980
|
#: js/files.js:981
|
||||||
msgid "{count} files"
|
msgid "{count} files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
|
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -10,8 +10,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-02-11 15:39+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 14:39+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
|
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -123,10 +123,220 @@ msgstr ""
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "Spremanje..."
|
msgstr "Spremanje..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Grupe"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "Grupa Admin"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Obriši"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "__ime_jezika__"
|
msgstr "__ime_jezika__"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Dodajte vašu aplikaciju"
|
msgstr "Dodajte vašu aplikaciju"
|
||||||
|
@ -256,28 +466,10 @@ msgstr ""
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Grupe"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Izradi"
|
msgstr "Izradi"
|
||||||
|
@ -294,10 +486,6 @@ msgstr ""
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "ostali"
|
msgstr "ostali"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "Grupa Admin"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -313,7 +501,3 @@ msgstr ""
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Obriši"
|
|
||||||
|
|
|
@ -14,8 +14,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-02-10 00:08+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-09 23:08+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:01+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"
|
||||||
|
@ -85,15 +85,15 @@ msgstr "Érvénytelen mappa."
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Fájlok"
|
msgstr "Fájlok"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Törlés"
|
msgstr "Törlés"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr "Átnevezés"
|
msgstr "Átnevezés"
|
||||||
|
|
||||||
|
@ -199,31 +199,31 @@ msgstr "Az URL nem lehet semmi."
|
||||||
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 név használata csak a Owncloud számára lehetséges."
|
msgstr "Érvénytelen mappanév. A név használata csak a Owncloud számára lehetséges."
|
||||||
|
|
||||||
#: js/files.js:947 templates/index.php:67
|
#: js/files.js:948 templates/index.php:67
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Név"
|
msgstr "Név"
|
||||||
|
|
||||||
#: js/files.js:948 templates/index.php:78
|
#: js/files.js:949 templates/index.php:78
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr "Méret"
|
msgstr "Méret"
|
||||||
|
|
||||||
#: js/files.js:949 templates/index.php:80
|
#: js/files.js:950 templates/index.php:80
|
||||||
msgid "Modified"
|
msgid "Modified"
|
||||||
msgstr "Módosítva"
|
msgstr "Módosítva"
|
||||||
|
|
||||||
#: js/files.js:968
|
#: js/files.js:969
|
||||||
msgid "1 folder"
|
msgid "1 folder"
|
||||||
msgstr "1 mappa"
|
msgstr "1 mappa"
|
||||||
|
|
||||||
#: js/files.js:970
|
#: js/files.js:971
|
||||||
msgid "{count} folders"
|
msgid "{count} folders"
|
||||||
msgstr "{count} mappa"
|
msgstr "{count} mappa"
|
||||||
|
|
||||||
#: js/files.js:978
|
#: js/files.js:979
|
||||||
msgid "1 file"
|
msgid "1 file"
|
||||||
msgstr "1 fájl"
|
msgstr "1 fájl"
|
||||||
|
|
||||||
#: js/files.js:980
|
#: js/files.js:981
|
||||||
msgid "{count} files"
|
msgid "{count} files"
|
||||||
msgstr "{count} fájl"
|
msgstr "{count} fájl"
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+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"
|
||||||
|
|
|
@ -3,13 +3,14 @@
|
||||||
# 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:
|
||||||
|
# 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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:43+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Laszlo Tornoci <torlasz@gmail.com>\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"
|
||||||
|
@ -20,33 +21,33 @@ msgstr ""
|
||||||
#: ajax/rollbackVersion.php:15
|
#: ajax/rollbackVersion.php:15
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Could not revert: %s"
|
msgid "Could not revert: %s"
|
||||||
msgstr ""
|
msgstr "Nem sikerült átállni a változatra: %s"
|
||||||
|
|
||||||
#: history.php:40
|
#: history.php:40
|
||||||
msgid "success"
|
msgid "success"
|
||||||
msgstr ""
|
msgstr "sikerült"
|
||||||
|
|
||||||
#: history.php:42
|
#: history.php:42
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "File %s was reverted to version %s"
|
msgid "File %s was reverted to version %s"
|
||||||
msgstr ""
|
msgstr "%s állományt átállítottuk erre a változatra: %s"
|
||||||
|
|
||||||
#: history.php:49
|
#: history.php:49
|
||||||
msgid "failure"
|
msgid "failure"
|
||||||
msgstr ""
|
msgstr "nem sikerült"
|
||||||
|
|
||||||
#: history.php:51
|
#: history.php:51
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "File %s could not be reverted to version %s"
|
msgid "File %s could not be reverted to version %s"
|
||||||
msgstr ""
|
msgstr "%s állományt nem sikerült átállítani erre a változatra: %s"
|
||||||
|
|
||||||
#: history.php:68
|
#: history.php:68
|
||||||
msgid "No old versions available"
|
msgid "No old versions available"
|
||||||
msgstr ""
|
msgstr "Nincs régebbi változat"
|
||||||
|
|
||||||
#: history.php:73
|
#: history.php:73
|
||||||
msgid "No path specified"
|
msgid "No path specified"
|
||||||
msgstr ""
|
msgstr "Nincs megadva az útvonal"
|
||||||
|
|
||||||
#: js/versions.js:16
|
#: js/versions.js:16
|
||||||
msgid "History"
|
msgid "History"
|
||||||
|
@ -54,7 +55,7 @@ msgstr "Korábbi változatok"
|
||||||
|
|
||||||
#: templates/history.php:20
|
#: templates/history.php:20
|
||||||
msgid "Revert a file to a previous version by clicking on its revert button"
|
msgid "Revert a file to a previous version by clicking on its revert button"
|
||||||
msgstr ""
|
msgstr "Az állomány átállítható egy régebbi változatra, ha a gombra kattint"
|
||||||
|
|
||||||
#: templates/settings.php:3
|
#: templates/settings.php:3
|
||||||
msgid "Files Versioning"
|
msgid "Files Versioning"
|
||||||
|
|
|
@ -10,8 +10,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-02-11 15:39+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 14:39+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+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"
|
||||||
|
@ -123,10 +123,220 @@ msgstr ""
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr "Mentés..."
|
msgstr "Mentés..."
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Csoportok"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr "Csoportadminisztrátor"
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Törlés"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "__language_name__"
|
msgstr "__language_name__"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr "Verzió"
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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 "A programot az <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud közösség</a> fejleszti. A <a href=\"https://github.com/owncloud\" target=\"_blank\">forráskód</a> az <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> feltételei mellett használható föl."
|
||||||
|
|
||||||
#: templates/apps.php:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Az alkalmazás hozzáadása"
|
msgstr "Az alkalmazás hozzáadása"
|
||||||
|
@ -186,7 +396,7 @@ msgstr ""
|
||||||
|
|
||||||
#: templates/personal.php:25
|
#: templates/personal.php:25
|
||||||
msgid "Show First Run Wizard again"
|
msgid "Show First Run Wizard again"
|
||||||
msgstr ""
|
msgstr "Nézzük meg újra az első bejelentkezéskori segítséget!"
|
||||||
|
|
||||||
#: templates/personal.php:36 templates/users.php:23 templates/users.php:81
|
#: templates/personal.php:36 templates/users.php:23 templates/users.php:81
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
|
@ -256,28 +466,10 @@ msgstr "WebDAV"
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr "Ennek a címnek a megadásával a WebDAV-protokollon keresztül saját gépének fájlkezelőjével is is elérheti az állományait."
|
msgstr "Ennek a címnek a megadásával a WebDAV-protokollon keresztül saját gépének fájlkezelőjével is is elérheti az állományait."
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr "Verzió"
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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 "A programot az <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud közösség</a> fejleszti. A <a href=\"https://github.com/owncloud\" target=\"_blank\">forráskód</a> az <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> feltételei mellett használható föl."
|
|
||||||
|
|
||||||
#: templates/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Csoportok"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Létrehozás"
|
msgstr "Létrehozás"
|
||||||
|
@ -294,10 +486,6 @@ msgstr "Korlátlan"
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Más"
|
msgstr "Más"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr "Csoportadminisztrátor"
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Tárhely"
|
msgstr "Tárhely"
|
||||||
|
@ -313,7 +501,3 @@ msgstr ""
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr "Alapértelmezett"
|
msgstr "Alapértelmezett"
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Törlés"
|
|
||||||
|
|
|
@ -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-02-10 00:08+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-09 23:08+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:02+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
|
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -80,15 +80,15 @@ msgstr ""
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Files"
|
msgstr "Files"
|
||||||
|
|
||||||
#: js/fileactions.js:116
|
#: js/fileactions.js:125
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/fileactions.js:118 templates/index.php:91 templates/index.php:92
|
#: js/fileactions.js:127 templates/index.php:91 templates/index.php:92
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Deler"
|
msgstr "Deler"
|
||||||
|
|
||||||
#: js/fileactions.js:184
|
#: js/fileactions.js:193
|
||||||
msgid "Rename"
|
msgid "Rename"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -194,31 +194,31 @@ msgstr ""
|
||||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:947 templates/index.php:67
|
#: js/files.js:948 templates/index.php:67
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nomine"
|
msgstr "Nomine"
|
||||||
|
|
||||||
#: js/files.js:948 templates/index.php:78
|
#: js/files.js:949 templates/index.php:78
|
||||||
msgid "Size"
|
msgid "Size"
|
||||||
msgstr "Dimension"
|
msgstr "Dimension"
|
||||||
|
|
||||||
#: js/files.js:949 templates/index.php:80
|
#: js/files.js:950 templates/index.php:80
|
||||||
msgid "Modified"
|
msgid "Modified"
|
||||||
msgstr "Modificate"
|
msgstr "Modificate"
|
||||||
|
|
||||||
#: js/files.js:968
|
#: js/files.js:969
|
||||||
msgid "1 folder"
|
msgid "1 folder"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:970
|
#: js/files.js:971
|
||||||
msgid "{count} folders"
|
msgid "{count} folders"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:978
|
#: js/files.js:979
|
||||||
msgid "1 file"
|
msgid "1 file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: js/files.js:980
|
#: js/files.js:981
|
||||||
msgid "{count} files"
|
msgid "{count} files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,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-02-08 00:10+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-07 23:11+0000\n"
|
"PO-Revision-Date: 2013-02-12 10:07+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
|
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -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-02-11 15:39+0100\n"
|
"POT-Creation-Date: 2013-02-12 15:10+0100\n"
|
||||||
"PO-Revision-Date: 2013-02-11 14:39+0000\n"
|
"PO-Revision-Date: 2013-02-12 14:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
|
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -122,10 +122,220 @@ msgstr ""
|
||||||
msgid "Saving..."
|
msgid "Saving..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "deleted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:30
|
||||||
|
msgid "undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:62
|
||||||
|
msgid "Unable to remove user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:75 templates/users.php:26 templates/users.php:82
|
||||||
|
#: templates/users.php:107
|
||||||
|
msgid "Groups"
|
||||||
|
msgstr "Gruppos"
|
||||||
|
|
||||||
|
#: js/users.js:78 templates/users.php:84 templates/users.php:121
|
||||||
|
msgid "Group Admin"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:99 templates/users.php:165
|
||||||
|
msgid "Delete"
|
||||||
|
msgstr "Deler"
|
||||||
|
|
||||||
|
#: js/users.js:190
|
||||||
|
msgid "add group"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:405
|
||||||
|
msgid "The username is already being used"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:406 js/users.js:412 js/users.js:418 js/users.js:433
|
||||||
|
msgid "Error creating user"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:411
|
||||||
|
msgid "A valid username must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: js/users.js:417
|
||||||
|
msgid "A valid password must be provided"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: personal.php:34 personal.php:35
|
#: personal.php:34 personal.php:35
|
||||||
msgid "__language_name__"
|
msgid "__language_name__"
|
||||||
msgstr "Interlingua"
|
msgstr "Interlingua"
|
||||||
|
|
||||||
|
#: 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 that ownCloud provides 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:61
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud server can't set system locale to "
|
||||||
|
"\"en_US.UTF-8\"/\"en_US.UTF8\". 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 en_US.UTF-8/en_US.UTF8."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:72
|
||||||
|
msgid "Internet connection not working"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:75
|
||||||
|
msgid ""
|
||||||
|
"This ownCloud 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"
|
||||||
|
" of ownCloud."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:89
|
||||||
|
msgid "Cron"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:98
|
||||||
|
msgid "Execute one task with each page loaded"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:108
|
||||||
|
msgid ""
|
||||||
|
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||||
|
"owncloud root once a minute over http."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:118
|
||||||
|
msgid ""
|
||||||
|
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||||
|
"a system cronjob once a minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:125
|
||||||
|
msgid "Sharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:131
|
||||||
|
msgid "Enable Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:132
|
||||||
|
msgid "Allow apps to use the Share API"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:139
|
||||||
|
msgid "Allow links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:140
|
||||||
|
msgid "Allow users to share items to the public with links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:147
|
||||||
|
msgid "Allow resharing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:148
|
||||||
|
msgid "Allow users to share items shared with them again"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:155
|
||||||
|
msgid "Allow users to share with anyone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:158
|
||||||
|
msgid "Allow users to only share with users in their groups"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:165
|
||||||
|
msgid "Security"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:178
|
||||||
|
msgid "Enforce HTTPS"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:179
|
||||||
|
msgid ""
|
||||||
|
"Enforces the clients to connect to ownCloud via an encrypted connection."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:182
|
||||||
|
msgid ""
|
||||||
|
"Please connect to this ownCloud instance via HTTPS to enable or disable the "
|
||||||
|
"SSL enforcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:192
|
||||||
|
msgid "Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:193
|
||||||
|
msgid "Log level"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:220
|
||||||
|
msgid "More"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:227 templates/personal.php:98
|
||||||
|
msgid "Version"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/admin.php:230 templates/personal.php:100
|
||||||
|
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:10
|
#: templates/apps.php:10
|
||||||
msgid "Add your App"
|
msgid "Add your App"
|
||||||
msgstr "Adder tu application"
|
msgstr "Adder tu application"
|
||||||
|
@ -255,28 +465,10 @@ msgstr ""
|
||||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/personal.php:98
|
|
||||||
msgid "Version"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/personal.php:100
|
|
||||||
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/users.php:21 templates/users.php:79
|
#: templates/users.php:21 templates/users.php:79
|
||||||
msgid "Login Name"
|
msgid "Login Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
|
||||||
msgid "Groups"
|
|
||||||
msgstr "Gruppos"
|
|
||||||
|
|
||||||
#: templates/users.php:32
|
#: templates/users.php:32
|
||||||
msgid "Create"
|
msgid "Create"
|
||||||
msgstr "Crear"
|
msgstr "Crear"
|
||||||
|
@ -293,10 +485,6 @@ msgstr ""
|
||||||
msgid "Other"
|
msgid "Other"
|
||||||
msgstr "Altere"
|
msgstr "Altere"
|
||||||
|
|
||||||
#: templates/users.php:84 templates/users.php:121
|
|
||||||
msgid "Group Admin"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: templates/users.php:86
|
#: templates/users.php:86
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -312,7 +500,3 @@ msgstr ""
|
||||||
#: templates/users.php:137
|
#: templates/users.php:137
|
||||||
msgid "Default"
|
msgid "Default"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/users.php:165
|
|
||||||
msgid "Delete"
|
|
||||||
msgstr "Deler"
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue