diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-08-13 00:30:45 +0200 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-08-13 00:30:45 +0200 |
commit | 7ffd95e56d038d73954203565574df18647df9fe (patch) | |
tree | d7e2f8f950e4ed5cbeda4f20430fba5af5b6bfc3 | |
parent | 758f476fe30a1e153acfe76aacac80f5149a8bc9 (diff) | |
download | nextcloud-server-7ffd95e56d038d73954203565574df18647df9fe.tar.gz nextcloud-server-7ffd95e56d038d73954203565574df18647df9fe.zip |
translation resources added and updated
-rw-r--r-- | l10n/.tx/config | 30 | ||||
-rw-r--r-- | l10n/templates/admin_dependencies_chk.pot | 71 | ||||
-rw-r--r-- | l10n/templates/admin_migrate.pot | 33 | ||||
-rw-r--r-- | l10n/templates/bookmarks.pot | 2 | ||||
-rw-r--r-- | l10n/templates/calendar.pot | 2 | ||||
-rw-r--r-- | l10n/templates/contacts.pot | 2 | ||||
-rw-r--r-- | l10n/templates/core.pot | 28 | ||||
-rw-r--r-- | l10n/templates/files.pot | 2 | ||||
-rw-r--r-- | l10n/templates/files_encryption.pot | 34 | ||||
-rw-r--r-- | l10n/templates/files_sharing.pot | 54 | ||||
-rw-r--r-- | l10n/templates/files_versions.pot | 26 | ||||
-rw-r--r-- | l10n/templates/gallery.pot | 22 | ||||
-rw-r--r-- | l10n/templates/lib.pot | 2 | ||||
-rw-r--r-- | l10n/templates/media.pot | 2 | ||||
-rw-r--r-- | l10n/templates/settings.pot | 2 |
15 files changed, 270 insertions, 42 deletions
diff --git a/l10n/.tx/config b/l10n/.tx/config index 814fb9a37de..0d143fc6041 100644 --- a/l10n/.tx/config +++ b/l10n/.tx/config @@ -48,3 +48,33 @@ source_file = templates/lib.pot source_lang = en type = PO +[owncloud.admin_dependencies_chk] +file_filter = <lang>/admin_dependencies_chk.po +source_file = templates/admin_dependencies_chk.pot +source_lang = en + +[owncloud.admin_migrate] +file_filter = <lang>/admin_migrate.po +source_file = templates/admin_migrate.pot +source_lang = en + +[owncloud.files_encryption] +file_filter = <lang>/files_encryption.po +source_file = templates/files_encryption.pot +source_lang = en + +[owncloud.files_external] +file_filter = <lang>/files_external.po +source_file = templates/files_external.pot +source_lang = en + +[owncloud.files_sharing] +file_filter = <lang>/files_sharing.po +source_file = templates/files_sharing.pot +source_lang = en + +[owncloud.files_versions] +file_filter = <lang>/files_versions.po +source_file = templates/files_versions.pot +source_lang = en + diff --git a/l10n/templates/admin_dependencies_chk.pot b/l10n/templates/admin_dependencies_chk.pot new file mode 100644 index 00000000000..23f6c58037b --- /dev/null +++ b/l10n/templates/admin_dependencies_chk.pot @@ -0,0 +1,71 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-08-13 00:25+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: settings.php:33 +msgid "" +"The php-json module is needed by the many applications for inter " +"communications" +msgstr "" + +#: settings.php:39 +msgid "" +"The php-curl modude is needed to fetch the page title when adding a bookmarks" +msgstr "" + +#: settings.php:45 +msgid "The php-gd module is needed to create thumbnails of your images" +msgstr "" + +#: settings.php:51 +msgid "The php-ldap module is needed connect to your ldap server" +msgstr "" + +#: settings.php:57 +msgid "The php-zip module is needed download multiple files at once" +msgstr "" + +#: settings.php:63 +msgid "The php-mb_multibyte module is needed to manage correctly the encoding." +msgstr "" + +#: settings.php:69 +msgid "The php-ctype module is needed validate data." +msgstr "" + +#: settings.php:75 +msgid "The php-xml module is needed to share files with webdav." +msgstr "" + +#: settings.php:81 +msgid "" +"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve " +"knowledge base from OCS servers" +msgstr "" + +#: settings.php:87 +msgid "The php-pdo module is needed to store owncloud data into a database." +msgstr "" + +#: templates/settings.php:2 +msgid "Dependencies status" +msgstr "" + +#: templates/settings.php:7 +msgid "Used by :" +msgstr "" diff --git a/l10n/templates/admin_migrate.pot b/l10n/templates/admin_migrate.pot new file mode 100644 index 00000000000..f4c2c6c8665 --- /dev/null +++ b/l10n/templates/admin_migrate.pot @@ -0,0 +1,33 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-08-13 00:25+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: templates/settings.php:3 +msgid "Export this ownCloud instance" +msgstr "" + +#: templates/settings.php:4 +msgid "" +"This will create a compressed file that contains the data of this owncloud " +"instance.\n" +" Please choose the export type:" +msgstr "" + +#: templates/settings.php:12 +msgid "Export" +msgstr "" diff --git a/l10n/templates/bookmarks.pot b/l10n/templates/bookmarks.pot index 26bdf5ff1e2..4c87291431f 100644 --- a/l10n/templates/bookmarks.pot +++ b/l10n/templates/bookmarks.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-12 02:02+0200\n" +"POT-Creation-Date: 2012-08-13 00:25+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/calendar.pot b/l10n/templates/calendar.pot index 399cc1a0f66..9ddd552dd91 100644 --- a/l10n/templates/calendar.pot +++ b/l10n/templates/calendar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-12 02:02+0200\n" +"POT-Creation-Date: 2012-08-13 00:25+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/contacts.pot b/l10n/templates/contacts.pot index 7229e0cfafa..9a3b885c864 100644 --- a/l10n/templates/contacts.pot +++ b/l10n/templates/contacts.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-12 02:02+0200\n" +"POT-Creation-Date: 2012-08-13 00:25+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index e487a4c23ce..7a5f6a69e1d 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-12 02:02+0200\n" +"POT-Creation-Date: 2012-08-13 00:25+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -33,55 +33,55 @@ msgstr "" msgid "ui-datepicker-group';if(i[1]>1)switch(G){case 0:y+=" msgstr "" -#: js/js.js:185 templates/layout.user.php:64 templates/layout.user.php:65 +#: js/js.js:190 templates/layout.user.php:64 templates/layout.user.php:65 msgid "Settings" msgstr "" -#: js/js.js:572 +#: js/js.js:574 msgid "January" msgstr "" -#: js/js.js:572 +#: js/js.js:574 msgid "February" msgstr "" -#: js/js.js:572 +#: js/js.js:574 msgid "March" msgstr "" -#: js/js.js:572 +#: js/js.js:574 msgid "April" msgstr "" -#: js/js.js:572 +#: js/js.js:574 msgid "May" msgstr "" -#: js/js.js:572 +#: js/js.js:574 msgid "June" msgstr "" -#: js/js.js:573 +#: js/js.js:575 msgid "July" msgstr "" -#: js/js.js:573 +#: js/js.js:575 msgid "August" msgstr "" -#: js/js.js:573 +#: js/js.js:575 msgid "September" msgstr "" -#: js/js.js:573 +#: js/js.js:575 msgid "October" msgstr "" -#: js/js.js:573 +#: js/js.js:575 msgid "November" msgstr "" -#: js/js.js:573 +#: js/js.js:575 msgid "December" msgstr "" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index ca0aaf32f84..15af48c5c5d 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-12 02:02+0200\n" +"POT-Creation-Date: 2012-08-13 00:25+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot new file mode 100644 index 00000000000..87251b10ca6 --- /dev/null +++ b/l10n/templates/files_encryption.pot @@ -0,0 +1,34 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-08-13 00:25+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: templates/settings.php:3 +msgid "Encryption" +msgstr "" + +#: templates/settings.php:4 +msgid "Exclude the following file types from encryption" +msgstr "" + +#: templates/settings.php:5 +msgid "None" +msgstr "" + +#: templates/settings.php:10 +msgid "Enable Encryption" +msgstr "" diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot new file mode 100644 index 00000000000..666a18115b4 --- /dev/null +++ b/l10n/templates/files_sharing.pot @@ -0,0 +1,54 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-08-13 00:25+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: templates/list.php:2 +msgid "Your Shared Files" +msgstr "" + +#: templates/list.php:6 +msgid "Item" +msgstr "" + +#: templates/list.php:7 +msgid "Shared With" +msgstr "" + +#: templates/list.php:8 +msgid "Permissions" +msgstr "" + +#: templates/list.php:16 +msgid "Read" +msgstr "" + +#: templates/list.php:16 +msgid "Edit" +msgstr "" + +#: templates/list.php:16 templates/list.php:17 +msgid "Delete" +msgstr "" + +#: templates/settings.php:3 +msgid "Enable Resharing" +msgstr "" + +#: templates/settings.php:4 +msgid "Allow users to reshare files they don't own" +msgstr "" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot new file mode 100644 index 00000000000..167df057cda --- /dev/null +++ b/l10n/templates/files_versions.pot @@ -0,0 +1,26 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-08-13 00:25+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: js/settings-personal.js:31 +msgid "Expire all versions" +msgstr "" + +#: templates/settings.php:3 +msgid "Enable Files Versioning" +msgstr "" diff --git a/l10n/templates/gallery.pot b/l10n/templates/gallery.pot index ce6eeb81173..4c76eaf6e8c 100644 --- a/l10n/templates/gallery.pot +++ b/l10n/templates/gallery.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-12 02:02+0200\n" +"POT-Creation-Date: 2012-08-13 00:25+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,23 +36,3 @@ msgstr "" #: templates/index.php:27 msgid "Slideshow" msgstr "" - -#: templates/view_album.php:19 -msgid "Back" -msgstr "" - -#: templates/view_album.php:36 -msgid "Remove confirmation" -msgstr "" - -#: templates/view_album.php:37 -msgid "Do you want to remove album" -msgstr "" - -#: templates/view_album.php:40 -msgid "Change album name" -msgstr "" - -#: templates/view_album.php:43 -msgid "New album name" -msgstr "" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index d1a93945f61..6e35e45cbc3 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-12 02:02+0200\n" +"POT-Creation-Date: 2012-08-13 00:25+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/media.pot b/l10n/templates/media.pot index 0946439eae0..dfce3149c15 100644 --- a/l10n/templates/media.pot +++ b/l10n/templates/media.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-12 02:02+0200\n" +"POT-Creation-Date: 2012-08-13 00:25+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index eed6321de62..9655e9aba55 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-08-12 02:02+0200\n" +"POT-Creation-Date: 2012-08-13 00:25+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" |