diff --git a/apps/files/l10n/de_DE.php b/apps/files/l10n/de_DE.php
index 0dfc19ff01..012cfd69da 100644
--- a/apps/files/l10n/de_DE.php
+++ b/apps/files/l10n/de_DE.php
@@ -60,6 +60,7 @@
"Text file" => "Textdatei",
"Folder" => "Ordner",
"From link" => "Von einem Link",
+"Trash bin" => "Mülleimer",
"Cancel upload" => "Upload abbrechen",
"Nothing in here. Upload something!" => "Alles leer. Bitte laden Sie etwas hoch!",
"Download" => "Herunterladen",
diff --git a/apps/files/l10n/ja_JP.php b/apps/files/l10n/ja_JP.php
index 85ec6b6e95..88f8ab985a 100644
--- a/apps/files/l10n/ja_JP.php
+++ b/apps/files/l10n/ja_JP.php
@@ -60,6 +60,7 @@
"Text file" => "テキストファイル",
"Folder" => "フォルダ",
"From link" => "リンク",
+"Trash bin" => "ゴミ箱",
"Cancel upload" => "アップロードをキャンセル",
"Nothing in here. Upload something!" => "ここには何もありません。何かアップロードしてください。",
"Download" => "ダウンロード",
diff --git a/apps/files_encryption/l10n/pl.php b/apps/files_encryption/l10n/pl.php
index 505e8659f0..2fa86f454f 100644
--- a/apps/files_encryption/l10n/pl.php
+++ b/apps/files_encryption/l10n/pl.php
@@ -1,4 +1,7 @@
"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"
);
diff --git a/apps/files_external/l10n/hi.php b/apps/files_external/l10n/hi.php
new file mode 100644
index 0000000000..0482efc4b2
--- /dev/null
+++ b/apps/files_external/l10n/hi.php
@@ -0,0 +1,3 @@
+ "उपयोगकर्ता"
+);
diff --git a/apps/files_trashbin/l10n/de_DE.php b/apps/files_trashbin/l10n/de_DE.php
index e293bf0b2e..7cb1834141 100644
--- a/apps/files_trashbin/l10n/de_DE.php
+++ b/apps/files_trashbin/l10n/de_DE.php
@@ -1,4 +1,6 @@
"Konnte %s nicht permanent löschen",
+"Couldn't restore %s" => "Konnte %s nicht wiederherstellen",
"perform restore operation" => "Führe die Wiederherstellung aus",
"delete file permanently" => "Datei entgültig löschen",
"Name" => "Name",
diff --git a/apps/files_versions/l10n/de_DE.php b/apps/files_versions/l10n/de_DE.php
index cf33bb071e..896c765096 100644
--- a/apps/files_versions/l10n/de_DE.php
+++ b/apps/files_versions/l10n/de_DE.php
@@ -1,9 +1,13 @@
"Konnte nicht zurücksetzen: %s",
"success" => "Erfolgreich",
+"File %s was reverted to version %s" => "Die Datei %s wurde zur Version %s zurückgesetzt",
"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 path specified" => "Kein Pfad angegeben",
"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",
"Enable" => "Aktivieren"
);
diff --git a/apps/files_versions/l10n/hu_HU.php b/apps/files_versions/l10n/hu_HU.php
index 95d37ad06e..dcf2883815 100644
--- a/apps/files_versions/l10n/hu_HU.php
+++ b/apps/files_versions/l10n/hu_HU.php
@@ -1,5 +1,13 @@
"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",
+"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",
"Enable" => "engedélyezve"
);
diff --git a/apps/files_versions/l10n/pl.php b/apps/files_versions/l10n/pl.php
index a0247b8abc..ae3bfc4a84 100644
--- a/apps/files_versions/l10n/pl.php
+++ b/apps/files_versions/l10n/pl.php
@@ -1,5 +1,13 @@
"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",
+"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",
"Enable" => "Włącz"
);
diff --git a/apps/user_ldap/l10n/de_DE.php b/apps/user_ldap/l10n/de_DE.php
index 7d3847f8a8..69faf5dc45 100644
--- a/apps/user_ldap/l10n/de_DE.php
+++ b/apps/user_ldap/l10n/de_DE.php
@@ -43,6 +43,7 @@
"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.",
"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)",
"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.",
diff --git a/apps/user_ldap/l10n/hi.php b/apps/user_ldap/l10n/hi.php
new file mode 100644
index 0000000000..60d4ea98e8
--- /dev/null
+++ b/apps/user_ldap/l10n/hi.php
@@ -0,0 +1,3 @@
+ "सहयोग"
+);
diff --git a/apps/user_webdavauth/l10n/ru.php b/apps/user_webdavauth/l10n/ru.php
index 245a510134..f12982fc40 100644
--- a/apps/user_webdavauth/l10n/ru.php
+++ b/apps/user_webdavauth/l10n/ru.php
@@ -1,3 +1,5 @@
"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 данные будут считаться неверными, при любых других ответах - верными."
);
diff --git a/core/l10n/de_DE.php b/core/l10n/de_DE.php
index fdebfeb658..b099510d0d 100644
--- a/core/l10n/de_DE.php
+++ b/core/l10n/de_DE.php
@@ -53,8 +53,8 @@
"Error" => "Fehler",
"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.",
-"Share" => "Freigeben",
"Shared" => "Freigegeben",
+"Share" => "Freigeben",
"Error while sharing" => "Fehler bei der Freigabe",
"Error while unsharing" => "Fehler bei der Aufhebung der Freigabe",
"Error while changing permissions" => "Fehler bei der Änderung der Rechte",
@@ -109,6 +109,8 @@
"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.",
"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 documentation." => "Bitte lesen Sie die Dokumentation für Informationen, wie Sie Ihren Server wahrscheinlich konfigurieren.",
"Create an admin account" => "Administrator-Konto anlegen",
"Advanced" => "Fortgeschritten",
"Data folder" => "Datenverzeichnis",
diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php
index 803faaf75a..2a69275e33 100644
--- a/core/l10n/ja_JP.php
+++ b/core/l10n/ja_JP.php
@@ -53,8 +53,8 @@
"Error" => "エラー",
"The app name is not specified." => "アプリ名がしていされていません。",
"The required file {file} is not installed!" => "必要なファイル {file} がインストールされていません!",
-"Share" => "共有",
"Shared" => "共有中",
+"Share" => "共有",
"Error while sharing" => "共有でエラー発生",
"Error while unsharing" => "共有解除でエラー発生",
"Error while changing permissions" => "権限変更でエラー発生",
@@ -109,6 +109,8 @@
"Security Warning" => "セキュリティ警告",
"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." => "セキュアな乱数生成器が無い場合、攻撃者はパスワードリセットのトークンを予測してアカウントを乗っ取られる可能性があります。",
+"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 documentation." => "あなたのサーバの適切な設定に関する情報として、ドキュメントを参照して下さい。",
"Create an admin account" => "管理者アカウントを作成してください",
"Advanced" => "詳細設定",
"Data folder" => "データフォルダ",
diff --git a/l10n/af_ZA/settings.po b/l10n/af_ZA/settings.po
index 6418c5c70f..ddba89b85f 100644
--- a/l10n/af_ZA/settings.po
+++ b/l10n/af_ZA/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n"
@@ -120,10 +120,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
msgstr ""
+#: templates/admin.php:15
+msgid "Security Warning"
+msgstr ""
+
+#: templates/admin.php:18
+msgid ""
+"Your data directory and your files are probably accessible from the "
+"internet. The .htaccess file 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr ""
@@ -253,28 +463,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr ""
-
#: templates/users.php:32
msgid "Create"
msgstr ""
@@ -291,10 +483,6 @@ msgstr ""
msgid "Other"
msgstr ""
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr ""
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -310,7 +498,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr ""
diff --git a/l10n/ar/files.po b/l10n/ar/files.po
index 3e5b521eab..9729e06d91 100644
--- a/l10n/ar/files.po
+++ b/l10n/ar/files.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
@@ -79,15 +79,15 @@ msgstr ""
msgid "Files"
msgstr "الملفات"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "محذوف"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr ""
@@ -193,31 +193,31 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "الاسم"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "حجم"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "معدل"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr ""
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr ""
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr ""
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr ""
diff --git a/l10n/ar/files_trashbin.po b/l10n/ar/files_trashbin.po
index 70c6ea95dd..174bde4c7f 100644
--- a/l10n/ar/files_trashbin.po
+++ b/l10n/ar/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/ar/settings.po b/l10n/ar/settings.po
index 2a33d8939d..921343a9ed 100644
--- a/l10n/ar/settings.po
+++ b/l10n/ar/settings.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:39+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
@@ -123,10 +123,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "طوّر من قبل ownCloud مجتمع, الـ النص المصدري مرخص بموجب رخصة أفيرو العمومية."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "أضف تطبيقاتك"
@@ -256,28 +466,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "إستخدم هذا العنوان للإتصال بـ ownCloud في مدير الملفات"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "إصدار"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "طوّر من قبل ownCloud مجتمع, الـ النص المصدري مرخص بموجب رخصة أفيرو العمومية."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "مجموعات"
-
#: templates/users.php:32
msgid "Create"
msgstr "انشئ"
@@ -294,10 +486,6 @@ msgstr ""
msgid "Other"
msgstr "شيء آخر"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "مدير المجموعة"
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -313,7 +501,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "حذف"
diff --git a/l10n/bg_BG/files.po b/l10n/bg_BG/files.po
index 827d1e52d1..150a3ecd55 100644
--- a/l10n/bg_BG/files.po
+++ b/l10n/bg_BG/files.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
@@ -80,15 +80,15 @@ msgstr ""
msgid "Files"
msgstr "Файлове"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Изтриване"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Преименуване"
@@ -194,31 +194,31 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Име"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Размер"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Променено"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr ""
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr ""
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr ""
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr ""
diff --git a/l10n/bg_BG/files_trashbin.po b/l10n/bg_BG/files_trashbin.po
index bd5ca7e1fe..07dfd469e3 100644
--- a/l10n/bg_BG/files_trashbin.po
+++ b/l10n/bg_BG/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 10:30+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/bg_BG/settings.po b/l10n/bg_BG/settings.po
index c03227a653..623561629d 100644
--- a/l10n/bg_BG/settings.po
+++ b/l10n/bg_BG/settings.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
@@ -123,10 +123,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Добавете Ваше приложение"
@@ -256,28 +466,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Групи"
-
#: templates/users.php:32
msgid "Create"
msgstr "Създаване"
@@ -294,10 +486,6 @@ msgstr ""
msgid "Other"
msgstr "Други"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr ""
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -313,7 +501,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Изтриване"
diff --git a/l10n/bn_BD/files.po b/l10n/bn_BD/files.po
index 0cc1231047..0fbd11dfe8 100644
--- a/l10n/bn_BD/files.po
+++ b/l10n/bn_BD/files.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
@@ -79,15 +79,15 @@ msgstr "ভুল ডিরেক্টরি"
msgid "Files"
msgstr "ফাইল"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "মুছে ফেল"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "পূনঃনামকরণ"
@@ -193,31 +193,31 @@ msgstr "URL ফাঁকা রাখা যাবে না।"
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr "ফোল্ডারের নামটি সঠিক নয়। 'ভাগাভাগি করা' শুধুমাত্র Owncloud এর জন্য সংরক্ষিত।"
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "নাম"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "আকার"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "পরিবর্তিত"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "১টি ফোল্ডার"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} টি ফোল্ডার"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "১টি ফাইল"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} টি ফাইল"
diff --git a/l10n/bn_BD/files_trashbin.po b/l10n/bn_BD/files_trashbin.po
index ff75311f2f..b2577e03d2 100644
--- a/l10n/bn_BD/files_trashbin.po
+++ b/l10n/bn_BD/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/bn_BD/settings.po b/l10n/bn_BD/settings.po
index 2d3a44faeb..2d6b8548e1 100644
--- a/l10n/bn_BD/settings.po
+++ b/l10n/bn_BD/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
@@ -121,10 +121,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "তৈলী করেছেন ownCloud সম্প্রদায়, যার উৎস কোডটি AGPL এর অধীনে লাইসেন্সকৃত।"
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "আপনার অ্যাপটি যোগ করুন"
@@ -254,28 +464,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "আপনার ownCloud এ সংযুক্ত হতে এই ঠিকানাটি আপনার ফাইল ব্যবস্থাপকে ব্যবহার করুন"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "ভার্সন"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "তৈলী করেছেন ownCloud সম্প্রদায়, যার উৎস কোডটি AGPL এর অধীনে লাইসেন্সকৃত।"
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "গোষ্ঠীসমূহ"
-
#: templates/users.php:32
msgid "Create"
msgstr "তৈরী কর"
@@ -292,10 +484,6 @@ msgstr "অসীম"
msgid "Other"
msgstr "অন্যান্য"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "গোষ্ঠী প্রশাসক"
-
#: templates/users.php:86
msgid "Storage"
msgstr "সংরক্ষণাগার"
@@ -311,7 +499,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr "পূর্বনির্ধারিত"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "মুছে ফেল"
diff --git a/l10n/ca/files.po b/l10n/ca/files.po
index 6442aaa9c9..8359a5a1c3 100644
--- a/l10n/ca/files.po
+++ b/l10n/ca/files.po
@@ -14,8 +14,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 00:03+0100\n"
-"PO-Revision-Date: 2013-02-10 15:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:42+0000\n"
"Last-Translator: rogerc \n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
@@ -85,15 +85,15 @@ msgstr "Directori no vàlid."
msgid "Files"
msgstr "Fitxers"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Suprimeix"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Reanomena"
diff --git a/l10n/ca/files_trashbin.po b/l10n/ca/files_trashbin.po
index 4c5e094e6d..7f76de9cd6 100644
--- a/l10n/ca/files_trashbin.po
+++ b/l10n/ca/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-09 00:12+0100\n"
-"PO-Revision-Date: 2013-02-08 15:22+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:50+0000\n"
"Last-Translator: rogerc \n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po
index d722e07654..f57123c83c 100644
--- a/l10n/ca/settings.po
+++ b/l10n/ca/settings.po
@@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 16:00+0000\n"
-"Last-Translator: rogerc \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -126,10 +126,220 @@ msgstr "Actualitzada"
msgid "Saving..."
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
msgid "__language_name__"
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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Desenvolupat per la comunitat ownCloud, el codi font té llicència AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Afegiu la vostra aplicació"
@@ -259,28 +469,10 @@ msgstr "WebDAV"
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"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Versió"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Desenvolupat per la comunitat ownCloud, el codi font té llicència AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
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
msgid "Create"
msgstr "Crea"
@@ -297,10 +489,6 @@ msgstr "Il·limitat"
msgid "Other"
msgstr "Un altre"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Grup Admin"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Emmagatzemament"
@@ -316,7 +504,3 @@ msgstr "estableix nova contrasenya"
#: templates/users.php:137
msgid "Default"
msgstr "Per defecte"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Suprimeix"
diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po
index c6ea61394f..6fd8b7cebd 100644
--- a/l10n/cs_CZ/files.po
+++ b/l10n/cs_CZ/files.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 00:03+0100\n"
-"PO-Revision-Date: 2013-02-10 10:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: Tomáš Chvátal \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
@@ -81,15 +81,15 @@ msgstr "Neplatný adresář"
msgid "Files"
msgstr "Soubory"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Smazat"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Přejmenovat"
diff --git a/l10n/cs_CZ/files_trashbin.po b/l10n/cs_CZ/files_trashbin.po
index 5055b34733..2052a13993 100644
--- a/l10n/cs_CZ/files_trashbin.po
+++ b/l10n/cs_CZ/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-09 00:12+0100\n"
-"PO-Revision-Date: 2013-02-08 06:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: Tomáš Chvátal \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/cs_CZ/lib.po b/l10n/cs_CZ/lib.po
index a540304621..d595df9307 100644
--- a/l10n/cs_CZ/lib.po
+++ b/l10n/cs_CZ/lib.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:19+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:46+0000\n"
"Last-Translator: Tomáš Chvátal \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/cs_CZ/settings.po b/l10n/cs_CZ/settings.po
index 2d64e35603..7f80df2c63 100644
--- a/l10n/cs_CZ/settings.po
+++ b/l10n/cs_CZ/settings.po
@@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:07+0000\n"
-"Last-Translator: Tomáš Chvátal \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -126,10 +126,220 @@ msgstr "Aktualizováno"
msgid "Saving..."
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
msgid "__language_name__"
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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Vyvinuto komunitou ownCloud, zdrojový kód je licencován pod AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Přidat Vaší aplikaci"
@@ -259,28 +469,10 @@ msgstr "WebDAV"
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ů"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Verze"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Vyvinuto komunitou ownCloud, zdrojový kód je licencován pod AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
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
msgid "Create"
msgstr "Vytvořit"
@@ -297,10 +489,6 @@ msgstr "Neomezeně"
msgid "Other"
msgstr "Jiná"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Správa skupiny"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Úložiště"
@@ -316,7 +504,3 @@ msgstr "nastavit nové heslo"
#: templates/users.php:137
msgid "Default"
msgstr "Výchozí"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Smazat"
diff --git a/l10n/da/core.po b/l10n/da/core.po
index a5720e0702..f3a2e2bafb 100644
--- a/l10n/da/core.po
+++ b/l10n/da/core.po
@@ -17,8 +17,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:15+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:42+0000\n"
"Last-Translator: Frederik Lassen \n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/da/files.po b/l10n/da/files.po
index 420e9032f1..7fdd8a6324 100644
--- a/l10n/da/files.po
+++ b/l10n/da/files.po
@@ -16,8 +16,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:16+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: Frederik Lassen \n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/da/files_encryption.po b/l10n/da/files_encryption.po
index ebf1d1824b..416d8486d5 100644
--- a/l10n/da/files_encryption.po
+++ b/l10n/da/files_encryption.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:33+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:46+0000\n"
"Last-Translator: Frederik Lassen \n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/da/files_trashbin.po b/l10n/da/files_trashbin.po
index c29dc6c7cc..4e37f67f5b 100644
--- a/l10n/da/files_trashbin.po
+++ b/l10n/da/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:31+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: Frederik Lassen \n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/da/files_versions.po b/l10n/da/files_versions.po
index f92adb3b54..d0be28135b 100644
--- a/l10n/da/files_versions.po
+++ b/l10n/da/files_versions.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:37+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:46+0000\n"
"Last-Translator: Frederik Lassen \n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/da/lib.po b/l10n/da/lib.po
index f17d031540..5594e1e534 100644
--- a/l10n/da/lib.po
+++ b/l10n/da/lib.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:27+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:46+0000\n"
"Last-Translator: Frederik Lassen \n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/da/settings.po b/l10n/da/settings.po
index ef39734eee..ec73ede5d1 100644
--- a/l10n/da/settings.po
+++ b/l10n/da/settings.po
@@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:19+0000\n"
-"Last-Translator: Frederik Lassen \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -131,10 +131,220 @@ msgstr "Opdateret"
msgid "Saving..."
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
msgid "__language_name__"
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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Udviklet af ownClouds community, og kildekoden er underlagt licensen AGPL."
+
#: templates/apps.php:10
msgid "Add your 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"
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 ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Udviklet af ownClouds community, og kildekoden er underlagt licensen AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "Loginnavn"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupper"
-
#: templates/users.php:32
msgid "Create"
msgstr "Ny"
@@ -302,10 +494,6 @@ msgstr "Ubegrænset"
msgid "Other"
msgstr "Andet"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Gruppe Administrator"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Opbevaring"
@@ -321,7 +509,3 @@ msgstr "skift kodeord"
#: templates/users.php:137
msgid "Default"
msgstr "Standard"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Slet"
diff --git a/l10n/de/files.po b/l10n/de/files.po
index bf70be47a7..476552ec47 100644
--- a/l10n/de/files.po
+++ b/l10n/de/files.po
@@ -28,8 +28,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n"
@@ -99,15 +99,15 @@ msgstr "Ungültiges Verzeichnis."
msgid "Files"
msgstr "Dateien"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Löschen"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Umbenennen"
@@ -213,31 +213,31 @@ msgstr "Die URL darf nicht leer sein."
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
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"
msgstr "Name"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Größe"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Bearbeitet"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 Ordner"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} Ordner"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 Datei"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} Dateien"
diff --git a/l10n/de/files_trashbin.po b/l10n/de/files_trashbin.po
index b9692802ff..2b418ae236 100644
--- a/l10n/de/files_trashbin.po
+++ b/l10n/de/files_trashbin.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/de/settings.po b/l10n/de/settings.po
index 2b1f0007ef..b870a25a04 100644
--- a/l10n/de/settings.po
+++ b/l10n/de/settings.po
@@ -26,8 +26,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n"
@@ -139,10 +139,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Entwickelt von der ownCloud-Community, der Quellcode ist unter der AGPL lizenziert."
+
#: templates/apps.php:10
msgid "Add your App"
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"
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 ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Entwickelt von der ownCloud-Community, der Quellcode ist unter der AGPL lizenziert."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "Loginname"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Gruppen"
-
#: templates/users.php:32
msgid "Create"
msgstr "Anlegen"
@@ -310,10 +502,6 @@ msgstr "Unbegrenzt"
msgid "Other"
msgstr "Andere"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Gruppenadministrator"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Speicher"
@@ -329,7 +517,3 @@ msgstr "Neues Passwort setzen"
#: templates/users.php:137
msgid "Default"
msgstr "Standard"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Löschen"
diff --git a/l10n/de_DE/core.po b/l10n/de_DE/core.po
index c67c4205fb..593cc37a32 100644
--- a/l10n/de_DE/core.po
+++ b/l10n/de_DE/core.po
@@ -17,6 +17,7 @@
# , 2012.
# , 2012.
# Phi Lieb <>, 2012.
+# , 2013.
# , 2013.
# Susi <>, 2013.
# , 2012.
@@ -25,9 +26,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-09 00:12+0100\n"
-"PO-Revision-Date: 2013-02-08 23:12+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:42+0000\n"
+"Last-Translator: stefanniedermann \n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -174,59 +175,59 @@ msgstr "November"
msgid "December"
msgstr "Dezember"
-#: js/js.js:284
+#: js/js.js:286
msgid "Settings"
msgstr "Einstellungen"
-#: js/js.js:764
+#: js/js.js:767
msgid "seconds ago"
msgstr "Gerade eben"
-#: js/js.js:765
+#: js/js.js:768
msgid "1 minute ago"
msgstr "Vor 1 Minute"
-#: js/js.js:766
+#: js/js.js:769
msgid "{minutes} minutes ago"
msgstr "Vor {minutes} Minuten"
-#: js/js.js:767
+#: js/js.js:770
msgid "1 hour ago"
msgstr "Vor einer Stunde"
-#: js/js.js:768
+#: js/js.js:771
msgid "{hours} hours ago"
msgstr "Vor {hours} Stunden"
-#: js/js.js:769
+#: js/js.js:772
msgid "today"
msgstr "Heute"
-#: js/js.js:770
+#: js/js.js:773
msgid "yesterday"
msgstr "Gestern"
-#: js/js.js:771
+#: js/js.js:774
msgid "{days} days ago"
msgstr "Vor {days} Tag(en)"
-#: js/js.js:772
+#: js/js.js:775
msgid "last month"
msgstr "Letzten Monat"
-#: js/js.js:773
+#: js/js.js:776
msgid "{months} months ago"
msgstr "Vor {months} Monaten"
-#: js/js.js:774
+#: js/js.js:777
msgid "months ago"
msgstr "Vor Monaten"
-#: js/js.js:775
+#: js/js.js:778
msgid "last year"
msgstr "Letztes Jahr"
-#: js/js.js:776
+#: js/js.js:779
msgid "years ago"
msgstr "Vor Jahren"
@@ -256,8 +257,8 @@ msgid "The object type is not specified."
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:195 js/share.js:152 js/share.js:159 js/share.js:571
-#: js/share.js:583
+#: js/oc-vcategories.js:195 js/share.js:152 js/share.js:159 js/share.js:582
+#: js/share.js:594
msgid "Error"
msgstr "Fehler"
@@ -269,15 +270,15 @@ msgstr "Der App-Name ist nicht angegeben."
msgid "The required file {file} is not installed!"
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
-msgid "Share"
-msgstr "Freigeben"
-
-#: 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 "Shared"
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"
msgstr "Fehler bei der Freigabe"
@@ -373,23 +374,23 @@ msgstr "löschen"
msgid "share"
msgstr "freigeben"
-#: js/share.js:373 js/share.js:558
+#: js/share.js:373 js/share.js:569
msgid "Password protected"
msgstr "Durch ein Passwort geschützt"
-#: js/share.js:571
+#: js/share.js:582
msgid "Error unsetting expiration date"
msgstr "Fehler beim Entfernen des Ablaufdatums"
-#: js/share.js:583
+#: js/share.js:594
msgid "Error setting expiration date"
msgstr "Fehler beim Setzen des Ablaufdatums"
-#: js/share.js:598
+#: js/share.js:609
msgid "Sending ..."
msgstr "Sende ..."
-#: js/share.js:609
+#: js/share.js:620
msgid "Email sent"
msgstr "Email gesendet"
@@ -505,14 +506,14 @@ msgstr "Ohne einen sicheren Zufallszahlengenerator sind Angreifer in der Lage, d
msgid ""
"Your data directory and files are probably accessible from the internet "
"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
msgid ""
"For information how to properly configure your server, please see the documentation."
-msgstr ""
+msgstr "Bitte lesen Sie die Dokumentation für Informationen, wie Sie Ihren Server wahrscheinlich konfigurieren."
#: templates/installation.php:36
msgid "Create an admin account"
diff --git a/l10n/de_DE/files.po b/l10n/de_DE/files.po
index a92ea83e99..fc582622a4 100644
--- a/l10n/de_DE/files.po
+++ b/l10n/de_DE/files.po
@@ -21,6 +21,7 @@
# , 2012.
# Phi Lieb <>, 2012.
# Phillip Schichtel , 2013.
+# , 2013.
# , 2013.
# Susi <>, 2013.
# , 2012.
@@ -30,9 +31,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:42+0000\n"
+"Last-Translator: stefanniedermann \n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -101,15 +102,15 @@ msgstr "Ungültiges Verzeichnis."
msgid "Files"
msgstr "Dateien"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Löschen"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Umbenennen"
@@ -215,31 +216,31 @@ msgstr "Die URL darf nicht leer sein."
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
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"
msgstr "Name"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Größe"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Bearbeitet"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 Ordner"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} Ordner"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 Datei"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} Dateien"
@@ -297,7 +298,7 @@ msgstr "Von einem Link"
#: templates/index.php:40
msgid "Trash bin"
-msgstr ""
+msgstr "Mülleimer"
#: templates/index.php:46
msgid "Cancel upload"
diff --git a/l10n/de_DE/files_trashbin.po b/l10n/de_DE/files_trashbin.po
index 755e0968db..d9e42dce66 100644
--- a/l10n/de_DE/files_trashbin.po
+++ b/l10n/de_DE/files_trashbin.po
@@ -5,14 +5,15 @@
# Translators:
# I Robot , 2013.
# Phillip Schichtel , 2013.
+# , 2013.
# Susi <>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:43+0000\n"
+"Last-Translator: stefanniedermann \n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,12 +24,12 @@ msgstr ""
#: ajax/delete.php:22
#, php-format
msgid "Couldn't delete %s permanently"
-msgstr ""
+msgstr "Konnte %s nicht permanent löschen"
#: ajax/undelete.php:41
#, php-format
msgid "Couldn't restore %s"
-msgstr ""
+msgstr "Konnte %s nicht wiederherstellen"
#: js/trash.js:7 js/trash.js:94
msgid "perform restore operation"
diff --git a/l10n/de_DE/files_versions.po b/l10n/de_DE/files_versions.po
index e6c6d61cb2..9d2077a107 100644
--- a/l10n/de_DE/files_versions.po
+++ b/l10n/de_DE/files_versions.po
@@ -8,14 +8,15 @@
# , 2012.
# , 2013.
# , 2012.
+# , 2013.
# , 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-09 00:12+0100\n"
-"PO-Revision-Date: 2013-02-08 12:20+0000\n"
-"Last-Translator: JamFX \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:55+0000\n"
+"Last-Translator: stefanniedermann \n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -26,7 +27,7 @@ msgstr ""
#: ajax/rollbackVersion.php:15
#, php-format
msgid "Could not revert: %s"
-msgstr ""
+msgstr "Konnte nicht zurücksetzen: %s"
#: history.php:40
msgid "success"
@@ -35,7 +36,7 @@ msgstr "Erfolgreich"
#: history.php:42
#, php-format
msgid "File %s was reverted to version %s"
-msgstr ""
+msgstr "Die Datei %s wurde zur Version %s zurückgesetzt"
#: history.php:49
msgid "failure"
@@ -44,7 +45,7 @@ msgstr "Fehlgeschlagen"
#: history.php:51
#, php-format
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
msgid "No old versions available"
@@ -60,7 +61,7 @@ msgstr "Historie"
#: templates/history.php:20
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
msgid "Files Versioning"
diff --git a/l10n/de_DE/lib.po b/l10n/de_DE/lib.po
index 8465b3420a..a8a1574f3e 100644
--- a/l10n/de_DE/lib.po
+++ b/l10n/de_DE/lib.po
@@ -9,15 +9,16 @@
# Jan-Christoph Borchardt , 2012.
# Marcel Kühlhorn , 2012.
# Phi Lieb <>, 2012.
+# , 2013.
# , 2012.
# , 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:41+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:54+0000\n"
+"Last-Translator: stefanniedermann \n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -95,51 +96,51 @@ msgstr "Bilder"
#: setup.php:34
msgid "Set an admin username."
-msgstr ""
+msgstr "Setze Administrator Benutzername."
#: setup.php:37
msgid "Set an admin password."
-msgstr ""
+msgstr "Setze Administrator Passwort"
#: setup.php:40
msgid "Specify a data folder."
-msgstr ""
+msgstr "Spezifiziere Datei-Verzeichnis."
#: setup.php:53
#, php-format
msgid "%s enter the database username."
-msgstr ""
+msgstr "%s gib den Datenbank-Benutzernamen an."
#: setup.php:56
#, php-format
msgid "%s enter the database name."
-msgstr ""
+msgstr "%s gib den Datenbank-Namen an."
#: setup.php:59
#, php-format
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
#, php-format
msgid "%s set the database host."
-msgstr ""
+msgstr "%s setze den Datenbank-Host"
#: setup.php:126 setup.php:291 setup.php:336
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
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
msgid "Oracle username and/or password not valid"
-msgstr ""
+msgstr "Oracle Benutzername und/oder Passwort nicht valide"
#: setup.php:203
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:403 setup.php:430 setup.php:496 setup.php:522 setup.php:529
@@ -147,37 +148,37 @@ msgstr ""
#: setup.php:579
#, php-format
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: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
#, php-format
msgid "Offending command was: \"%s\""
-msgstr ""
+msgstr "Fehlerhaftes Kommando war: \"%s\""
#: setup.php:270
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
-msgstr ""
+msgstr "MySQL Benutzer '%s'@'localhost' existiert bereits."
#: setup.php:271
msgid "Drop this user from MySQL"
-msgstr ""
+msgstr "Lösche diesen Benutzer von MySQL"
#: setup.php:276
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
-msgstr ""
+msgstr "MySQL Benutzer '%s'@'%%' existiert bereits"
#: setup.php:277
msgid "Drop this user from MySQL."
-msgstr ""
+msgstr "Lösche diesen Benutzer von MySQL."
#: setup.php:548 setup.php:580
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
-msgstr ""
+msgstr "Fehlerhaftes Kommando war: \"%s\", Name: %s, Passwort: %s"
#: setup.php:644
msgid ""
diff --git a/l10n/de_DE/settings.po b/l10n/de_DE/settings.po
index 79b86613e8..7c49cbe363 100644
--- a/l10n/de_DE/settings.po
+++ b/l10n/de_DE/settings.po
@@ -29,8 +29,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
"MIME-Version: 1.0\n"
@@ -142,10 +142,220 @@ msgstr "Geupdated"
msgid "Saving..."
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
msgid "__language_name__"
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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Entwickelt von der ownCloud-Community. Der Quellcode ist unter der AGPL lizenziert."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Fügen Sie Ihre Anwendung hinzu"
@@ -201,7 +411,7 @@ msgstr "Sie verwenden %s der verfügbaren %s"
#: templates/personal.php:14
msgid "Get the apps to sync your files"
-msgstr ""
+msgstr "Installiere die App um Deine Dateien zu synchronisieren"
#: templates/personal.php:25
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"
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 ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Entwickelt von der ownCloud-Community. Der Quellcode ist unter der AGPL lizenziert."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "Loginname"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Gruppen"
-
#: templates/users.php:32
msgid "Create"
msgstr "Anlegen"
@@ -313,10 +505,6 @@ msgstr "Unbegrenzt"
msgid "Other"
msgstr "Andere"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Gruppenadministrator"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Speicher"
@@ -332,7 +520,3 @@ msgstr "Neues Passwort setzen"
#: templates/users.php:137
msgid "Default"
msgstr "Standard"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Löschen"
diff --git a/l10n/de_DE/user_ldap.po b/l10n/de_DE/user_ldap.po
index 0633de147c..18580dda23 100644
--- a/l10n/de_DE/user_ldap.po
+++ b/l10n/de_DE/user_ldap.po
@@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:43+0000\n"
+"Last-Translator: stefanniedermann \n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -225,7 +225,7 @@ msgstr "Nutze TLS"
#: templates/settings.php:38
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
msgid "Case insensitve LDAP server (Windows)"
diff --git a/l10n/el/files.po b/l10n/el/files.po
index d0ce4ea85e..9a758341a1 100644
--- a/l10n/el/files.po
+++ b/l10n/el/files.po
@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
@@ -86,15 +86,15 @@ msgstr "Μη έγκυρος φάκελος."
msgid "Files"
msgstr "Αρχεία"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Διαγραφή"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Μετονομασία"
@@ -200,31 +200,31 @@ msgstr "Η URL δεν πρέπει να είναι κενή."
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr "Μη έγκυρο όνομα φακέλου. Η χρήση του 'Κοινόχρηστος' χρησιμοποιείται από ο Owncloud"
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Όνομα"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Μέγεθος"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Τροποποιήθηκε"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 φάκελος"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} φάκελοι"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 αρχείο"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} αρχεία"
diff --git a/l10n/el/files_trashbin.po b/l10n/el/files_trashbin.po
index 91d2ccfde2..e8ac463bd2 100644
--- a/l10n/el/files_trashbin.po
+++ b/l10n/el/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 14:20+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: Dimitris M. \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/el/settings.po b/l10n/el/settings.po
index 424c557bd5..21206e8676 100644
--- a/l10n/el/settings.po
+++ b/l10n/el/settings.po
@@ -19,8 +19,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
@@ -132,10 +132,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
msgstr "__όνομα_γλώσσας__"
+#: templates/admin.php:15
+msgid "Security Warning"
+msgstr ""
+
+#: templates/admin.php:18
+msgid ""
+"Your data directory and your files are probably accessible from the "
+"internet. The .htaccess file 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Αναπτύχθηκε από την κοινότητα ownCloud, ο πηγαίος κώδικας είναι υπό άδεια χρήσης AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Πρόσθεστε τη Δικιά σας Εφαρμογή"
@@ -265,28 +475,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Χρήση αυτής της διεύθυνσης για σύνδεση στο ownCloud με τον διαχειριστή αρχείων σας"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Έκδοση"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Αναπτύχθηκε από την κοινότητα ownCloud, ο πηγαίος κώδικας είναι υπό άδεια χρήσης AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Ομάδες"
-
#: templates/users.php:32
msgid "Create"
msgstr "Δημιουργία"
@@ -303,10 +495,6 @@ msgstr "Απεριόριστο"
msgid "Other"
msgstr "Άλλα"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Ομάδα Διαχειριστών"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Αποθήκευση"
@@ -322,7 +510,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr "Προκαθορισμένο"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Διαγραφή"
diff --git a/l10n/eo/files.po b/l10n/eo/files.po
index f2006ab6bd..2d296e64db 100644
--- a/l10n/eo/files.po
+++ b/l10n/eo/files.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
"MIME-Version: 1.0\n"
@@ -81,15 +81,15 @@ msgstr "Nevalida dosierujo."
msgid "Files"
msgstr "Dosieroj"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Forigi"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Alinomigi"
@@ -195,31 +195,31 @@ msgstr "URL ne povas esti malplena."
msgid "Invalid folder name. Usage of 'Shared' is reserved by 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"
msgstr "Nomo"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Grando"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Modifita"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 dosierujo"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} dosierujoj"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 dosiero"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} dosierujoj"
diff --git a/l10n/eo/files_trashbin.po b/l10n/eo/files_trashbin.po
index 407ed42d6d..ba5bf42fbc 100644
--- a/l10n/eo/files_trashbin.po
+++ b/l10n/eo/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/eo/settings.po b/l10n/eo/settings.po
index b01137e99a..52d216e544 100644
--- a/l10n/eo/settings.po
+++ b/l10n/eo/settings.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:39+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
"MIME-Version: 1.0\n"
@@ -123,10 +123,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Ellaborita de la komunumo de ownCloud, la fontokodo publikas laŭ la permesilo AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Aldonu vian aplikaĵon"
@@ -256,28 +466,10 @@ msgstr "WebDAV"
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"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Eldono"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Ellaborita de la komunumo de ownCloud, la fontokodo publikas laŭ la permesilo AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupoj"
-
#: templates/users.php:32
msgid "Create"
msgstr "Krei"
@@ -294,10 +486,6 @@ msgstr "Senlima"
msgid "Other"
msgstr "Alia"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Grupadministranto"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Konservejo"
@@ -313,7 +501,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr "Defaŭlta"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Forigi"
diff --git a/l10n/es/files.po b/l10n/es/files.po
index 369ddba9fe..e5af31181c 100644
--- a/l10n/es/files.po
+++ b/l10n/es/files.po
@@ -18,8 +18,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 00:03+0100\n"
-"PO-Revision-Date: 2013-02-10 11:30+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: juanman \n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
@@ -89,15 +89,15 @@ msgstr "Directorio invalido."
msgid "Files"
msgstr "Archivos"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Eliminar"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Renombrar"
diff --git a/l10n/es/files_trashbin.po b/l10n/es/files_trashbin.po
index 7e95d500a1..a2db3d575e 100644
--- a/l10n/es/files_trashbin.po
+++ b/l10n/es/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-09 00:12+0100\n"
-"PO-Revision-Date: 2013-02-08 00:30+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: msvladimir \n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/es/settings.po b/l10n/es/settings.po
index 664cd1508e..fd385a6e8b 100644
--- a/l10n/es/settings.po
+++ b/l10n/es/settings.po
@@ -20,8 +20,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
@@ -133,10 +133,220 @@ msgstr "Actualizado"
msgid "Saving..."
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
msgid "__language_name__"
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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Desarrollado por la comunidad ownCloud, el código fuente está bajo licencia AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
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"
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 ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Desarrollado por la comunidad ownCloud, el código fuente está bajo licencia AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "Nombre de usuario"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupos"
-
#: templates/users.php:32
msgid "Create"
msgstr "Crear"
@@ -304,10 +496,6 @@ msgstr "Ilimitado"
msgid "Other"
msgstr "Otro"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Grupo admin"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Alamacenamiento"
@@ -323,7 +511,3 @@ msgstr "Configurar nueva contraseña"
#: templates/users.php:137
msgid "Default"
msgstr "Predeterminado"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Eliminar"
diff --git a/l10n/es_AR/files.po b/l10n/es_AR/files.po
index eff8521a3e..bc5d84d061 100644
--- a/l10n/es_AR/files.po
+++ b/l10n/es_AR/files.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:50+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: cjtess \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/es_AR/files_trashbin.po b/l10n/es_AR/files_trashbin.po
index 690d4ba6ba..138bd484b7 100644
--- a/l10n/es_AR/files_trashbin.po
+++ b/l10n/es_AR/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 16:00+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: cjtess \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/es_AR/settings.po b/l10n/es_AR/settings.po
index 97de716a79..fda24b709a 100644
--- a/l10n/es_AR/settings.po
+++ b/l10n/es_AR/settings.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 16:00+0000\n"
-"Last-Translator: cjtess \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -123,10 +123,220 @@ msgstr "Actualizado"
msgid "Saving..."
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
msgid "__language_name__"
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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Desarrollado por la comunidad ownCloud, el código fuente está bajo licencia AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
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"
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 ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Desarrollado por la comunidad ownCloud, el código fuente está bajo licencia AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "Nombre de "
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupos"
-
#: templates/users.php:32
msgid "Create"
msgstr "Crear"
@@ -294,10 +486,6 @@ msgstr "Ilimitado"
msgid "Other"
msgstr "Otro"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Grupo Administrador"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Almacenamiento"
@@ -313,7 +501,3 @@ msgstr "Configurar nueva contraseña"
#: templates/users.php:137
msgid "Default"
msgstr "Predeterminado"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Borrar"
diff --git a/l10n/et_EE/files.po b/l10n/et_EE/files.po
index 3e795d756e..1a6ca89bc6 100644
--- a/l10n/et_EE/files.po
+++ b/l10n/et_EE/files.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
@@ -80,15 +80,15 @@ msgstr ""
msgid "Files"
msgstr "Failid"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Kustuta"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "ümber"
@@ -194,31 +194,31 @@ msgstr "URL ei saa olla tühi."
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Nimi"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Suurus"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Muudetud"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 kaust"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} kausta"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 fail"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} faili"
diff --git a/l10n/et_EE/files_trashbin.po b/l10n/et_EE/files_trashbin.po
index e4e1d3e437..5baebdad45 100644
--- a/l10n/et_EE/files_trashbin.po
+++ b/l10n/et_EE/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/et_EE/settings.po b/l10n/et_EE/settings.po
index 9b6a08fafc..e9da5ea4ea 100644
--- a/l10n/et_EE/settings.po
+++ b/l10n/et_EE/settings.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:39+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
@@ -122,10 +122,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Lisa oma rakendus"
@@ -255,28 +465,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupid"
-
#: templates/users.php:32
msgid "Create"
msgstr "Lisa"
@@ -293,10 +485,6 @@ msgstr ""
msgid "Other"
msgstr "Muu"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Grupi admin"
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -312,7 +500,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Kustuta"
diff --git a/l10n/eu/files.po b/l10n/eu/files.po
index c7a7fc3d32..353fd93152 100644
--- a/l10n/eu/files.po
+++ b/l10n/eu/files.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -82,15 +82,15 @@ msgstr "Baliogabeko karpeta."
msgid "Files"
msgstr "Fitxategiak"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Ezabatu"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Berrizendatu"
@@ -196,31 +196,31 @@ msgstr "URLa ezin da hutsik egon."
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
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"
msgstr "Izena"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Tamaina"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Aldatuta"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "karpeta bat"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} karpeta"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "fitxategi bat"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} fitxategi"
diff --git a/l10n/eu/files_trashbin.po b/l10n/eu/files_trashbin.po
index 70120e4257..6b27cfcb89 100644
--- a/l10n/eu/files_trashbin.po
+++ b/l10n/eu/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/eu/settings.po b/l10n/eu/settings.po
index 31edff47f6..0636c33347 100644
--- a/l10n/eu/settings.po
+++ b/l10n/eu/settings.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -124,10 +124,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "ownCloud komunitateak garatuta, itubruru kodeaAGPL lizentziarekin banatzen da."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Gehitu zure aplikazioa"
@@ -257,28 +467,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
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 ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "ownCloud komunitateak garatuta, itubruru kodeaAGPL lizentziarekin banatzen da."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "Sarrera Izena"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Taldeak"
-
#: templates/users.php:32
msgid "Create"
msgstr "Sortu"
@@ -295,10 +487,6 @@ msgstr "Mugarik gabe"
msgid "Other"
msgstr "Besteak"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Talde administradorea"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Biltegiratzea"
@@ -314,7 +502,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr "Lehenetsia"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Ezabatu"
diff --git a/l10n/fa/files.po b/l10n/fa/files.po
index ace120766b..7531a616bb 100644
--- a/l10n/fa/files.po
+++ b/l10n/fa/files.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
@@ -82,15 +82,15 @@ msgstr "فهرست راهنما نامعتبر می باشد."
msgid "Files"
msgstr "فایل ها"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "پاک کردن"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "تغییرنام"
@@ -196,31 +196,31 @@ msgstr "URL نمی تواند خالی باشد."
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr "نام پوشه نامعتبر است. استفاده از \" به اشتراک گذاشته شده \" متعلق به سایت Owncloud است."
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "نام"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "اندازه"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "تغییر یافته"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 پوشه"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{ شمار} پوشه ها"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 پرونده"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{ شمار } فایل ها"
diff --git a/l10n/fa/files_trashbin.po b/l10n/fa/files_trashbin.po
index a9bffbf81b..435d45e463 100644
--- a/l10n/fa/files_trashbin.po
+++ b/l10n/fa/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/fa/settings.po b/l10n/fa/settings.po
index 02beef1759..5ae336f4d7 100644
--- a/l10n/fa/settings.po
+++ b/l10n/fa/settings.po
@@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
@@ -125,10 +125,220 @@ msgstr "بروز رسانی انجام شد"
msgid "Saving..."
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
msgid "__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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "برنامه خود را بیافزایید"
@@ -258,28 +468,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr "نسخه"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "نام کاربری"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "گروه ها"
-
#: templates/users.php:32
msgid "Create"
msgstr "ایجاد کردن"
@@ -296,10 +488,6 @@ msgstr "نامحدود"
msgid "Other"
msgstr "سایر"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr ""
-
#: templates/users.php:86
msgid "Storage"
msgstr "حافظه"
@@ -315,7 +503,3 @@ msgstr "تنظیم کلمه عبور جدید"
#: templates/users.php:137
msgid "Default"
msgstr "پیش فرض"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "پاک کردن"
diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po
index cbc9351025..9d420d436e 100644
--- a/l10n/fi_FI/files.po
+++ b/l10n/fi_FI/files.po
@@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 00:03+0100\n"
-"PO-Revision-Date: 2013-02-10 10:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: Jiri Grönroos \n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
@@ -83,15 +83,15 @@ msgstr "Virheellinen kansio."
msgid "Files"
msgstr "Tiedostot"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Poista"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Nimeä uudelleen"
diff --git a/l10n/fi_FI/files_trashbin.po b/l10n/fi_FI/files_trashbin.po
index 27afca0a85..273ff877ba 100644
--- a/l10n/fi_FI/files_trashbin.po
+++ b/l10n/fi_FI/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/fi_FI/settings.po b/l10n/fi_FI/settings.po
index fc1f84ef06..61293cd2b9 100644
--- a/l10n/fi_FI/settings.po
+++ b/l10n/fi_FI/settings.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
@@ -123,10 +123,220 @@ msgstr "Päivitetty"
msgid "Saving..."
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
msgid "__language_name__"
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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Kehityksestä on vastannut ownCloud-yhteisö, lähdekoodi on julkaistu lisenssin AGPL alaisena."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Lisää sovelluksesi"
@@ -256,28 +466,10 @@ msgstr "WebDAV"
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"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Versio"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Kehityksestä on vastannut ownCloud-yhteisö, lähdekoodi on julkaistu lisenssin AGPL alaisena."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "Kirjautumisnimi"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Ryhmät"
-
#: templates/users.php:32
msgid "Create"
msgstr "Luo"
@@ -294,10 +486,6 @@ msgstr "Rajoittamaton"
msgid "Other"
msgstr "Muu"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Ryhmän ylläpitäjä"
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -313,7 +501,3 @@ msgstr "aseta uusi salasana"
#: templates/users.php:137
msgid "Default"
msgstr "Oletus"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Poista"
diff --git a/l10n/fr/files.po b/l10n/fr/files.po
index 1f984617ca..02f73056ba 100644
--- a/l10n/fr/files.po
+++ b/l10n/fr/files.po
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 00:03+0100\n"
-"PO-Revision-Date: 2013-02-10 11:00+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:42+0000\n"
"Last-Translator: Robert Di Rosa <>\n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
@@ -92,15 +92,15 @@ msgstr "Dossier invalide."
msgid "Files"
msgstr "Fichiers"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Supprimer"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Renommer"
diff --git a/l10n/fr/files_trashbin.po b/l10n/fr/files_trashbin.po
index 23b922f8f1..7f4f4cbbf7 100644
--- a/l10n/fr/files_trashbin.po
+++ b/l10n/fr/files_trashbin.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-09 00:12+0100\n"
-"PO-Revision-Date: 2013-02-08 14:03+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:50+0000\n"
"Last-Translator: Romain DEP. \n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/fr/lib.po b/l10n/fr/lib.po
index 15c8dea258..c1418b8739 100644
--- a/l10n/fr/lib.po
+++ b/l10n/fr/lib.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:41+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:46+0000\n"
+"Last-Translator: Romain DEP. \n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -90,51 +90,51 @@ msgstr "Images"
#: setup.php:34
msgid "Set an admin username."
-msgstr ""
+msgstr "Spécifiez un nom d'utilisateur pour l'administrateur."
#: setup.php:37
msgid "Set an admin password."
-msgstr ""
+msgstr "Spécifiez un mot de passe administrateur."
#: setup.php:40
msgid "Specify a data folder."
-msgstr ""
+msgstr "Spécifiez un répertoire pour les données."
#: setup.php:53
#, php-format
msgid "%s enter the database username."
-msgstr ""
+msgstr "%s entrez le nom d'utilisateur de la base de données."
#: setup.php:56
#, php-format
msgid "%s enter the database name."
-msgstr ""
+msgstr "%s entrez le nom de la base de données."
#: setup.php:59
#, php-format
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
#, php-format
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
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
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
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
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:403 setup.php:430 setup.php:496 setup.php:522 setup.php:529
@@ -142,37 +142,37 @@ msgstr ""
#: setup.php:579
#, php-format
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: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
#, php-format
msgid "Offending command was: \"%s\""
-msgstr ""
+msgstr "La requête en cause est : \"%s\""
#: setup.php:270
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
-msgstr ""
+msgstr "L'utilisateur MySQL '%s'@'localhost' existe déjà."
#: setup.php:271
msgid "Drop this user from MySQL"
-msgstr ""
+msgstr "Retirer cet utilisateur de la base MySQL"
#: setup.php:276
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
-msgstr ""
+msgstr "L'utilisateur MySQL '%s'@'%%' existe déjà"
#: setup.php:277
msgid "Drop this user from MySQL."
-msgstr ""
+msgstr "Retirer cet utilisateur de la base MySQL."
#: setup.php:548 setup.php:580
#, php-format
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
msgid ""
diff --git a/l10n/fr/settings.po b/l10n/fr/settings.po
index 626aa20e7f..abe6d1bf05 100644
--- a/l10n/fr/settings.po
+++ b/l10n/fr/settings.po
@@ -24,8 +24,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
@@ -137,10 +137,220 @@ msgstr "Mise à jour effectuée avec succès"
msgid "Saving..."
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
msgid "__language_name__"
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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Développé par la communauté ownCloud, le code source est publié sous license AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Ajoutez votre application"
@@ -196,7 +406,7 @@ msgstr "Vous avez utilisé %s des %s disponible
#: templates/personal.php:14
msgid "Get the apps to sync your files"
-msgstr ""
+msgstr "Obtenez les applications de synchronisation de vos fichiers"
#: templates/personal.php:25
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"
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 ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Développé par la communauté ownCloud, le code source est publié sous license AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
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
msgid "Create"
msgstr "Créer"
@@ -308,10 +500,6 @@ msgstr "Illimité"
msgid "Other"
msgstr "Autre"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Groupe Admin"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Support de stockage"
@@ -327,7 +515,3 @@ msgstr "Changer le mot de passe"
#: templates/users.php:137
msgid "Default"
msgstr "Défaut"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Supprimer"
diff --git a/l10n/gl/core.po b/l10n/gl/core.po
index 0135ef4233..52d101b030 100644
--- a/l10n/gl/core.po
+++ b/l10n/gl/core.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 10:10+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 12:41+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\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!"
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
-msgid "Share"
-msgstr "Compartir"
-
-#: 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 "Shared"
msgstr ""
+#: js/share.js:93
+msgid "Share"
+msgstr "Compartir"
+
#: js/share.js:141 js/share.js:622
msgid "Error while sharing"
msgstr "Produciuse un erro ao compartir"
diff --git a/l10n/gl/files.po b/l10n/gl/files.po
index 469ef89426..cc87fbc209 100644
--- a/l10n/gl/files.po
+++ b/l10n/gl/files.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 11:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 13:00+0000\n"
"Last-Translator: mbouzada \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
@@ -81,15 +81,15 @@ msgstr "O directorio é incorrecto."
msgid "Files"
msgstr "Ficheiros"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Eliminar"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Renomear"
diff --git a/l10n/gl/files_external.po b/l10n/gl/files_external.po
index 9bc476ece0..c16b5b9793 100644
--- a/l10n/gl/files_external.po
+++ b/l10n/gl/files_external.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-01 00:04+0100\n"
-"PO-Revision-Date: 2012-12-31 08:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 12:31+0000\n"
"Last-Translator: mbouzada \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\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"
msgstr "Produciuse un erro ao configurar o almacenamento en Google Drive"
-#: lib/config.php:434
+#: lib/config.php:413
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr "Aviso: «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 ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
diff --git a/l10n/gl/files_sharing.po b/l10n/gl/files_sharing.po
index f6b83fbd65..d665b511c6 100644
--- a/l10n/gl/files_sharing.po
+++ b/l10n/gl/files_sharing.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-11-30 00:03+0100\n"
-"PO-Revision-Date: 2012-11-29 16:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 13:00+0000\n"
"Last-Translator: mbouzada \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
@@ -27,24 +27,24 @@ msgstr "Contrasinal"
msgid "Submit"
msgstr "Enviar"
-#: templates/public.php:17
+#: templates/public.php:9
#, php-format
msgid "%s shared the folder %s with you"
msgstr "%s compartiu o cartafol %s con vostede"
-#: templates/public.php:19
+#: templates/public.php:11
#, php-format
msgid "%s shared the file %s with you"
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"
msgstr "Descargar"
-#: templates/public.php:37
+#: templates/public.php:29
msgid "No preview available for"
msgstr "Sen vista previa dispoñíbel para"
-#: templates/public.php:43
+#: templates/public.php:35
msgid "web services under your control"
msgstr "servizos web baixo o seu control"
diff --git a/l10n/gl/files_trashbin.po b/l10n/gl/files_trashbin.po
index b1c8fe7992..2f1e3e6d86 100644
--- a/l10n/gl/files_trashbin.po
+++ b/l10n/gl/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 11:20+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: mbouzada \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/gl/settings.po b/l10n/gl/settings.po
index 3ea089b4b6..7442640892 100644
--- a/l10n/gl/settings.po
+++ b/l10n/gl/settings.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
@@ -123,10 +123,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Desenvolvido pola comunidade ownCloud, o código fonte está baixo a licenza AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Engada o seu aplicativo"
@@ -256,28 +466,10 @@ msgstr "WebDAV"
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"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Versión"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Desenvolvido pola comunidade ownCloud, o código fonte está baixo a licenza AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupos"
-
#: templates/users.php:32
msgid "Create"
msgstr "Crear"
@@ -294,10 +486,6 @@ msgstr "Sen límites"
msgid "Other"
msgstr "Outro"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Grupo Admin"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Almacenamento"
@@ -313,7 +501,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr "Predeterminado"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Eliminar"
diff --git a/l10n/gl/user_ldap.po b/l10n/gl/user_ldap.po
index 72ec0caf49..62e23bcad3 100644
--- a/l10n/gl/user_ldap.po
+++ b/l10n/gl/user_ldap.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 12:47+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/he/files.po b/l10n/he/files.po
index 8a109378c4..fcf32c768d 100644
--- a/l10n/he/files.po
+++ b/l10n/he/files.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@@ -82,15 +82,15 @@ msgstr ""
msgid "Files"
msgstr "קבצים"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "מחיקה"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "שינוי שם"
@@ -196,31 +196,31 @@ msgstr "קישור אינו יכול להיות ריק."
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "שם"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "גודל"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "זמן שינוי"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "תיקייה אחת"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} תיקיות"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "קובץ אחד"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} קבצים"
diff --git a/l10n/he/files_trashbin.po b/l10n/he/files_trashbin.po
index 4291039ce1..3ce0051e74 100644
--- a/l10n/he/files_trashbin.po
+++ b/l10n/he/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/he/settings.po b/l10n/he/settings.po
index be030e636c..33806b528a 100644
--- a/l10n/he/settings.po
+++ b/l10n/he/settings.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:39+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@@ -124,10 +124,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
msgstr "עברית"
+#: templates/admin.php:15
+msgid "Security Warning"
+msgstr ""
+
+#: templates/admin.php:18
+msgid ""
+"Your data directory and your files are probably accessible from the "
+"internet. The .htaccess file 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "פותח על די קהילתownCloud, קוד המקור מוגן ברישיון AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "הוספת היישום שלך"
@@ -257,28 +467,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "השתמש בכתובת זאת על מנת להתחבר אל ownCloud דרך סייר קבצים."
-#: templates/personal.php:98
-msgid "Version"
-msgstr "גרסא"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "פותח על די קהילתownCloud, קוד המקור מוגן ברישיון AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "קבוצות"
-
#: templates/users.php:32
msgid "Create"
msgstr "יצירה"
@@ -295,10 +487,6 @@ msgstr ""
msgid "Other"
msgstr "אחר"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "מנהל הקבוצה"
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -314,7 +502,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "מחיקה"
diff --git a/l10n/hi/core.po b/l10n/hi/core.po
index 7d3595d491..1cdf7d56f6 100644
--- a/l10n/hi/core.po
+++ b/l10n/hi/core.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:19+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:52+0000\n"
"Last-Translator: Sanjay Rabidas \n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/hi/files_external.po b/l10n/hi/files_external.po
index acf75ea681..e5c058cbf9 100644
--- a/l10n/hi/files_external.po
+++ b/l10n/hi/files_external.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2012-12-13 00:17+0100\n"
-"PO-Revision-Date: 2012-12-11 23:22+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:54+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n"
@@ -41,13 +41,13 @@ msgstr ""
msgid "Error configuring Google Drive storage"
msgstr ""
-#: lib/config.php:434
+#: lib/config.php:413
msgid ""
"Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
-#: lib/config.php:435
+#: lib/config.php:414
msgid ""
"Warning: The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
@@ -96,10 +96,10 @@ msgstr ""
#: templates/settings.php:95
msgid "Users"
-msgstr ""
+msgstr "उपयोगकर्ता"
#: 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"
msgstr ""
@@ -111,10 +111,10 @@ msgstr ""
msgid "Allow users to mount their own external storage"
msgstr ""
-#: templates/settings.php:139
+#: templates/settings.php:136
msgid "SSL root certificates"
msgstr ""
-#: templates/settings.php:158
+#: templates/settings.php:153
msgid "Import Root Certificate"
msgstr ""
diff --git a/l10n/hi/lib.po b/l10n/hi/lib.po
index fe9cd8b388..12d4fd2dd3 100644
--- a/l10n/hi/lib.po
+++ b/l10n/hi/lib.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:41+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:54+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n"
@@ -19,23 +19,23 @@ msgstr ""
#: app.php:339
msgid "Help"
-msgstr ""
+msgstr "सहयोग"
#: app.php:346
msgid "Personal"
-msgstr ""
+msgstr "यक्तिगत"
#: app.php:351
msgid "Settings"
-msgstr ""
+msgstr "सेटिंग्स"
#: app.php:356
msgid "Users"
-msgstr ""
+msgstr "उपयोगकर्ता"
#: app.php:363
msgid "Apps"
-msgstr ""
+msgstr "Apps"
#: app.php:365
msgid "Admin"
diff --git a/l10n/hi/settings.po b/l10n/hi/settings.po
index 2388add5fd..5e0399017d 100644
--- a/l10n/hi/settings.po
+++ b/l10n/hi/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n"
@@ -120,10 +120,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
msgstr ""
+#: templates/admin.php:15
+msgid "Security Warning"
+msgstr ""
+
+#: templates/admin.php:18
+msgid ""
+"Your data directory and your files are probably accessible from the "
+"internet. The .htaccess file 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr ""
@@ -253,28 +463,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr ""
-
#: templates/users.php:32
msgid "Create"
msgstr ""
@@ -291,10 +483,6 @@ msgstr ""
msgid "Other"
msgstr ""
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr ""
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -310,7 +498,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr ""
diff --git a/l10n/hi/user_ldap.po b/l10n/hi/user_ldap.po
index b37e24b829..8010b1bb74 100644
--- a/l10n/hi/user_ldap.po
+++ b/l10n/hi/user_ldap.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:54+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n"
@@ -306,4 +306,4 @@ msgstr ""
#: templates/settings.php:62
msgid "Help"
-msgstr ""
+msgstr "सहयोग"
diff --git a/l10n/hr/files.po b/l10n/hr/files.po
index 4e58c45f93..7764987957 100644
--- a/l10n/hr/files.po
+++ b/l10n/hr/files.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
"MIME-Version: 1.0\n"
@@ -81,15 +81,15 @@ msgstr ""
msgid "Files"
msgstr "Datoteke"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Briši"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Promjeni ime"
@@ -195,31 +195,31 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Naziv"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Veličina"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Zadnja promjena"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr ""
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr ""
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr ""
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr ""
diff --git a/l10n/hr/files_trashbin.po b/l10n/hr/files_trashbin.po
index a5e90a28bb..f7162d5dc4 100644
--- a/l10n/hr/files_trashbin.po
+++ b/l10n/hr/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/hr/settings.po b/l10n/hr/settings.po
index 842287d3fc..987196ff39 100644
--- a/l10n/hr/settings.po
+++ b/l10n/hr/settings.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:39+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
"MIME-Version: 1.0\n"
@@ -123,10 +123,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Dodajte vašu aplikaciju"
@@ -256,28 +466,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupe"
-
#: templates/users.php:32
msgid "Create"
msgstr "Izradi"
@@ -294,10 +486,6 @@ msgstr ""
msgid "Other"
msgstr "ostali"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Grupa Admin"
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -313,7 +501,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Obriši"
diff --git a/l10n/hu_HU/files.po b/l10n/hu_HU/files.po
index 5a793b84bf..1e3f196c9b 100644
--- a/l10n/hu_HU/files.po
+++ b/l10n/hu_HU/files.po
@@ -14,8 +14,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
@@ -85,15 +85,15 @@ msgstr "Érvénytelen mappa."
msgid "Files"
msgstr "Fájlok"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Törlés"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Átnevezés"
@@ -199,31 +199,31 @@ msgstr "Az URL nem lehet semmi."
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."
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Név"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Méret"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Módosítva"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 mappa"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} mappa"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 fájl"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} fájl"
diff --git a/l10n/hu_HU/files_trashbin.po b/l10n/hu_HU/files_trashbin.po
index 0f7239c2cd..8911cf63d9 100644
--- a/l10n/hu_HU/files_trashbin.po
+++ b/l10n/hu_HU/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/hu_HU/files_versions.po b/l10n/hu_HU/files_versions.po
index f2b3829c7a..e128811260 100644
--- a/l10n/hu_HU/files_versions.po
+++ b/l10n/hu_HU/files_versions.po
@@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# Laszlo Tornoci , 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:43+0000\n"
+"Last-Translator: Laszlo Tornoci \n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,33 +21,33 @@ msgstr ""
#: ajax/rollbackVersion.php:15
#, php-format
msgid "Could not revert: %s"
-msgstr ""
+msgstr "Nem sikerült átállni a változatra: %s"
#: history.php:40
msgid "success"
-msgstr ""
+msgstr "sikerült"
#: history.php:42
#, php-format
msgid "File %s was reverted to version %s"
-msgstr ""
+msgstr "%s állományt átállítottuk erre a változatra: %s"
#: history.php:49
msgid "failure"
-msgstr ""
+msgstr "nem sikerült"
#: history.php:51
#, php-format
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
msgid "No old versions available"
-msgstr ""
+msgstr "Nincs régebbi változat"
#: history.php:73
msgid "No path specified"
-msgstr ""
+msgstr "Nincs megadva az útvonal"
#: js/versions.js:16
msgid "History"
@@ -54,7 +55,7 @@ msgstr "Korábbi változatok"
#: templates/history.php:20
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
msgid "Files Versioning"
diff --git a/l10n/hu_HU/settings.po b/l10n/hu_HU/settings.po
index 858bd01dcd..db786ce9b4 100644
--- a/l10n/hu_HU/settings.po
+++ b/l10n/hu_HU/settings.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:39+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
@@ -123,10 +123,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "A programot az ownCloud közösség fejleszti. A forráskód az AGPL feltételei mellett használható föl."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Az alkalmazás hozzáadása"
@@ -186,7 +396,7 @@ msgstr ""
#: templates/personal.php:25
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
msgid "Password"
@@ -256,28 +466,10 @@ msgstr "WebDAV"
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."
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Verzió"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "A programot az ownCloud közösség fejleszti. A forráskód az AGPL feltételei mellett használható föl."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Csoportok"
-
#: templates/users.php:32
msgid "Create"
msgstr "Létrehozás"
@@ -294,10 +486,6 @@ msgstr "Korlátlan"
msgid "Other"
msgstr "Más"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Csoportadminisztrátor"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Tárhely"
@@ -313,7 +501,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr "Alapértelmezett"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Törlés"
diff --git a/l10n/ia/files.po b/l10n/ia/files.po
index bbc3d82ed7..36264a6ab9 100644
--- a/l10n/ia/files.po
+++ b/l10n/ia/files.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n"
@@ -80,15 +80,15 @@ msgstr ""
msgid "Files"
msgstr "Files"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Deler"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr ""
@@ -194,31 +194,31 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Nomine"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Dimension"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Modificate"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr ""
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr ""
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr ""
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr ""
diff --git a/l10n/ia/files_trashbin.po b/l10n/ia/files_trashbin.po
index a6fdefcf40..adba7ebd96 100644
--- a/l10n/ia/files_trashbin.po
+++ b/l10n/ia/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/ia/settings.po b/l10n/ia/settings.po
index e63d5efd07..f762c4f9d3 100644
--- a/l10n/ia/settings.po
+++ b/l10n/ia/settings.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:39+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n"
@@ -122,10 +122,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Adder tu application"
@@ -255,28 +465,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Gruppos"
-
#: templates/users.php:32
msgid "Create"
msgstr "Crear"
@@ -293,10 +485,6 @@ msgstr ""
msgid "Other"
msgstr "Altere"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr ""
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -312,7 +500,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Deler"
diff --git a/l10n/id/files.po b/l10n/id/files.po
index e8dd16f5fa..fc4dfb57b3 100644
--- a/l10n/id/files.po
+++ b/l10n/id/files.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
@@ -81,15 +81,15 @@ msgstr ""
msgid "Files"
msgstr "Berkas"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Hapus"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr ""
@@ -195,31 +195,31 @@ msgstr "tautan tidak boleh kosong"
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Nama"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Ukuran"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Dimodifikasi"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr ""
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr ""
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr ""
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr ""
diff --git a/l10n/id/files_trashbin.po b/l10n/id/files_trashbin.po
index 70eaf1fc21..15be1a566a 100644
--- a/l10n/id/files_trashbin.po
+++ b/l10n/id/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/id/settings.po b/l10n/id/settings.po
index 78a5b777e3..51621ee7ee 100644
--- a/l10n/id/settings.po
+++ b/l10n/id/settings.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:39+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
@@ -124,10 +124,220 @@ msgstr ""
msgid "Saving..."
msgstr "Menyimpan..."
+#: 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 "Group"
+
+#: js/users.js:78 templates/users.php:84 templates/users.php:121
+msgid "Group Admin"
+msgstr "Admin Grup"
+
+#: js/users.js:99 templates/users.php:165
+msgid "Delete"
+msgstr "Hapus"
+
+#: 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
msgid "__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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Tambahkan App anda"
@@ -257,28 +467,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Group"
-
#: templates/users.php:32
msgid "Create"
msgstr "Buat"
@@ -295,10 +487,6 @@ msgstr ""
msgid "Other"
msgstr "Lain-lain"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Admin Grup"
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -314,7 +502,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Hapus"
diff --git a/l10n/is/files.po b/l10n/is/files.po
index c4b5238a06..f85b8b36d9 100644
--- a/l10n/is/files.po
+++ b/l10n/is/files.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n"
"MIME-Version: 1.0\n"
@@ -79,15 +79,15 @@ msgstr "Ógild mappa."
msgid "Files"
msgstr "Skrár"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Eyða"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Endurskýra"
@@ -193,31 +193,31 @@ msgstr "Vefslóð má ekki vera tóm."
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr "Óleyfilegt nafn á möppu. Nafnið 'Shared' er frátekið fyrir Owncloud"
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Nafn"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Stærð"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Breytt"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 mappa"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} möppur"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 skrá"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} skrár"
diff --git a/l10n/is/files_trashbin.po b/l10n/is/files_trashbin.po
index 808dfe5a4c..858d3ee076 100644
--- a/l10n/is/files_trashbin.po
+++ b/l10n/is/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/is/settings.po b/l10n/is/settings.po
index 985e8df4f9..0e36f4df9d 100644
--- a/l10n/is/settings.po
+++ b/l10n/is/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n"
"MIME-Version: 1.0\n"
@@ -121,10 +121,220 @@ msgstr ""
msgid "Saving..."
msgstr "Er að vista ..."
+#: 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 "Hópar"
+
+#: js/users.js:78 templates/users.php:84 templates/users.php:121
+msgid "Group Admin"
+msgstr "Hópstjóri"
+
+#: js/users.js:99 templates/users.php:165
+msgid "Delete"
+msgstr "Eyða"
+
+#: 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
msgid "__language_name__"
msgstr "__nafn_tungumáls__"
+#: 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 installation guides."
+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 "Útgáfa"
+
+#: templates/admin.php:230 templates/personal.php:100
+msgid ""
+"Developed by the ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Þróað af ownCloud samfélaginu, forrita kóðinn er skráðu með AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Bæta við forriti"
@@ -254,28 +464,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Notaðu þessa vefslóð til að tengjast ownCloud svæðinu þínu"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Útgáfa"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Þróað af ownCloud samfélaginu, forrita kóðinn er skráðu með AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Hópar"
-
#: templates/users.php:32
msgid "Create"
msgstr "Búa til"
@@ -292,10 +484,6 @@ msgstr "Ótakmarkað"
msgid "Other"
msgstr "Annað"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Hópstjóri"
-
#: templates/users.php:86
msgid "Storage"
msgstr "gagnapláss"
@@ -311,7 +499,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr "Sjálfgefið"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Eyða"
diff --git a/l10n/it/files.po b/l10n/it/files.po
index 206c29c048..d90595162b 100644
--- a/l10n/it/files.po
+++ b/l10n/it/files.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 00:03+0100\n"
-"PO-Revision-Date: 2013-02-09 23:50+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:42+0000\n"
"Last-Translator: Vincenzo Reale \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
@@ -82,15 +82,15 @@ msgstr "Cartella non valida."
msgid "Files"
msgstr "File"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
msgstr "Elimina definitivamente"
-#: 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"
msgstr "Elimina"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Rinomina"
diff --git a/l10n/it/files_trashbin.po b/l10n/it/files_trashbin.po
index f023541c85..f696193957 100644
--- a/l10n/it/files_trashbin.po
+++ b/l10n/it/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-09 00:12+0100\n"
-"PO-Revision-Date: 2013-02-07 23:30+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:50+0000\n"
"Last-Translator: Vincenzo Reale \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/it/settings.po b/l10n/it/settings.po
index 284078f2d2..b0139cd388 100644
--- a/l10n/it/settings.po
+++ b/l10n/it/settings.po
@@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 14:51+0000\n"
-"Last-Translator: Vincenzo Reale \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -127,10 +127,220 @@ msgstr "Aggiornato"
msgid "Saving..."
msgstr "Salvataggio in corso..."
+#: 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 "Gruppi"
+
+#: js/users.js:78 templates/users.php:84 templates/users.php:121
+msgid "Group Admin"
+msgstr "Gruppi amministrati"
+
+#: js/users.js:99 templates/users.php:165
+msgid "Delete"
+msgstr "Elimina"
+
+#: 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
msgid "__language_name__"
msgstr "Italiano"
+#: 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 installation guides."
+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 "Versione"
+
+#: templates/admin.php:230 templates/personal.php:100
+msgid ""
+"Developed by the ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Sviluppato dalla comunità di ownCloud, il codice sorgente è licenziato nei termini della AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Aggiungi la tua applicazione"
@@ -260,28 +470,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Usa questo indirizzo per connetterti al tuo ownCloud dal tuo gestore file"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Versione"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Sviluppato dalla comunità di ownCloud, il codice sorgente è licenziato nei termini della AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "Nome utente"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Gruppi"
-
#: templates/users.php:32
msgid "Create"
msgstr "Crea"
@@ -298,10 +490,6 @@ msgstr "Illimitata"
msgid "Other"
msgstr "Altro"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Gruppi amministrati"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Archiviazione"
@@ -317,7 +505,3 @@ msgstr "imposta una nuova password"
#: templates/users.php:137
msgid "Default"
msgstr "Predefinito"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Elimina"
diff --git a/l10n/ja_JP/core.po b/l10n/ja_JP/core.po
index 312d7f72ce..2e2aaac68d 100644
--- a/l10n/ja_JP/core.po
+++ b/l10n/ja_JP/core.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-09 00:12+0100\n"
-"PO-Revision-Date: 2013-02-08 23:12+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:42+0000\n"
+"Last-Translator: Daisuke Deguchi \n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -159,59 +159,59 @@ msgstr "11月"
msgid "December"
msgstr "12月"
-#: js/js.js:284
+#: js/js.js:286
msgid "Settings"
msgstr "設定"
-#: js/js.js:764
+#: js/js.js:767
msgid "seconds ago"
msgstr "秒前"
-#: js/js.js:765
+#: js/js.js:768
msgid "1 minute ago"
msgstr "1 分前"
-#: js/js.js:766
+#: js/js.js:769
msgid "{minutes} minutes ago"
msgstr "{minutes} 分前"
-#: js/js.js:767
+#: js/js.js:770
msgid "1 hour ago"
msgstr "1 時間前"
-#: js/js.js:768
+#: js/js.js:771
msgid "{hours} hours ago"
msgstr "{hours} 時間前"
-#: js/js.js:769
+#: js/js.js:772
msgid "today"
msgstr "今日"
-#: js/js.js:770
+#: js/js.js:773
msgid "yesterday"
msgstr "昨日"
-#: js/js.js:771
+#: js/js.js:774
msgid "{days} days ago"
msgstr "{days} 日前"
-#: js/js.js:772
+#: js/js.js:775
msgid "last month"
msgstr "一月前"
-#: js/js.js:773
+#: js/js.js:776
msgid "{months} months ago"
msgstr "{months} 月前"
-#: js/js.js:774
+#: js/js.js:777
msgid "months ago"
msgstr "月前"
-#: js/js.js:775
+#: js/js.js:778
msgid "last year"
msgstr "一年前"
-#: js/js.js:776
+#: js/js.js:779
msgid "years ago"
msgstr "年前"
@@ -241,8 +241,8 @@ msgid "The object type is not specified."
msgstr "オブジェクタイプが指定されていません。"
#: 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/share.js:583
+#: js/oc-vcategories.js:195 js/share.js:152 js/share.js:159 js/share.js:582
+#: js/share.js:594
msgid "Error"
msgstr "エラー"
@@ -254,15 +254,15 @@ msgstr "アプリ名がしていされていません。"
msgid "The required file {file} is not installed!"
msgstr "必要なファイル {file} がインストールされていません!"
-#: js/share.js:29 js/share.js:43 js/share.js:90 js/share.js:93
-msgid "Share"
-msgstr "共有"
-
-#: 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 "Shared"
msgstr "共有中"
-#: js/share.js:141 js/share.js:611
+#: js/share.js:93
+msgid "Share"
+msgstr "共有"
+
+#: js/share.js:141 js/share.js:622
msgid "Error while sharing"
msgstr "共有でエラー発生"
@@ -358,23 +358,23 @@ msgstr "削除"
msgid "share"
msgstr "共有"
-#: js/share.js:373 js/share.js:558
+#: js/share.js:373 js/share.js:569
msgid "Password protected"
msgstr "パスワード保護"
-#: js/share.js:571
+#: js/share.js:582
msgid "Error unsetting expiration date"
msgstr "有効期限の未設定エラー"
-#: js/share.js:583
+#: js/share.js:594
msgid "Error setting expiration date"
msgstr "有効期限の設定でエラー発生"
-#: js/share.js:598
+#: js/share.js:609
msgid "Sending ..."
msgstr "送信中..."
-#: js/share.js:609
+#: js/share.js:620
msgid "Email sent"
msgstr "メールを送信しました"
@@ -490,14 +490,14 @@ msgstr "セキュアな乱数生成器が無い場合、攻撃者はパスワー
msgid ""
"Your data directory and files are probably accessible from the internet "
"because the .htaccess file does not work."
-msgstr ""
+msgstr ".htaccess ファイルが動作していないため、おそらくあなたのデータディレクトリもしくはファイルはインターネットからアクセス可能です。"
#: templates/installation.php:32
msgid ""
"For information how to properly configure your server, please see the documentation."
-msgstr ""
+msgstr "あなたのサーバの適切な設定に関する情報として、ドキュメントを参照して下さい。"
#: templates/installation.php:36
msgid "Create an admin account"
diff --git a/l10n/ja_JP/files.po b/l10n/ja_JP/files.po
index ff098adc1b..8a2f37d0d0 100644
--- a/l10n/ja_JP/files.po
+++ b/l10n/ja_JP/files.po
@@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
+"Last-Translator: Daisuke Deguchi \n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -83,15 +83,15 @@ msgstr "無効なディレクトリです。"
msgid "Files"
msgstr "ファイル"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "削除"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "名前の変更"
@@ -197,31 +197,31 @@ msgstr "URLは空にできません。"
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr "無効なフォルダ名です。'Shared' の利用は ownCloud が予約済みです。"
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "名前"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "サイズ"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "更新日時"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 フォルダ"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} フォルダ"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 ファイル"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} ファイル"
@@ -279,7 +279,7 @@ msgstr "リンク"
#: templates/index.php:40
msgid "Trash bin"
-msgstr ""
+msgstr "ゴミ箱"
#: templates/index.php:46
msgid "Cancel upload"
diff --git a/l10n/ja_JP/files_trashbin.po b/l10n/ja_JP/files_trashbin.po
index 81066069c8..a81dae25c6 100644
--- a/l10n/ja_JP/files_trashbin.po
+++ b/l10n/ja_JP/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-09 00:12+0100\n"
-"PO-Revision-Date: 2013-02-08 04:10+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:50+0000\n"
"Last-Translator: Daisuke Deguchi \n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/ja_JP/lib.po b/l10n/ja_JP/lib.po
index b7ce6d2372..4029feee28 100644
--- a/l10n/ja_JP/lib.po
+++ b/l10n/ja_JP/lib.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:40+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 11:20+0000\n"
+"Last-Translator: Daisuke Deguchi \n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -89,51 +89,51 @@ msgstr "画像"
#: setup.php:34
msgid "Set an admin username."
-msgstr ""
+msgstr "管理者のユーザ名を設定。"
#: setup.php:37
msgid "Set an admin password."
-msgstr ""
+msgstr "管理者のパスワードを設定。"
#: setup.php:40
msgid "Specify a data folder."
-msgstr ""
+msgstr "データフォルダを指定。"
#: setup.php:53
#, php-format
msgid "%s enter the database username."
-msgstr ""
+msgstr "%s のデータベースのユーザ名を入力してください。"
#: setup.php:56
#, php-format
msgid "%s enter the database name."
-msgstr ""
+msgstr "%s のデータベース名を入力してください。"
#: setup.php:59
#, php-format
msgid "%s you may not use dots in the database name"
-msgstr ""
+msgstr "%s ではデータベース名にドットを利用できないかもしれません。"
#: setup.php:62
#, php-format
msgid "%s set the database host."
-msgstr ""
+msgstr "%s にデータベースホストを設定します。"
#: setup.php:126 setup.php:291 setup.php:336
msgid "PostgreSQL username and/or password not valid"
-msgstr ""
+msgstr "PostgreSQLのユーザ名もしくはパスワードは有効ではありません"
#: setup.php:127 setup.php:150 setup.php:204
msgid "You need to enter either an existing account or the administrator."
-msgstr ""
+msgstr "既存のアカウントもしくは管理者のどちらかを入力する必要があります。"
#: setup.php:149 setup.php:423 setup.php:489
msgid "Oracle username and/or password not valid"
-msgstr ""
+msgstr "Oracleのユーザ名もしくはパスワードは有効ではありません"
#: setup.php:203
msgid "MySQL username and/or password not valid"
-msgstr ""
+msgstr "MySQLのユーザ名もしくはパスワードは有効ではありません"
#: 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
@@ -141,48 +141,48 @@ msgstr ""
#: setup.php:579
#, php-format
msgid "DB Error: \"%s\""
-msgstr ""
+msgstr "DBエラー: \"%s\""
#: 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:541 setup.php:557 setup.php:565 setup.php:574
#, php-format
msgid "Offending command was: \"%s\""
-msgstr ""
+msgstr "違反コマンド: \"%s\""
#: setup.php:270
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
-msgstr ""
+msgstr "MySQLのユーザ '%s'@'localhost' はすでに存在します。"
#: setup.php:271
msgid "Drop this user from MySQL"
-msgstr ""
+msgstr "MySQLからこのユーザを削除"
#: setup.php:276
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
-msgstr ""
+msgstr "MySQLのユーザ '%s'@'%%' はすでに存在します。"
#: setup.php:277
msgid "Drop this user from MySQL."
-msgstr ""
+msgstr "MySQLからこのユーザを削除する。"
#: setup.php:548 setup.php:580
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
-msgstr ""
+msgstr "違反コマンド: \"%s\"、名前: %s、パスワード: %s"
#: setup.php:644
msgid ""
"Your web server is not yet properly setup to allow files synchronization "
"because the WebDAV interface seems to be broken."
-msgstr ""
+msgstr "WebDAVインタフェースが動作していないと考えられるため、あなたのWEBサーバはまだファイルの同期を許可するように適切な設定がされていません。"
#: setup.php:645
#, php-format
msgid "Please double check the installation guides."
-msgstr ""
+msgstr "インストールガイドをよく確認してください。"
#: template.php:113
msgid "seconds ago"
diff --git a/l10n/ja_JP/settings.po b/l10n/ja_JP/settings.po
index fc4db1d928..c99a683562 100644
--- a/l10n/ja_JP/settings.po
+++ b/l10n/ja_JP/settings.po
@@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
@@ -125,10 +125,220 @@ msgstr "更新済み"
msgid "Saving..."
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
msgid "__language_name__"
msgstr "Japanese (日本語)"
+#: 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "ownCloud communityにより開発されています、ソースコードライセンスは、AGPL ライセンスにより提供されています。"
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "アプリを追加"
@@ -184,7 +394,7 @@ msgstr "現在、%s / %s を利用していま
#: templates/personal.php:14
msgid "Get the apps to sync your files"
-msgstr ""
+msgstr "あなたのファイルを同期するためのアプリを取得"
#: templates/personal.php:25
msgid "Show First Run Wizard again"
@@ -258,28 +468,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "ファイルマネージャでownCloudに接続する際はこのアドレスを利用してください"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "バージョン"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "ownCloud communityにより開発されています、ソースコードライセンスは、AGPL ライセンスにより提供されています。"
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "ログイン名"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "グループ"
-
#: templates/users.php:32
msgid "Create"
msgstr "作成"
@@ -296,10 +488,6 @@ msgstr "無制限"
msgid "Other"
msgstr "その他"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "グループ管理者"
-
#: templates/users.php:86
msgid "Storage"
msgstr "ストレージ"
@@ -315,7 +503,3 @@ msgstr "新しいパスワードを設定"
#: templates/users.php:137
msgid "Default"
msgstr "デフォルト"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "削除"
diff --git a/l10n/ka_GE/files.po b/l10n/ka_GE/files.po
index c9b22c6c9c..de34e6f8a8 100644
--- a/l10n/ka_GE/files.po
+++ b/l10n/ka_GE/files.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
"MIME-Version: 1.0\n"
@@ -79,15 +79,15 @@ msgstr ""
msgid "Files"
msgstr "ფაილები"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "წაშლა"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "გადარქმევა"
@@ -193,31 +193,31 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "სახელი"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "ზომა"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "შეცვლილია"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 საქაღალდე"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} საქაღალდე"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 ფაილი"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} ფაილი"
diff --git a/l10n/ka_GE/files_trashbin.po b/l10n/ka_GE/files_trashbin.po
index 0b9d8c59f9..89f7efa5b6 100644
--- a/l10n/ka_GE/files_trashbin.po
+++ b/l10n/ka_GE/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/ka_GE/settings.po b/l10n/ka_GE/settings.po
index 39d86db4d3..959a2b3ea2 100644
--- a/l10n/ka_GE/settings.po
+++ b/l10n/ka_GE/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
"MIME-Version: 1.0\n"
@@ -121,10 +121,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "დაამატე შენი აპლიკაცია"
@@ -254,28 +464,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "ჯგუფი"
-
#: templates/users.php:32
msgid "Create"
msgstr "შექმნა"
@@ -292,10 +484,6 @@ msgstr ""
msgid "Other"
msgstr "სხვა"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "ჯგუფის ადმინისტრატორი"
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -311,7 +499,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "წაშლა"
diff --git a/l10n/ko/files.po b/l10n/ko/files.po
index 4fc91abaee..40b540fc14 100644
--- a/l10n/ko/files.po
+++ b/l10n/ko/files.po
@@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
@@ -84,15 +84,15 @@ msgstr "올바르지 않은 디렉터리입니다."
msgid "Files"
msgstr "파일"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "삭제"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "이름 바꾸기"
@@ -198,31 +198,31 @@ msgstr "URL을 입력해야 합니다."
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr "폴더 이름이 유효하지 않습니다. "
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "이름"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "크기"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "수정됨"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "폴더 1개"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "폴더 {count}개"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "파일 1개"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "파일 {count}개"
diff --git a/l10n/ko/files_trashbin.po b/l10n/ko/files_trashbin.po
index 85904a36e1..d03c3476b2 100644
--- a/l10n/ko/files_trashbin.po
+++ b/l10n/ko/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/ko/settings.po b/l10n/ko/settings.po
index d4cfd06a0e..f350262f25 100644
--- a/l10n/ko/settings.po
+++ b/l10n/ko/settings.po
@@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
@@ -125,10 +125,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
msgstr "한국어"
+#: templates/admin.php:15
+msgid "Security Warning"
+msgstr ""
+
+#: templates/admin.php:18
+msgid ""
+"Your data directory and your files are probably accessible from the "
+"internet. The .htaccess file 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "ownCloud 커뮤니티에 의해서 개발되었습니다. 원본 코드는 AGPL에 따라 사용이 허가됩니다."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "앱 추가"
@@ -258,28 +468,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "파일 관리자에서 ownCloud에 접속하려면 이 주소를 사용하십시오."
-#: templates/personal.php:98
-msgid "Version"
-msgstr "버전"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "ownCloud 커뮤니티에 의해서 개발되었습니다. 원본 코드는 AGPL에 따라 사용이 허가됩니다."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "로그인 이름"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "그룹"
-
#: templates/users.php:32
msgid "Create"
msgstr "만들기"
@@ -296,10 +488,6 @@ msgstr "무제한"
msgid "Other"
msgstr "기타"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "그룹 관리자"
-
#: templates/users.php:86
msgid "Storage"
msgstr "저장소"
@@ -315,7 +503,3 @@ msgstr "새 암호 설정"
#: templates/users.php:137
msgid "Default"
msgstr "기본값"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "삭제"
diff --git a/l10n/ko/user_ldap.po b/l10n/ko/user_ldap.po
index cc5f1fdbb1..df1f2796b4 100644
--- a/l10n/ko/user_ldap.po
+++ b/l10n/ko/user_ldap.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:18+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:46+0000\n"
"Last-Translator: Harim Park \n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/ku_IQ/files.po b/l10n/ku_IQ/files.po
index e22bec404b..c7bc1613ea 100644
--- a/l10n/ku_IQ/files.po
+++ b/l10n/ku_IQ/files.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n"
"MIME-Version: 1.0\n"
@@ -78,15 +78,15 @@ msgstr ""
msgid "Files"
msgstr ""
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr ""
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr ""
@@ -192,31 +192,31 @@ msgstr "ناونیشانی بهستهر نابێت بهتاڵ بێت."
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "ناو"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr ""
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr ""
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr ""
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr ""
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr ""
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr ""
diff --git a/l10n/ku_IQ/files_trashbin.po b/l10n/ku_IQ/files_trashbin.po
index 37690656b8..03fa59c580 100644
--- a/l10n/ku_IQ/files_trashbin.po
+++ b/l10n/ku_IQ/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/ku_IQ/settings.po b/l10n/ku_IQ/settings.po
index 0b5761e3cb..cb7a92f2d2 100644
--- a/l10n/ku_IQ/settings.po
+++ b/l10n/ku_IQ/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n"
"MIME-Version: 1.0\n"
@@ -120,10 +120,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
msgstr ""
+#: templates/admin.php:15
+msgid "Security Warning"
+msgstr ""
+
+#: templates/admin.php:18
+msgid ""
+"Your data directory and your files are probably accessible from the "
+"internet. The .htaccess file 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr ""
@@ -253,28 +463,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr ""
-
#: templates/users.php:32
msgid "Create"
msgstr ""
@@ -291,10 +483,6 @@ msgstr ""
msgid "Other"
msgstr ""
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr ""
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -310,7 +498,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr ""
diff --git a/l10n/lb/files.po b/l10n/lb/files.po
index fbd5a7b1bc..86461366f7 100644
--- a/l10n/lb/files.po
+++ b/l10n/lb/files.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
"MIME-Version: 1.0\n"
@@ -79,15 +79,15 @@ msgstr ""
msgid "Files"
msgstr "Dateien"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Läschen"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr ""
@@ -193,31 +193,31 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Numm"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Gréisst"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Geännert"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr ""
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr ""
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr ""
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr ""
diff --git a/l10n/lb/files_trashbin.po b/l10n/lb/files_trashbin.po
index 2d2039da8d..5b1856decd 100644
--- a/l10n/lb/files_trashbin.po
+++ b/l10n/lb/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/lb/settings.po b/l10n/lb/settings.po
index 635adeed39..55df5fe966 100644
--- a/l10n/lb/settings.po
+++ b/l10n/lb/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:39+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
"MIME-Version: 1.0\n"
@@ -121,10 +121,220 @@ msgstr ""
msgid "Saving..."
msgstr "Speicheren..."
+#: 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 "Gruppen Admin"
+
+#: 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
msgid "__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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Setz deng App bei"
@@ -254,28 +464,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Gruppen"
-
#: templates/users.php:32
msgid "Create"
msgstr "Erstellen"
@@ -292,10 +484,6 @@ msgstr ""
msgid "Other"
msgstr "Aner"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Gruppen Admin"
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -311,7 +499,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Läschen"
diff --git a/l10n/lt_LT/files.po b/l10n/lt_LT/files.po
index 966c0c8a34..c6d248b85b 100644
--- a/l10n/lt_LT/files.po
+++ b/l10n/lt_LT/files.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
"MIME-Version: 1.0\n"
@@ -81,15 +81,15 @@ msgstr ""
msgid "Files"
msgstr "Failai"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Ištrinti"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Pervadinti"
@@ -195,31 +195,31 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Pavadinimas"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Dydis"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Pakeista"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 aplankalas"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} aplankalai"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 failas"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} failai"
diff --git a/l10n/lt_LT/files_trashbin.po b/l10n/lt_LT/files_trashbin.po
index b5e0d72e3f..928d63096c 100644
--- a/l10n/lt_LT/files_trashbin.po
+++ b/l10n/lt_LT/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/lt_LT/settings.po b/l10n/lt_LT/settings.po
index 8b73d9d720..ef86207db0 100644
--- a/l10n/lt_LT/settings.po
+++ b/l10n/lt_LT/settings.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:39+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
"MIME-Version: 1.0\n"
@@ -122,10 +122,220 @@ msgstr ""
msgid "Saving..."
msgstr "Saugoma.."
+#: 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 "Grupės"
+
+#: 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 "Ištrinti"
+
+#: 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
msgid "__language_name__"
msgstr "Kalba"
+#: 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Pridėti programėlę"
@@ -255,28 +465,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupės"
-
#: templates/users.php:32
msgid "Create"
msgstr "Sukurti"
@@ -293,10 +485,6 @@ msgstr ""
msgid "Other"
msgstr "Kita"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr ""
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -312,7 +500,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Ištrinti"
diff --git a/l10n/lv/files.po b/l10n/lv/files.po
index 348038ee69..5225e4c681 100644
--- a/l10n/lv/files.po
+++ b/l10n/lv/files.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 00:03+0100\n"
-"PO-Revision-Date: 2013-02-10 14:21+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: Rūdolfs Mazurs \n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
@@ -81,15 +81,15 @@ msgstr "Nederīga direktorija."
msgid "Files"
msgstr "Datnes"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
msgstr "Dzēst pavisam"
-#: 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"
msgstr "Dzēst"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Pārsaukt"
diff --git a/l10n/lv/files_trashbin.po b/l10n/lv/files_trashbin.po
index ef9c6063c3..71b39e763b 100644
--- a/l10n/lv/files_trashbin.po
+++ b/l10n/lv/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-09 00:12+0100\n"
-"PO-Revision-Date: 2013-02-08 12:20+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: Rūdolfs Mazurs \n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/lv/settings.po b/l10n/lv/settings.po
index d982718513..fa2d5d2834 100644
--- a/l10n/lv/settings.po
+++ b/l10n/lv/settings.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 17:10+0000\n"
-"Last-Translator: Rūdolfs Mazurs \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -123,10 +123,220 @@ msgstr "Atjaunināta"
msgid "Saving..."
msgstr "Saglabā..."
+#: 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 "Grupas"
+
+#: js/users.js:78 templates/users.php:84 templates/users.php:121
+msgid "Group Admin"
+msgstr "Grupas administrators"
+
+#: js/users.js:99 templates/users.php:165
+msgid "Delete"
+msgstr "Dzēst"
+
+#: 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
msgid "__language_name__"
msgstr "__valodas_nosaukums__"
+#: 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 installation guides."
+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 "Versija"
+
+#: templates/admin.php:230 templates/personal.php:100
+msgid ""
+"Developed by the ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "IzstrādājusiownCloud kopiena,pirmkodukurš ir licencēts zem AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Pievieno savu lietotni"
@@ -256,28 +466,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Izmanto šo adresi, lai, izmantojot datņu pārvaldnieku, savienotos ar savu ownCloud"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Versija"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "IzstrādājusiownCloud kopiena,pirmkodukurš ir licencēts zem AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "Ierakstīšanās vārds"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupas"
-
#: templates/users.php:32
msgid "Create"
msgstr "Izveidot"
@@ -294,10 +486,6 @@ msgstr "Neierobežota"
msgid "Other"
msgstr "Cits"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Grupas administrators"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Krātuve"
@@ -313,7 +501,3 @@ msgstr "iestatīt jaunu paroli"
#: templates/users.php:137
msgid "Default"
msgstr "Noklusējuma"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Dzēst"
diff --git a/l10n/mk/files.po b/l10n/mk/files.po
index 1d5a2ed386..8909da9842 100644
--- a/l10n/mk/files.po
+++ b/l10n/mk/files.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n"
@@ -81,15 +81,15 @@ msgstr ""
msgid "Files"
msgstr "Датотеки"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Избриши"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Преименувај"
@@ -195,31 +195,31 @@ msgstr "Адресата неможе да биде празна."
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Име"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Големина"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Променето"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 папка"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} папки"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 датотека"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} датотеки"
diff --git a/l10n/mk/files_trashbin.po b/l10n/mk/files_trashbin.po
index 6fe48847d7..173bc01b4e 100644
--- a/l10n/mk/files_trashbin.po
+++ b/l10n/mk/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/mk/settings.po b/l10n/mk/settings.po
index a53f1fbe2c..5d16f62686 100644
--- a/l10n/mk/settings.po
+++ b/l10n/mk/settings.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n"
@@ -123,10 +123,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Развој од ownCloud заедницата, изворниот код е лиценциран соAGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Додадете ја Вашата апликација"
@@ -256,28 +466,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Користете ја оваа адреса да "
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Верзија"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Развој од ownCloud заедницата, изворниот код е лиценциран соAGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Групи"
-
#: templates/users.php:32
msgid "Create"
msgstr "Создај"
@@ -294,10 +486,6 @@ msgstr ""
msgid "Other"
msgstr "Останато"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Администратор на група"
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -313,7 +501,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Избриши"
diff --git a/l10n/ms_MY/files.po b/l10n/ms_MY/files.po
index 8498ceb302..0e2edc2e3d 100644
--- a/l10n/ms_MY/files.po
+++ b/l10n/ms_MY/files.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
"MIME-Version: 1.0\n"
@@ -82,15 +82,15 @@ msgstr ""
msgid "Files"
msgstr "fail"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Padam"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr ""
@@ -196,31 +196,31 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Nama "
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Saiz"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Dimodifikasi"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr ""
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr ""
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr ""
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr ""
diff --git a/l10n/ms_MY/files_trashbin.po b/l10n/ms_MY/files_trashbin.po
index 047d892067..7924d440e3 100644
--- a/l10n/ms_MY/files_trashbin.po
+++ b/l10n/ms_MY/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/ms_MY/settings.po b/l10n/ms_MY/settings.po
index 9ddacb0a78..329769b75c 100644
--- a/l10n/ms_MY/settings.po
+++ b/l10n/ms_MY/settings.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:39+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
"MIME-Version: 1.0\n"
@@ -124,10 +124,220 @@ msgstr ""
msgid "Saving..."
msgstr "Simpan..."
+#: 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 "Kumpulan"
+
+#: 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 "Padam"
+
+#: 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
msgid "__language_name__"
msgstr "_nama_bahasa_"
+#: 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Tambah apps anda"
@@ -257,28 +467,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Kumpulan"
-
#: templates/users.php:32
msgid "Create"
msgstr "Buat"
@@ -295,10 +487,6 @@ msgstr ""
msgid "Other"
msgstr "Lain"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr ""
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -314,7 +502,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Padam"
diff --git a/l10n/nb_NO/files.po b/l10n/nb_NO/files.po
index 885b07c549..5dfcd3d1be 100644
--- a/l10n/nb_NO/files.po
+++ b/l10n/nb_NO/files.po
@@ -16,8 +16,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
@@ -87,15 +87,15 @@ msgstr ""
msgid "Files"
msgstr "Filer"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Slett"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Omdøp"
@@ -201,31 +201,31 @@ msgstr "URL-en kan ikke være tom."
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Navn"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Størrelse"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Endret"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 mappe"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} mapper"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 fil"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} filer"
diff --git a/l10n/nb_NO/files_trashbin.po b/l10n/nb_NO/files_trashbin.po
index 96d6a05b9d..d745e97940 100644
--- a/l10n/nb_NO/files_trashbin.po
+++ b/l10n/nb_NO/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/nb_NO/settings.po b/l10n/nb_NO/settings.po
index d032a85c9b..df4e5bb35f 100644
--- a/l10n/nb_NO/settings.po
+++ b/l10n/nb_NO/settings.po
@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:39+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
@@ -128,10 +128,220 @@ msgstr ""
msgid "Saving..."
msgstr "Lagrer..."
+#: 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 "Gruppeadministrator"
+
+#: js/users.js:99 templates/users.php:165
+msgid "Delete"
+msgstr "Slett"
+
+#: 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
msgid "__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 installation guides."
+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 "Versjon"
+
+#: templates/admin.php:230 templates/personal.php:100
+msgid ""
+"Developed by the ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Legg til din App"
@@ -261,28 +471,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Versjon"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupper"
-
#: templates/users.php:32
msgid "Create"
msgstr "Opprett"
@@ -299,10 +491,6 @@ msgstr ""
msgid "Other"
msgstr "Annet"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Gruppeadministrator"
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -318,7 +506,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Slett"
diff --git a/l10n/nl/core.po b/l10n/nl/core.po
index 2fe64d46ba..295874de83 100644
--- a/l10n/nl/core.po
+++ b/l10n/nl/core.po
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:20+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:42+0000\n"
"Last-Translator: André Koot \n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/nl/files.po b/l10n/nl/files.po
index c54526b0b0..7352fb0d9d 100644
--- a/l10n/nl/files.po
+++ b/l10n/nl/files.po
@@ -19,8 +19,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:26+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: André Koot \n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/nl/files_trashbin.po b/l10n/nl/files_trashbin.po
index 7a6c132004..3798b0d116 100644
--- a/l10n/nl/files_trashbin.po
+++ b/l10n/nl/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:26+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: André Koot \n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/nl/files_versions.po b/l10n/nl/files_versions.po
index 075855ed84..71bb6e63b1 100644
--- a/l10n/nl/files_versions.po
+++ b/l10n/nl/files_versions.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:35+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:46+0000\n"
"Last-Translator: André Koot \n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/nl/lib.po b/l10n/nl/lib.po
index 2265897161..f252d00cf7 100644
--- a/l10n/nl/lib.po
+++ b/l10n/nl/lib.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 21:18+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:46+0000\n"
"Last-Translator: André Koot \n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/nl/settings.po b/l10n/nl/settings.po
index 051ea6f1f1..971431c6f7 100644
--- a/l10n/nl/settings.po
+++ b/l10n/nl/settings.po
@@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:24+0000\n"
-"Last-Translator: André Koot \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -131,10 +131,220 @@ msgstr "Bijgewerkt"
msgid "Saving..."
msgstr "Aan het bewaren....."
+#: 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 "Groepen"
+
+#: js/users.js:78 templates/users.php:84 templates/users.php:121
+msgid "Group Admin"
+msgstr "Groep beheerder"
+
+#: js/users.js:99 templates/users.php:165
+msgid "Delete"
+msgstr "verwijderen"
+
+#: 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
msgid "__language_name__"
msgstr "Nederlands"
+#: 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 installation guides."
+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 "Versie"
+
+#: templates/admin.php:230 templates/personal.php:100
+msgid ""
+"Developed by the ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Ontwikkeld door de ownCloud gemeenschap, de bron code is gelicenseerd onder de AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "App toevoegen"
@@ -264,28 +474,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Gebruik dit adres om te verbinden met uw ownCloud in uw bestandsbeheer"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Versie"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Ontwikkeld door de ownCloud gemeenschap, de bron code is gelicenseerd onder de AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "Inlognaam"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Groepen"
-
#: templates/users.php:32
msgid "Create"
msgstr "Creëer"
@@ -302,10 +494,6 @@ msgstr "Ongelimiteerd"
msgid "Other"
msgstr "Andere"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Groep beheerder"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Opslag"
@@ -321,7 +509,3 @@ msgstr "Instellen nieuw wachtwoord"
#: templates/users.php:137
msgid "Default"
msgstr "Default"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "verwijderen"
diff --git a/l10n/nl/user_ldap.po b/l10n/nl/user_ldap.po
index 77779fbc55..2640a49d7e 100644
--- a/l10n/nl/user_ldap.po
+++ b/l10n/nl/user_ldap.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:25+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:46+0000\n"
"Last-Translator: André Koot \n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/nn_NO/files.po b/l10n/nn_NO/files.po
index 67550c2332..63b6b21838 100644
--- a/l10n/nn_NO/files.po
+++ b/l10n/nn_NO/files.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n"
"MIME-Version: 1.0\n"
@@ -80,15 +80,15 @@ msgstr ""
msgid "Files"
msgstr "Filer"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Slett"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr ""
@@ -194,31 +194,31 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Namn"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Storleik"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Endra"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr ""
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr ""
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr ""
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr ""
diff --git a/l10n/nn_NO/files_trashbin.po b/l10n/nn_NO/files_trashbin.po
index ba74bb698b..43941fff2c 100644
--- a/l10n/nn_NO/files_trashbin.po
+++ b/l10n/nn_NO/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/nn_NO/settings.po b/l10n/nn_NO/settings.po
index 3fc74b3f42..896e75a26c 100644
--- a/l10n/nn_NO/settings.po
+++ b/l10n/nn_NO/settings.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:39+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n"
"MIME-Version: 1.0\n"
@@ -122,10 +122,220 @@ msgstr ""
msgid "Saving..."
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 "Grupper"
+
+#: 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 "Slett"
+
+#: 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
msgid "__language_name__"
msgstr "Nynorsk"
+#: 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr ""
@@ -255,28 +465,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupper"
-
#: templates/users.php:32
msgid "Create"
msgstr "Lag"
@@ -293,10 +485,6 @@ msgstr ""
msgid "Other"
msgstr "Anna"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr ""
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -312,7 +500,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Slett"
diff --git a/l10n/oc/files.po b/l10n/oc/files.po
index 46ec34e547..a1c683af23 100644
--- a/l10n/oc/files.po
+++ b/l10n/oc/files.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n"
"MIME-Version: 1.0\n"
@@ -79,15 +79,15 @@ msgstr ""
msgid "Files"
msgstr "Fichièrs"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Escafa"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Torna nomenar"
@@ -193,31 +193,31 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Nom"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Talha"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Modificat"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr ""
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr ""
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr ""
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr ""
diff --git a/l10n/oc/files_trashbin.po b/l10n/oc/files_trashbin.po
index 064f9be30a..f3243c02aa 100644
--- a/l10n/oc/files_trashbin.po
+++ b/l10n/oc/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/oc/settings.po b/l10n/oc/settings.po
index 040e8f2d8e..85e21cc3e3 100644
--- a/l10n/oc/settings.po
+++ b/l10n/oc/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n"
"MIME-Version: 1.0\n"
@@ -121,10 +121,220 @@ msgstr ""
msgid "Saving..."
msgstr "Enregistra..."
+#: 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 "Grops"
+
+#: js/users.js:78 templates/users.php:84 templates/users.php:121
+msgid "Group Admin"
+msgstr "Grop Admin"
+
+#: js/users.js:99 templates/users.php:165
+msgid "Delete"
+msgstr "Escafa"
+
+#: 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
msgid "__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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Ajusta ton App"
@@ -254,28 +464,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grops"
-
#: templates/users.php:32
msgid "Create"
msgstr "Crea"
@@ -292,10 +484,6 @@ msgstr ""
msgid "Other"
msgstr "Autres"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Grop Admin"
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -311,7 +499,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Escafa"
diff --git a/l10n/pl/files.po b/l10n/pl/files.po
index f49e1712ec..d8e769d779 100644
--- a/l10n/pl/files.po
+++ b/l10n/pl/files.po
@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
"MIME-Version: 1.0\n"
@@ -86,15 +86,15 @@ msgstr "Zła ścieżka."
msgid "Files"
msgstr "Pliki"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Usuwa element"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Zmień nazwę"
@@ -200,31 +200,31 @@ msgstr "URL nie może być pusty."
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr "Nazwa folderu nieprawidłowa. Wykorzystanie \"Shared\" jest zarezerwowane przez Owncloud"
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Nazwa"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Rozmiar"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Czas modyfikacji"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 folder"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} foldery"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 plik"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} pliki"
diff --git a/l10n/pl/files_encryption.po b/l10n/pl/files_encryption.po
index 414c6659d9..ee5832f42d 100644
--- a/l10n/pl/files_encryption.po
+++ b/l10n/pl/files_encryption.po
@@ -3,14 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# Bartek Krawczyk , 2013.
# Cyryl Sochacki <>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:09+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:46+0000\n"
+"Last-Translator: bbartlomiej \n"
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,15 +25,15 @@ msgstr "Szyfrowanie"
#: templates/settings-personal.php:7
msgid "File encryption is enabled."
-msgstr ""
+msgstr "Szyfrowanie plików jest włączone"
#: templates/settings-personal.php:11
msgid "The following file types will not be encrypted:"
-msgstr ""
+msgstr "Poniższe typy plików nie będą szyfrowane:"
#: templates/settings.php:7
msgid "Exclude the following file types from encryption:"
-msgstr ""
+msgstr "Wyłącz poniższe typy plików z szyfrowania:"
#: templates/settings.php:12
msgid "None"
diff --git a/l10n/pl/files_trashbin.po b/l10n/pl/files_trashbin.po
index 3f85b77dcc..eea8ff8f6d 100644
--- a/l10n/pl/files_trashbin.po
+++ b/l10n/pl/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:50+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/pl/files_versions.po b/l10n/pl/files_versions.po
index 4d5b44af34..70b17a7c95 100644
--- a/l10n/pl/files_versions.po
+++ b/l10n/pl/files_versions.po
@@ -3,15 +3,16 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# Bartek Krawczyk , 2013.
# Cyryl Sochacki <>, 2012.
# , 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:46+0000\n"
+"Last-Translator: bbartlomiej \n"
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -22,33 +23,33 @@ msgstr ""
#: ajax/rollbackVersion.php:15
#, php-format
msgid "Could not revert: %s"
-msgstr ""
+msgstr "Nie można było przywrócić: %s"
#: history.php:40
msgid "success"
-msgstr ""
+msgstr "sukces"
#: history.php:42
#, php-format
msgid "File %s was reverted to version %s"
-msgstr ""
+msgstr "Plik %s został przywrócony do wersji %s"
#: history.php:49
msgid "failure"
-msgstr ""
+msgstr "porażka"
#: history.php:51
#, php-format
msgid "File %s could not be reverted to version %s"
-msgstr ""
+msgstr "Plik %s nie mógł być przywrócony do wersji %s"
#: history.php:68
msgid "No old versions available"
-msgstr ""
+msgstr "Nie są dostępne żadne starsze wersje"
#: history.php:73
msgid "No path specified"
-msgstr ""
+msgstr "Nie podano ścieżki"
#: js/versions.js:16
msgid "History"
@@ -56,7 +57,7 @@ msgstr "Historia"
#: templates/history.php:20
msgid "Revert a file to a previous version by clicking on its revert button"
-msgstr ""
+msgstr "Przywróć plik do poprzedniej wersji klikając w jego przycisk przywrócenia"
#: templates/settings.php:3
msgid "Files Versioning"
diff --git a/l10n/pl/settings.po b/l10n/pl/settings.po
index 3926796c18..8b2c8dd203 100644
--- a/l10n/pl/settings.po
+++ b/l10n/pl/settings.po
@@ -4,6 +4,7 @@
#
# Translators:
# , 2013.
+# Bartek Krawczyk , 2013.
# Cyryl Sochacki <>, 2012.
# Cyryl Sochacki , 2012-2013.
# , 2012.
@@ -19,9 +20,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 20:22+0000\n"
-"Last-Translator: emc \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -40,7 +41,7 @@ msgstr "Błąd uwierzytelniania"
#: ajax/changedisplayname.php:32
msgid "Unable to change display name"
-msgstr ""
+msgstr "Nie można zmienić nazwy wyświetlanej"
#: ajax/creategroup.php:10
msgid "Group already exists"
@@ -132,10 +133,220 @@ msgstr "Zaktualizowano"
msgid "Saving..."
msgstr "Zapisywanie..."
+#: 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 "Grupy"
+
+#: 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 "Usuń"
+
+#: 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
msgid "__language_name__"
msgstr "Polski"
+#: 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 installation guides."
+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 "Wersja"
+
+#: templates/admin.php:230 templates/personal.php:100
+msgid ""
+"Developed by the ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Stworzone przez społeczność ownCloud, the kod źródłowy na licencji AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Dodaj aplikacje"
@@ -191,11 +402,11 @@ msgstr "Korzystasz z %s z dostępnych %s"
#: templates/personal.php:14
msgid "Get the apps to sync your files"
-msgstr ""
+msgstr "Pobierz aplikacje żeby synchronizować swoje pliki"
#: templates/personal.php:25
msgid "Show First Run Wizard again"
-msgstr ""
+msgstr "Uruchom ponownie kreatora pierwszego uruchomienia"
#: templates/personal.php:36 templates/users.php:23 templates/users.php:81
msgid "Password"
@@ -227,7 +438,7 @@ msgstr "Wyświetlana nazwa"
#: templates/personal.php:55
msgid "Your display name was changed"
-msgstr ""
+msgstr "Twoja nazwa wyświetlana została zmieniona"
#: templates/personal.php:56
msgid "Unable to change your display name"
@@ -265,28 +476,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Użyj tego adresu aby podłączyć zasób ownCloud w menedżerze plików"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Wersja"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Stworzone przez społeczność ownCloud, the kod źródłowy na licencji AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "Login"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupy"
-
#: templates/users.php:32
msgid "Create"
msgstr "Utwórz"
@@ -303,17 +496,13 @@ msgstr "Bez limitu"
msgid "Other"
msgstr "Inne"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Grupa Admin"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Magazyn"
#: templates/users.php:97
msgid "change display name"
-msgstr ""
+msgstr "zmień nazwę wyświetlaną"
#: templates/users.php:101
msgid "set new password"
@@ -322,7 +511,3 @@ msgstr "zmień hasło"
#: templates/users.php:137
msgid "Default"
msgstr "Domyślny"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Usuń"
diff --git a/l10n/pl_PL/settings.po b/l10n/pl_PL/settings.po
index bc0086b23a..530519232a 100644
--- a/l10n/pl_PL/settings.po
+++ b/l10n/pl_PL/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n"
"MIME-Version: 1.0\n"
@@ -120,10 +120,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
msgstr ""
+#: templates/admin.php:15
+msgid "Security Warning"
+msgstr ""
+
+#: templates/admin.php:18
+msgid ""
+"Your data directory and your files are probably accessible from the "
+"internet. The .htaccess file 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr ""
@@ -253,28 +463,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr ""
-
#: templates/users.php:32
msgid "Create"
msgstr ""
@@ -291,10 +483,6 @@ msgstr ""
msgid "Other"
msgstr ""
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr ""
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -310,7 +498,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr ""
diff --git a/l10n/pt_BR/files.po b/l10n/pt_BR/files.po
index 2fd721d545..e3f9ad16d9 100644
--- a/l10n/pt_BR/files.po
+++ b/l10n/pt_BR/files.po
@@ -16,8 +16,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
@@ -87,15 +87,15 @@ msgstr "Diretório inválido."
msgid "Files"
msgstr "Arquivos"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Excluir"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Renomear"
@@ -201,31 +201,31 @@ msgstr "URL não pode ficar em branco"
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr "Nome de pasta inválido. O uso de 'Shared' é reservado para o Owncloud"
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Nome"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Tamanho"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Modificado"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 pasta"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} pastas"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 arquivo"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} arquivos"
diff --git a/l10n/pt_BR/files_trashbin.po b/l10n/pt_BR/files_trashbin.po
index 785b8eddbe..5c38d39cb3 100644
--- a/l10n/pt_BR/files_trashbin.po
+++ b/l10n/pt_BR/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/pt_BR/settings.po b/l10n/pt_BR/settings.po
index 7ee994677c..fa6bd32067 100644
--- a/l10n/pt_BR/settings.po
+++ b/l10n/pt_BR/settings.po
@@ -17,8 +17,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
@@ -130,10 +130,220 @@ msgstr ""
msgid "Saving..."
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 Administrativo"
+
+#: js/users.js:99 templates/users.php:165
+msgid "Delete"
+msgstr "Apagar"
+
+#: 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
msgid "__language_name__"
msgstr "Português (Brasil)"
+#: 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 installation guides."
+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 "Versão"
+
+#: templates/admin.php:230 templates/personal.php:100
+msgid ""
+"Developed by the ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Desenvolvido pela comunidade ownCloud, o código fonte está licenciado sob AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Adicione seu Aplicativo"
@@ -263,28 +473,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Usar este endereço para conectar-se ao seu ownCloud no seu gerenciador de arquivos"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Versão"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Desenvolvido pela comunidade ownCloud, o código fonte está licenciado sob AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "Nome de Login"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupos"
-
#: templates/users.php:32
msgid "Create"
msgstr "Criar"
@@ -301,10 +493,6 @@ msgstr "Ilimitado"
msgid "Other"
msgstr "Outro"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Grupo Administrativo"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Armazenamento"
@@ -320,7 +508,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr "Padrão"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Apagar"
diff --git a/l10n/pt_PT/files.po b/l10n/pt_PT/files.po
index 9e6b511ab9..82ee0e6426 100644
--- a/l10n/pt_PT/files.po
+++ b/l10n/pt_PT/files.po
@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 00:03+0100\n"
-"PO-Revision-Date: 2013-02-10 14:21+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: Mouxy \n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n"
"MIME-Version: 1.0\n"
@@ -86,15 +86,15 @@ msgstr "Directório Inválido"
msgid "Files"
msgstr "Ficheiros"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Apagar"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Renomear"
diff --git a/l10n/pt_PT/files_trashbin.po b/l10n/pt_PT/files_trashbin.po
index 5e720d8b5c..653dc5d233 100644
--- a/l10n/pt_PT/files_trashbin.po
+++ b/l10n/pt_PT/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 00:03+0100\n"
-"PO-Revision-Date: 2013-02-10 14:21+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: Mouxy \n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/pt_PT/settings.po b/l10n/pt_PT/settings.po
index 512617cf3a..301f18ee8b 100644
--- a/l10n/pt_PT/settings.po
+++ b/l10n/pt_PT/settings.po
@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n"
"MIME-Version: 1.0\n"
@@ -128,10 +128,220 @@ msgstr "Actualizado"
msgid "Saving..."
msgstr "A guardar..."
+#: 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 "Apagar"
+
+#: 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
msgid "__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 installation guides."
+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 "Versão"
+
+#: templates/admin.php:230 templates/personal.php:100
+msgid ""
+"Developed by the ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Desenvolvido pela comunidade ownCloud, ocódigo fonte está licenciado sob a AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Adicione a sua aplicação"
@@ -261,28 +471,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Use este endereço no seu gestor de ficheiros para ligar à sua ownCloud"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Versão"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Desenvolvido pela comunidade ownCloud, ocódigo fonte está licenciado sob a AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "Nome de utilizador"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupos"
-
#: templates/users.php:32
msgid "Create"
msgstr "Criar"
@@ -299,10 +491,6 @@ msgstr "Ilimitado"
msgid "Other"
msgstr "Outro"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Grupo Administrador"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Armazenamento"
@@ -318,7 +506,3 @@ msgstr "definir nova palavra-passe"
#: templates/users.php:137
msgid "Default"
msgstr "Padrão"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Apagar"
diff --git a/l10n/ro/files.po b/l10n/ro/files.po
index 4e321298f0..087160a7d7 100644
--- a/l10n/ro/files.po
+++ b/l10n/ro/files.po
@@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
"MIME-Version: 1.0\n"
@@ -84,15 +84,15 @@ msgstr "Director invalid."
msgid "Files"
msgstr "Fișiere"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Șterge"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Redenumire"
@@ -198,31 +198,31 @@ msgstr "Adresa URL nu poate fi goală."
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr "Invalid folder name. Usage of 'Shared' is reserved by Ownclou"
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Nume"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Dimensiune"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Modificat"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 folder"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} foldare"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 fisier"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} fisiere"
diff --git a/l10n/ro/files_trashbin.po b/l10n/ro/files_trashbin.po
index 252b8a0e7d..441c56d598 100644
--- a/l10n/ro/files_trashbin.po
+++ b/l10n/ro/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/ro/settings.po b/l10n/ro/settings.po
index e078fbdc93..76378f0743 100644
--- a/l10n/ro/settings.po
+++ b/l10n/ro/settings.po
@@ -14,8 +14,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:39+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
"MIME-Version: 1.0\n"
@@ -127,10 +127,220 @@ msgstr ""
msgid "Saving..."
msgstr "Salvez..."
+#: 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 "Grupuri"
+
+#: js/users.js:78 templates/users.php:84 templates/users.php:121
+msgid "Group Admin"
+msgstr "Grupul Admin "
+
+#: js/users.js:99 templates/users.php:165
+msgid "Delete"
+msgstr "Șterge"
+
+#: 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
msgid "__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 installation guides."
+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 "Versiunea"
+
+#: templates/admin.php:230 templates/personal.php:100
+msgid ""
+"Developed by the ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Dezvoltat de the comunitatea ownCloud, codul sursă este licențiat sub AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Adaugă aplicația ta"
@@ -260,28 +470,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Folosește această adresă pentru a conecta ownCloud cu managerul de fișiere"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Versiunea"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Dezvoltat de the comunitatea ownCloud, codul sursă este licențiat sub AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupuri"
-
#: templates/users.php:32
msgid "Create"
msgstr "Crează"
@@ -298,10 +490,6 @@ msgstr "Nelimitată"
msgid "Other"
msgstr "Altele"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Grupul Admin "
-
#: templates/users.php:86
msgid "Storage"
msgstr "Stocare"
@@ -317,7 +505,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr "Implicită"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Șterge"
diff --git a/l10n/ru/files.po b/l10n/ru/files.po
index 4e2a6e1edb..b5c769ea24 100644
--- a/l10n/ru/files.po
+++ b/l10n/ru/files.po
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 16:30+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: unixoid \n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/ru/files_trashbin.po b/l10n/ru/files_trashbin.po
index 2da2f61dbc..cef3725c58 100644
--- a/l10n/ru/files_trashbin.po
+++ b/l10n/ru/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-09 00:12+0100\n"
-"PO-Revision-Date: 2013-02-08 04:50+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: Langaru \n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/ru/lib.po b/l10n/ru/lib.po
index 53b9586115..48b7c38872 100644
--- a/l10n/ru/lib.po
+++ b/l10n/ru/lib.po
@@ -3,6 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# Denis , 2013.
# Denis , 2012.
# , 2012.
# Mihail Vasiliev , 2012.
@@ -13,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:40+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:36+0000\n"
+"Last-Translator: Denis \n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -93,15 +94,15 @@ msgstr "Изображения"
#: setup.php:34
msgid "Set an admin username."
-msgstr ""
+msgstr "Установить имя пользователя для admin."
#: setup.php:37
msgid "Set an admin password."
-msgstr ""
+msgstr "становит пароль для admin."
#: setup.php:40
msgid "Specify a data folder."
-msgstr ""
+msgstr "Указать папку данных."
#: setup.php:53
#, php-format
@@ -125,19 +126,19 @@ msgstr ""
#: setup.php:126 setup.php:291 setup.php:336
msgid "PostgreSQL username and/or password not valid"
-msgstr ""
+msgstr "Неверное имя пользователя и/или пароль PostgreSQL"
#: setup.php:127 setup.php:150 setup.php:204
msgid "You need to enter either an existing account or the administrator."
-msgstr ""
+msgstr "Вы должны войти или в существующий аккаунт или под администратором."
#: setup.php:149 setup.php:423 setup.php:489
msgid "Oracle username and/or password not valid"
-msgstr ""
+msgstr "Неверное имя пользователя и/или пароль Oracle"
#: setup.php:203
msgid "MySQL username and/or password not valid"
-msgstr ""
+msgstr "Неверное имя пользователя и/или пароль MySQL"
#: 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
@@ -145,7 +146,7 @@ msgstr ""
#: setup.php:579
#, php-format
msgid "DB Error: \"%s\""
-msgstr ""
+msgstr "Ошибка БД: \"%s\""
#: 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
@@ -157,20 +158,20 @@ msgstr ""
#: setup.php:270
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
-msgstr ""
+msgstr "Пользователь MySQL '%s'@'localhost' уже существует."
#: setup.php:271
msgid "Drop this user from MySQL"
-msgstr ""
+msgstr "Удалить этого пользователя из MySQL"
#: setup.php:276
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
-msgstr ""
+msgstr "Пользователь MySQL '%s'@'%%' уже существует"
#: setup.php:277
msgid "Drop this user from MySQL."
-msgstr ""
+msgstr "Удалить этого пользователя из MySQL."
#: setup.php:548 setup.php:580
#, php-format
diff --git a/l10n/ru/settings.po b/l10n/ru/settings.po
index 7bee1b88c6..1e0baf966e 100644
--- a/l10n/ru/settings.po
+++ b/l10n/ru/settings.po
@@ -22,9 +22,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 16:30+0000\n"
-"Last-Translator: unixoid \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
+"Last-Translator: I Robot \n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -135,10 +135,220 @@ msgstr "Обновлено"
msgid "Saving..."
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
msgid "__language_name__"
msgstr "Русский "
+#: templates/admin.php:15
+msgid "Security Warning"
+msgstr ""
+
+#: templates/admin.php:18
+msgid ""
+"Your data directory and your files are probably accessible from the "
+"internet. The .htaccess file 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Разрабатывается сообществом ownCloud, исходный код доступен под лицензией AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Добавить приложение"
@@ -268,28 +478,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Используйте этот URL для подключения файлового менеджера к Вашему хранилищу"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Версия"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Разрабатывается сообществом ownCloud, исходный код доступен под лицензией AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "Имя пользователя"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Группы"
-
#: templates/users.php:32
msgid "Create"
msgstr "Создать"
@@ -306,10 +498,6 @@ msgstr "Неограниченно"
msgid "Other"
msgstr "Другое"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Группа Администраторы"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Хранилище"
@@ -325,7 +513,3 @@ msgstr "установить новый пароль"
#: templates/users.php:137
msgid "Default"
msgstr "По-умолчанию"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Удалить"
diff --git a/l10n/ru/user_webdavauth.po b/l10n/ru/user_webdavauth.po
index 709cb4a65d..c66ccc74b9 100644
--- a/l10n/ru/user_webdavauth.po
+++ b/l10n/ru/user_webdavauth.po
@@ -3,15 +3,16 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# Denis , 2013.
# , 2012.
# , 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-01-15 00:03+0100\n"
-"PO-Revision-Date: 2013-01-14 23:04+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:43+0000\n"
+"Last-Translator: Denis \n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,15 +22,15 @@ msgstr ""
#: templates/settings.php:3
msgid "WebDAV Authentication"
-msgstr ""
+msgstr "Идентификация WebDAV"
#: templates/settings.php:4
msgid "URL: http://"
msgstr "URL: http://"
-#: templates/settings.php:6
+#: templates/settings.php:7
msgid ""
"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."
-msgstr ""
+msgstr "ownCloud отправит пользовательские данные на этот URL. Затем плагин проверит ответ, в случае HTTP ответа 401 или 403 данные будут считаться неверными, при любых других ответах - верными."
diff --git a/l10n/ru_RU/files.po b/l10n/ru_RU/files.po
index 9d439b6855..af72332c41 100644
--- a/l10n/ru_RU/files.po
+++ b/l10n/ru_RU/files.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 12:30+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: Langaru \n"
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
"MIME-Version: 1.0\n"
@@ -82,15 +82,15 @@ msgstr "Неверный каталог."
msgid "Files"
msgstr "Файлы"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Удалить"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Переименовать"
diff --git a/l10n/ru_RU/files_trashbin.po b/l10n/ru_RU/files_trashbin.po
index 1213f4e5eb..987521a796 100644
--- a/l10n/ru_RU/files_trashbin.po
+++ b/l10n/ru_RU/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 18:20+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: Langaru \n"
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/ru_RU/settings.po b/l10n/ru_RU/settings.po
index 5bfadd0275..b8f285ed8f 100644
--- a/l10n/ru_RU/settings.po
+++ b/l10n/ru_RU/settings.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
"MIME-Version: 1.0\n"
@@ -122,10 +122,220 @@ msgstr ""
msgid "Saving..."
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 "Группа Admin"
+
+#: 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
msgid "__language_name__"
msgstr "__язык_имя__"
+#: templates/admin.php:15
+msgid "Security Warning"
+msgstr ""
+
+#: templates/admin.php:18
+msgid ""
+"Your data directory and your files are probably accessible from the "
+"internet. The .htaccess file 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Разработанный ownCloud community, the source code is licensed under the AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Добавить Ваше приложение"
@@ -255,28 +465,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Используйте этот адрес для подключения к ownCloud в Вашем файловом менеджере"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Версия"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Разработанный ownCloud community, the source code is licensed under the AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Группы"
-
#: templates/users.php:32
msgid "Create"
msgstr "Создать"
@@ -293,10 +485,6 @@ msgstr "Неограниченный"
msgid "Other"
msgstr "Другой"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Группа Admin"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Хранилище"
@@ -312,7 +500,3 @@ msgstr "назначить новый пароль"
#: templates/users.php:137
msgid "Default"
msgstr "По умолчанию"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Удалить"
diff --git a/l10n/si_LK/files.po b/l10n/si_LK/files.po
index 2277e5ab28..9d5d5e9ac1 100644
--- a/l10n/si_LK/files.po
+++ b/l10n/si_LK/files.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n"
"MIME-Version: 1.0\n"
@@ -80,15 +80,15 @@ msgstr ""
msgid "Files"
msgstr "ගොනු"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "මකන්න"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "නැවත නම් කරන්න"
@@ -194,31 +194,31 @@ msgstr "යොමුව හිස් විය නොහැක"
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "නම"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "ප්රමාණය"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "වෙනස් කළ"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 ෆොල්ඩරයක්"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr ""
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 ගොනුවක්"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr ""
diff --git a/l10n/si_LK/files_trashbin.po b/l10n/si_LK/files_trashbin.po
index a1174c1e82..e19b02db18 100644
--- a/l10n/si_LK/files_trashbin.po
+++ b/l10n/si_LK/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/si_LK/settings.po b/l10n/si_LK/settings.po
index 251d262f66..8b5ab125d9 100644
--- a/l10n/si_LK/settings.po
+++ b/l10n/si_LK/settings.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n"
"MIME-Version: 1.0\n"
@@ -123,10 +123,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
msgstr ""
+#: templates/admin.php:15
+msgid "Security Warning"
+msgstr ""
+
+#: templates/admin.php:18
+msgid ""
+"Your data directory and your files are probably accessible from the "
+"internet. The .htaccess file 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "නිපදන ලද්දේ ownCloud සමාජයෙන්, the මුල් කේතය ලයිසන්ස් කර ඇත්තේ AGPL යටතේ."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "යෙදුමක් එක් කිරීම"
@@ -256,28 +466,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "නිපදන ලද්දේ ownCloud සමාජයෙන්, the මුල් කේතය ලයිසන්ස් කර ඇත්තේ AGPL යටතේ."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "සමූහය"
-
#: templates/users.php:32
msgid "Create"
msgstr "තනන්න"
@@ -294,10 +486,6 @@ msgstr ""
msgid "Other"
msgstr "වෙනත්"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "කාණ්ඩ පරිපාලක"
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -313,7 +501,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "මකා දමනවා"
diff --git a/l10n/sk/settings.po b/l10n/sk/settings.po
index 30c5368436..9999198f6c 100644
--- a/l10n/sk/settings.po
+++ b/l10n/sk/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n"
"MIME-Version: 1.0\n"
@@ -120,10 +120,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
msgstr ""
+#: templates/admin.php:15
+msgid "Security Warning"
+msgstr ""
+
+#: templates/admin.php:18
+msgid ""
+"Your data directory and your files are probably accessible from the "
+"internet. The .htaccess file 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr ""
@@ -253,28 +463,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr ""
-
#: templates/users.php:32
msgid "Create"
msgstr ""
@@ -291,10 +483,6 @@ msgstr ""
msgid "Other"
msgstr ""
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr ""
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -310,7 +498,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr ""
diff --git a/l10n/sk_SK/files.po b/l10n/sk_SK/files.po
index e7c654c382..4b89f98fe3 100644
--- a/l10n/sk_SK/files.po
+++ b/l10n/sk_SK/files.po
@@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 13:50+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:42+0000\n"
"Last-Translator: mhh \n"
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
"MIME-Version: 1.0\n"
@@ -84,15 +84,15 @@ msgstr "Neplatný priečinok"
msgid "Files"
msgstr "Súbory"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
msgstr "Zmazať trvalo"
-#: 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"
msgstr "Odstrániť"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Premenovať"
diff --git a/l10n/sk_SK/files_trashbin.po b/l10n/sk_SK/files_trashbin.po
index 220a875b8d..c1d5863d67 100644
--- a/l10n/sk_SK/files_trashbin.po
+++ b/l10n/sk_SK/files_trashbin.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 10:30+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:50+0000\n"
"Last-Translator: mhh \n"
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/sk_SK/lib.po b/l10n/sk_SK/lib.po
index ea523d5244..9f5e22686c 100644
--- a/l10n/sk_SK/lib.po
+++ b/l10n/sk_SK/lib.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:40+0000\n"
-"Last-Translator: I Robot \n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 09:46+0000\n"
+"Last-Translator: mhh \n"
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -91,51 +91,51 @@ msgstr "Obrázky"
#: setup.php:34
msgid "Set an admin username."
-msgstr ""
+msgstr "Zadajte používateľské meno administrátora."
#: setup.php:37
msgid "Set an admin password."
-msgstr ""
+msgstr "Zadajte heslo administrátora."
#: setup.php:40
msgid "Specify a data folder."
-msgstr ""
+msgstr "Zadajte priečinok pre dáta."
#: setup.php:53
#, php-format
msgid "%s enter the database username."
-msgstr ""
+msgstr "Zadajte používateľské meno %s databázy.."
#: setup.php:56
#, php-format
msgid "%s enter the database name."
-msgstr ""
+msgstr "Zadajte názov databázy pre %s databázy."
#: setup.php:59
#, php-format
msgid "%s you may not use dots in the database name"
-msgstr ""
+msgstr "V názve databázy %s nemôžete používať bodky"
#: setup.php:62
#, php-format
msgid "%s set the database host."
-msgstr ""
+msgstr "Zadajte názov počítača s databázou %s."
#: setup.php:126 setup.php:291 setup.php:336
msgid "PostgreSQL username and/or password not valid"
-msgstr ""
+msgstr "Používateľské meno a/alebo heslo pre PostgreSQL databázu je neplatné"
#: setup.php:127 setup.php:150 setup.php:204
msgid "You need to enter either an existing account or the administrator."
-msgstr ""
+msgstr "Musíte zadať jestvujúci účet alebo administrátora."
#: setup.php:149 setup.php:423 setup.php:489
msgid "Oracle username and/or password not valid"
-msgstr ""
+msgstr "Používateľské meno a/alebo heslo pre Oracle databázu je neplatné"
#: setup.php:203
msgid "MySQL username and/or password not valid"
-msgstr ""
+msgstr "Používateľské meno a/alebo heslo pre MySQL databázu je neplatné"
#: 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
@@ -143,37 +143,37 @@ msgstr ""
#: setup.php:579
#, php-format
msgid "DB Error: \"%s\""
-msgstr ""
+msgstr "Chyba DB: \"%s\""
#: 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:541 setup.php:557 setup.php:565 setup.php:574
#, php-format
msgid "Offending command was: \"%s\""
-msgstr ""
+msgstr "Podozrivý príkaz bol: \"%s\""
#: setup.php:270
#, php-format
msgid "MySQL user '%s'@'localhost' exists already."
-msgstr ""
+msgstr "Používateľ '%s'@'localhost' už v MySQL existuje."
#: setup.php:271
msgid "Drop this user from MySQL"
-msgstr ""
+msgstr "Zahodiť používateľa z MySQL."
#: setup.php:276
#, php-format
msgid "MySQL user '%s'@'%%' already exists"
-msgstr ""
+msgstr "Používateľ '%s'@'%%' už v MySQL existuje"
#: setup.php:277
msgid "Drop this user from MySQL."
-msgstr ""
+msgstr "Zahodiť používateľa z MySQL."
#: setup.php:548 setup.php:580
#, php-format
msgid "Offending command was: \"%s\", name: %s, password: %s"
-msgstr ""
+msgstr "Podozrivý príkaz bol: \"%s\", meno: %s, heslo: %s"
#: setup.php:644
msgid ""
diff --git a/l10n/sk_SK/settings.po b/l10n/sk_SK/settings.po
index 5a3a319d82..0404239bbb 100644
--- a/l10n/sk_SK/settings.po
+++ b/l10n/sk_SK/settings.po
@@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
"MIME-Version: 1.0\n"
@@ -126,10 +126,220 @@ msgstr "Aktualizované"
msgid "Saving..."
msgstr "Ukladá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ávca skupiny"
+
+#: js/users.js:99 templates/users.php:165
+msgid "Delete"
+msgstr "Odstrániť"
+
+#: 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
msgid "__language_name__"
msgstr "Slovensky"
+#: 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 installation guides."
+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 "Verzia"
+
+#: templates/admin.php:230 templates/personal.php:100
+msgid ""
+"Developed by the ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Vyvinuté komunitou ownCloud,zdrojový kód je licencovaný pod AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Pridať vašu aplikáciu"
@@ -185,7 +395,7 @@ msgstr "Použili ste %s z %s dostupných "
#: templates/personal.php:14
msgid "Get the apps to sync your files"
-msgstr ""
+msgstr "Získať aplikácie na synchronizáciu Vašich súborov"
#: templates/personal.php:25
msgid "Show First Run Wizard again"
@@ -259,28 +469,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Použite túto adresu pre pripojenie vášho ownCloud k súborovému správcovi"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Verzia"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Vyvinuté komunitou ownCloud,zdrojový kód je licencovaný pod AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "Prihlasovacie meno"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Skupiny"
-
#: templates/users.php:32
msgid "Create"
msgstr "Vytvoriť"
@@ -297,10 +489,6 @@ msgstr "Nelimitované"
msgid "Other"
msgstr "Iné"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Správca skupiny"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Úložisko"
@@ -316,7 +504,3 @@ msgstr "nastaviť nové heslo"
#: templates/users.php:137
msgid "Default"
msgstr "Predvolené"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Odstrániť"
diff --git a/l10n/sl/files.po b/l10n/sl/files.po
index 3482d91388..7a84abdc3b 100644
--- a/l10n/sl/files.po
+++ b/l10n/sl/files.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n"
"MIME-Version: 1.0\n"
@@ -82,15 +82,15 @@ msgstr ""
msgid "Files"
msgstr "Datoteke"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Izbriši"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Preimenuj"
@@ -196,31 +196,31 @@ msgstr "Naslov URL ne sme biti prazen."
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Ime"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Velikost"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Spremenjeno"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 mapa"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} map"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 datoteka"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} datotek"
diff --git a/l10n/sl/files_trashbin.po b/l10n/sl/files_trashbin.po
index 525f304069..6bcfe28d48 100644
--- a/l10n/sl/files_trashbin.po
+++ b/l10n/sl/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/sl/settings.po b/l10n/sl/settings.po
index ab5a76c3f1..7eecedafb3 100644
--- a/l10n/sl/settings.po
+++ b/l10n/sl/settings.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:39+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n"
"MIME-Version: 1.0\n"
@@ -124,10 +124,220 @@ msgstr ""
msgid "Saving..."
msgstr "Poteka shranjevanje ..."
+#: 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 "Skupine"
+
+#: js/users.js:78 templates/users.php:84 templates/users.php:121
+msgid "Group Admin"
+msgstr "Skrbnik skupine"
+
+#: js/users.js:99 templates/users.php:165
+msgid "Delete"
+msgstr "Izbriš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
msgid "__language_name__"
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 installation guides."
+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 "Različica"
+
+#: templates/admin.php:230 templates/personal.php:100
+msgid ""
+"Developed by the ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Programski paket razvija skupnost ownCloud. Izvorna koda je objavljena pod pogoji dovoljenja AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Dodaj program"
@@ -257,28 +467,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Uporabite ta naslov za povezavo do ownCloud v vašem upravljalniku datotek."
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Različica"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Programski paket razvija skupnost ownCloud. Izvorna koda je objavljena pod pogoji dovoljenja AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Skupine"
-
#: templates/users.php:32
msgid "Create"
msgstr "Ustvari"
@@ -295,10 +487,6 @@ msgstr "Neomejeno"
msgid "Other"
msgstr "Drugo"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Skrbnik skupine"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Shramba"
@@ -314,7 +502,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr "Privzeto"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Izbriši"
diff --git a/l10n/sr/files.po b/l10n/sr/files.po
index 23342d8cef..faa00a48c8 100644
--- a/l10n/sr/files.po
+++ b/l10n/sr/files.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n"
"MIME-Version: 1.0\n"
@@ -81,15 +81,15 @@ msgstr ""
msgid "Files"
msgstr "Датотеке"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Обриши"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Преименуј"
@@ -195,31 +195,31 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Назив"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Величина"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Измењено"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 фасцикла"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{count} фасцикле/и"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 датотека"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{count} датотеке/а"
diff --git a/l10n/sr/files_trashbin.po b/l10n/sr/files_trashbin.po
index 58c3430bb9..4e1a43a049 100644
--- a/l10n/sr/files_trashbin.po
+++ b/l10n/sr/files_trashbin.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/sr/settings.po b/l10n/sr/settings.po
index 7bb0c0221b..b1b69a2eae 100644
--- a/l10n/sr/settings.po
+++ b/l10n/sr/settings.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n"
"MIME-Version: 1.0\n"
@@ -122,10 +122,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Развијају Оунклауд (ownCloud) заједница, изворни код је издат под АГПЛ лиценцом."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Додајте ваш програм"
@@ -255,28 +465,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Развијају Оунклауд (ownCloud) заједница, изворни код је издат под АГПЛ лиценцом."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Групе"
-
#: templates/users.php:32
msgid "Create"
msgstr "Направи"
@@ -293,10 +485,6 @@ msgstr ""
msgid "Other"
msgstr "Друго"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Управник групе"
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -312,7 +500,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Обриши"
diff --git a/l10n/sr@latin/files.po b/l10n/sr@latin/files.po
index b1035f141d..a6c469865e 100644
--- a/l10n/sr@latin/files.po
+++ b/l10n/sr@latin/files.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n"
"MIME-Version: 1.0\n"
@@ -79,15 +79,15 @@ msgstr ""
msgid "Files"
msgstr "Fajlovi"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "Obriši"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr ""
@@ -193,31 +193,31 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "Ime"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "Veličina"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "Zadnja izmena"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr ""
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr ""
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr ""
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr ""
diff --git a/l10n/sr@latin/files_trashbin.po b/l10n/sr@latin/files_trashbin.po
index 1c241fa05a..a96b8aed4f 100644
--- a/l10n/sr@latin/files_trashbin.po
+++ b/l10n/sr@latin/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/sr@latin/settings.po b/l10n/sr@latin/settings.po
index fa71e64abc..2ed40370da 100644
--- a/l10n/sr@latin/settings.po
+++ b/l10n/sr@latin/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:39+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n"
"MIME-Version: 1.0\n"
@@ -121,10 +121,220 @@ msgstr ""
msgid "Saving..."
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 "Grupe"
+
+#: 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 "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
msgid "__language_name__"
msgstr ""
+#: templates/admin.php:15
+msgid "Security Warning"
+msgstr ""
+
+#: templates/admin.php:18
+msgid ""
+"Your data directory and your files are probably accessible from the "
+"internet. The .htaccess file 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr ""
@@ -254,28 +464,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupe"
-
#: templates/users.php:32
msgid "Create"
msgstr "Napravi"
@@ -292,10 +484,6 @@ msgstr ""
msgid "Other"
msgstr "Drugo"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr ""
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -311,7 +499,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Obriši"
diff --git a/l10n/sv/files.po b/l10n/sv/files.po
index b22a0cb981..8a19221f51 100644
--- a/l10n/sv/files.po
+++ b/l10n/sv/files.po
@@ -14,8 +14,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 07:00+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:02+0000\n"
"Last-Translator: Magnus Höglund \n"
"Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n"
"MIME-Version: 1.0\n"
@@ -85,15 +85,15 @@ msgstr "Felaktig mapp."
msgid "Files"
msgstr "Filer"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
msgstr "Radera permanent"
-#: 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"
msgstr "Radera"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "Byt namn"
diff --git a/l10n/sv/files_trashbin.po b/l10n/sv/files_trashbin.po
index 625d864e93..94410d99b9 100644
--- a/l10n/sv/files_trashbin.po
+++ b/l10n/sv/files_trashbin.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 07:10+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: Magnus Höglund \n"
"Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/sv/settings.po b/l10n/sv/settings.po
index 32a4046020..c28ac8879e 100644
--- a/l10n/sv/settings.po
+++ b/l10n/sv/settings.po
@@ -16,8 +16,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-12 00:20+0100\n"
-"PO-Revision-Date: 2013-02-11 15:01+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n"
"MIME-Version: 1.0\n"
@@ -129,10 +129,220 @@ msgstr "Uppdaterad"
msgid "Saving..."
msgstr "Sparar..."
+#: 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 "Gruppadministratör"
+
+#: js/users.js:99 templates/users.php:165
+msgid "Delete"
+msgstr "Radera"
+
+#: 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
msgid "__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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr "Utvecklad av ownCloud kommunity, källkoden är licenserad under AGPL."
+
#: templates/apps.php:10
msgid "Add your App"
msgstr "Lägg till din applikation"
@@ -262,28 +472,10 @@ msgstr "WebDAV"
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr "Använd denna adress för att ansluta till ownCloud i din filhanterare"
-#: templates/personal.php:98
-msgid "Version"
-msgstr "Version"
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr "Utvecklad av ownCloud kommunity, källkoden är licenserad under AGPL."
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr "Inloggningsnamn"
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr "Grupper"
-
#: templates/users.php:32
msgid "Create"
msgstr "Skapa"
@@ -300,10 +492,6 @@ msgstr "Obegränsad"
msgid "Other"
msgstr "Annat"
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr "Gruppadministratör"
-
#: templates/users.php:86
msgid "Storage"
msgstr "Lagring"
@@ -319,7 +507,3 @@ msgstr "ange nytt lösenord"
#: templates/users.php:137
msgid "Default"
msgstr "Förvald"
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr "Radera"
diff --git a/l10n/sw_KE/settings.po b/l10n/sw_KE/settings.po
index d3c967e603..3b1ea8019e 100644
--- a/l10n/sw_KE/settings.po
+++ b/l10n/sw_KE/settings.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n"
"MIME-Version: 1.0\n"
@@ -120,10 +120,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
msgstr ""
+#: templates/admin.php:15
+msgid "Security Warning"
+msgstr ""
+
+#: templates/admin.php:18
+msgid ""
+"Your data directory and your files are probably accessible from the "
+"internet. The .htaccess file 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the AGPL."
+msgstr ""
+
#: templates/apps.php:10
msgid "Add your App"
msgstr ""
@@ -253,28 +463,10 @@ msgstr ""
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
-#: templates/personal.php:98
-msgid "Version"
-msgstr ""
-
-#: templates/personal.php:100
-msgid ""
-"Developed by the ownCloud community, the source code is "
-"licensed under the AGPL."
-msgstr ""
-
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
-#: templates/users.php:26 templates/users.php:82 templates/users.php:107
-msgid "Groups"
-msgstr ""
-
#: templates/users.php:32
msgid "Create"
msgstr ""
@@ -291,10 +483,6 @@ msgstr ""
msgid "Other"
msgstr ""
-#: templates/users.php:84 templates/users.php:121
-msgid "Group Admin"
-msgstr ""
-
#: templates/users.php:86
msgid "Storage"
msgstr ""
@@ -310,7 +498,3 @@ msgstr ""
#: templates/users.php:137
msgid "Default"
msgstr ""
-
-#: templates/users.php:165
-msgid "Delete"
-msgstr ""
diff --git a/l10n/ta_LK/files.po b/l10n/ta_LK/files.po
index a6ead449b9..b36f6dd560 100644
--- a/l10n/ta_LK/files.po
+++ b/l10n/ta_LK/files.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-10 00:08+0100\n"
-"PO-Revision-Date: 2013-02-09 23:08+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:01+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n"
"MIME-Version: 1.0\n"
@@ -79,15 +79,15 @@ msgstr ""
msgid "Files"
msgstr "கோப்புகள்"
-#: js/fileactions.js:116
+#: js/fileactions.js:125
msgid "Delete permanently"
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"
msgstr "அழிக்க"
-#: js/fileactions.js:184
+#: js/fileactions.js:193
msgid "Rename"
msgstr "பெயர்மாற்றம்"
@@ -193,31 +193,31 @@ msgstr "URL வெறுமையாக இருக்கமுடியாத
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
-#: js/files.js:947 templates/index.php:67
+#: js/files.js:948 templates/index.php:67
msgid "Name"
msgstr "பெயர்"
-#: js/files.js:948 templates/index.php:78
+#: js/files.js:949 templates/index.php:78
msgid "Size"
msgstr "அளவு"
-#: js/files.js:949 templates/index.php:80
+#: js/files.js:950 templates/index.php:80
msgid "Modified"
msgstr "மாற்றப்பட்டது"
-#: js/files.js:968
+#: js/files.js:969
msgid "1 folder"
msgstr "1 கோப்புறை"
-#: js/files.js:970
+#: js/files.js:971
msgid "{count} folders"
msgstr "{எண்ணிக்கை} கோப்புறைகள்"
-#: js/files.js:978
+#: js/files.js:979
msgid "1 file"
msgstr "1 கோப்பு"
-#: js/files.js:980
+#: js/files.js:981
msgid "{count} files"
msgstr "{எண்ணிக்கை} கோப்புகள்"
diff --git a/l10n/ta_LK/files_trashbin.po b/l10n/ta_LK/files_trashbin.po
index 731846dde0..aa8e568266 100644
--- a/l10n/ta_LK/files_trashbin.po
+++ b/l10n/ta_LK/files_trashbin.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-08 00:10+0100\n"
-"PO-Revision-Date: 2013-02-07 23:11+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 10:07+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n"
"MIME-Version: 1.0\n"
diff --git a/l10n/ta_LK/settings.po b/l10n/ta_LK/settings.po
index f7bb0ba28b..5d17acb798 100644
--- a/l10n/ta_LK/settings.po
+++ b/l10n/ta_LK/settings.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
-"POT-Creation-Date: 2013-02-11 15:39+0100\n"
-"PO-Revision-Date: 2013-02-11 14:40+0000\n"
+"POT-Creation-Date: 2013-02-12 15:10+0100\n"
+"PO-Revision-Date: 2013-02-12 14:10+0000\n"
"Last-Translator: I Robot \n"
"Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n"
"MIME-Version: 1.0\n"
@@ -121,10 +121,220 @@ msgstr ""
msgid "Saving..."
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
msgid "__language_name__"
msgstr "_மொழி_பெயர்_"
+#: templates/admin.php:15
+msgid "Security Warning"
+msgstr ""
+
+#: templates/admin.php:18
+msgid ""
+"Your data directory and your files are probably accessible from the "
+"internet. The .htaccess file 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 installation guides."
+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 ownCloud community, the source code is "
+"licensed under the