diff --git a/locale/ar_SA/LC_MESSAGES/messages.mo b/locale/ar_SA/LC_MESSAGES/messages.mo index 83d94dbc5f..9bee4f7b44 100644 Binary files a/locale/ar_SA/LC_MESSAGES/messages.mo and b/locale/ar_SA/LC_MESSAGES/messages.mo differ diff --git a/locale/ar_SA/LC_MESSAGES/messages.po b/locale/ar_SA/LC_MESSAGES/messages.po index 79c1101846..9c61b52143 100644 --- a/locale/ar_SA/LC_MESSAGES/messages.po +++ b/locale/ar_SA/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: Arabic (Saudi Arabia) (http://www.transifex.com/ampache/" @@ -8474,7 +8474,7 @@ msgstr "" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8904,3 +8904,40 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +msgid "upload" +msgstr "" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "نوع التسويقي" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 153 154 +msgid "theme" +msgstr "" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/base/gather-messages.sh b/locale/base/gather-messages.sh index 82de939365..c18eee64f9 100755 --- a/locale/base/gather-messages.sh +++ b/locale/base/gather-messages.sh @@ -176,17 +176,42 @@ generate_pot_utds() { while read dbprefid; do dbprefdesc=$(mysql -N --database=$dbname --host=$dbhost --user=$dbuser --password=$dbpass -se "SELECT description FROM preference where id=$dbprefid") dbprefdescchk=$(grep "\"$dbprefdesc\"" $potfile) - if [ ! "$dbprefdescchk" ]; then - echo -e "\n#: Database preference table id $dbprefid" >> $tdstxt - echo -e "msgid \"$dbprefdesc\"" >> $tdstxt - echo -e "msgstr \"\"" >> $tdstxt - else - echo -e "\n#: Database preference table id $dbprefid" >> $tdstxt - echo -e "# is already in the source code\n# but to avoid confusion, it's added and commented" >> $tdstxt - echo -e "# msgid \"$dbprefdesc\"" >> $tdstxt - echo -e "# msgstr \"\"" >> $tdstxt - fi + if [ -n "$dbprefdesc" ]; then + if [ ! "$dbprefdescchk" ]; then + echo -e "\n#: Database preference table id $dbprefid" >> $tdstxt + echo -e "msgid \"$dbprefdesc\"" >> $tdstxt + echo -e "msgstr \"\"" >> $tdstxt + else + echo -e "\n#: Database preference table id $dbprefid" >> $tdstxt + echo -e "# is already in the source code\n# but to avoid confusion, it's added and commented" >> $tdstxt + echo -e "# msgid \"$dbprefdesc\"" >> $tdstxt + echo -e "# msgstr \"\"" >> $tdstxt + fi + fi + done + + echo "Done for preference description" + + mysql -N --database=$dbname --host=$dbhost --user=$dbuser --password=$dbpass -se "SELECT id FROM preference" | + while read dbprefid; do + dbprefdesc=$(mysql -N --database=$dbname --host=$dbhost --user=$dbuser --password=$dbpass -se "SELECT subcatagory FROM preference where id=$dbprefid AND subcatagory IS NOT NULL") + dbprefdescchk=$(grep "\"$dbprefdesc\"" $potfile $tdstxt) + if [ -n "$dbprefdesc" ]; then + if [ ! "$dbprefdescchk" ]; then + echo -e "\n#: Database preference table id $dbprefid" >> $tdstxt + echo -e "msgid \"$dbprefdesc\"" >> $tdstxt + echo -e "msgstr \"\"" >> $tdstxt + else + echo -e "\n#: Database preference table id $dbprefid" >> $tdstxt + echo -e "# is already in the source code\n# but to avoid confusion, it's added and commented" >> $tdstxt + echo -e "# msgid \"$dbprefdesc\"" >> $tdstxt + echo -e "# msgstr \"\"" >> $tdstxt + fi + fi done + + echo "Done for subcategory" + echo -e "\033[32m Pot file creation succeeded. Adding 'translatable-database-strings.txt\033[0m" cat $tdstxt >> $potfile echo -e "\n\033[32m Done, you are able now to use the messages.pot for further translation tasks.\033[0m" diff --git a/locale/base/messages.pot b/locale/base/messages.pot index 764ed76e10..d6b03e0e41 100644 --- a/locale/base/messages.pot +++ b/locale/base/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -8403,7 +8403,7 @@ msgstr "" # This file lists all description strings from your Ampache-database -> preference-table. # Please do not delete or modify the content by yourself. It will be automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. - # Last Update: 31.07.2018 01:37:20 CEST + # Last Update: 13.08.2018 06:22:54 CEST ####################################################################### @@ -8832,3 +8832,69 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +msgid "upload" +msgstr "" + +#: Database preference table id 152 +msgid "catalog" +msgstr "" + +#: Database preference table id 153 +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" + +#: Database preference table id 154 +msgid "theme" +msgstr "" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +#: Database preference table id 156 +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" + +#: Database preference table id 157 +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" + +#: Database preference table id 164 +msgid "amazon" +msgstr "" + +#: Database preference table id 165 +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "amazon" +# msgstr "" + +#: Database preference table id 166 +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "amazon" +# msgstr "" + +#: Database preference table id 167 +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "amazon" +# msgstr "" + +#: Database preference table id 168 +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "amazon" +# msgstr "" diff --git a/locale/base/translatable-database-strings.txt b/locale/base/translatable-database-strings.txt index 2a4b18597c..6d3a452d07 100644 --- a/locale/base/translatable-database-strings.txt +++ b/locale/base/translatable-database-strings.txt @@ -3,7 +3,7 @@ # This file lists all description strings from your Ampache-database -> preference-table. # Please do not delete or modify the content by yourself. It will be automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. - # Last Update: 31.07.2018 01:37:20 CEST + # Last Update: 13.08.2018 06:22:54 CEST ####################################################################### @@ -432,3 +432,69 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +msgid "upload" +msgstr "" + +#: Database preference table id 152 +msgid "catalog" +msgstr "" + +#: Database preference table id 153 +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" + +#: Database preference table id 154 +msgid "theme" +msgstr "" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +#: Database preference table id 156 +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" + +#: Database preference table id 157 +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" + +#: Database preference table id 164 +msgid "amazon" +msgstr "" + +#: Database preference table id 165 +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "amazon" +# msgstr "" + +#: Database preference table id 166 +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "amazon" +# msgstr "" + +#: Database preference table id 167 +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "amazon" +# msgstr "" + +#: Database preference table id 168 +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "amazon" +# msgstr "" diff --git a/locale/ca_ES/LC_MESSAGES/messages.mo b/locale/ca_ES/LC_MESSAGES/messages.mo index 1f5403c2f4..6eb45eaa38 100644 Binary files a/locale/ca_ES/LC_MESSAGES/messages.mo and b/locale/ca_ES/LC_MESSAGES/messages.mo differ diff --git a/locale/ca_ES/LC_MESSAGES/messages.po b/locale/ca_ES/LC_MESSAGES/messages.po index a683fe44b2..4f5d6a7fc0 100644 --- a/locale/ca_ES/LC_MESSAGES/messages.po +++ b/locale/ca_ES/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: Catalan (Spain) (http://www.transifex.com/ampache/ampache/" @@ -8417,7 +8417,7 @@ msgstr "" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8847,3 +8847,38 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "pujat" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Catàleg" + +#: Database preference table id 153 154 +#, fuzzy +msgid "theme" +msgstr "Tema" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/cs_CZ/LC_MESSAGES/messages.mo b/locale/cs_CZ/LC_MESSAGES/messages.mo index efd3b4bbc6..5062d781de 100644 Binary files a/locale/cs_CZ/LC_MESSAGES/messages.mo and b/locale/cs_CZ/LC_MESSAGES/messages.mo differ diff --git a/locale/cs_CZ/LC_MESSAGES/messages.po b/locale/cs_CZ/LC_MESSAGES/messages.po index fb0c4db065..1a0f8ade4f 100644 --- a/locale/cs_CZ/LC_MESSAGES/messages.po +++ b/locale/cs_CZ/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/ampache/" @@ -8452,7 +8452,7 @@ msgstr "" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8882,3 +8882,38 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "Nahrát" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Katalog" + +#: Database preference table id 153 154 +#, fuzzy +msgid "theme" +msgstr "Motiv" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/da_DK/LC_MESSAGES/messages.mo b/locale/da_DK/LC_MESSAGES/messages.mo index c572b017e6..e22b59fbbf 100644 Binary files a/locale/da_DK/LC_MESSAGES/messages.mo and b/locale/da_DK/LC_MESSAGES/messages.mo differ diff --git a/locale/da_DK/LC_MESSAGES/messages.po b/locale/da_DK/LC_MESSAGES/messages.po index 7fd6f4dc88..b38ec1e129 100644 --- a/locale/da_DK/LC_MESSAGES/messages.po +++ b/locale/da_DK/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/ampache/ampache/" @@ -8404,7 +8404,7 @@ msgstr "" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8834,3 +8834,39 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +msgid "upload" +msgstr "" + +#: Database preference table id 152 +msgid "catalog" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 153 154 +msgid "theme" +msgstr "" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/de_DE/LC_MESSAGES/messages.mo b/locale/de_DE/LC_MESSAGES/messages.mo index 9d9e2ad27e..958fc99eca 100644 Binary files a/locale/de_DE/LC_MESSAGES/messages.mo and b/locale/de_DE/LC_MESSAGES/messages.mo differ diff --git a/locale/de_DE/LC_MESSAGES/messages.po b/locale/de_DE/LC_MESSAGES/messages.po index 3565be3fb4..1d5318b6d6 100644 --- a/locale/de_DE/LC_MESSAGES/messages.po +++ b/locale/de_DE/LC_MESSAGES/messages.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-06-17 05:16+0000\n" "Last-Translator: Manuel \n" "Language-Team: German (Germany) (http://www.transifex.com/ampache/ampache/" @@ -8715,7 +8715,7 @@ msgstr "Ich kann dieses Video nicht löschen." # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -9159,3 +9159,39 @@ msgstr "Amazon geheimer Zugriffsschlüssel" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "Amazon Partner-Tag" + +#: Database preference table id 150 +#, fuzzy +msgid "library" +msgstr "Bibliotheksname" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "hoch geladen" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Katalog" + +#: Database preference table id 153 154 +#, fuzzy +msgid "theme" +msgstr "Design der Benutzeroberfläche" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/el_GR/LC_MESSAGES/messages.mo b/locale/el_GR/LC_MESSAGES/messages.mo index 6929660ec0..ca15afed53 100644 Binary files a/locale/el_GR/LC_MESSAGES/messages.mo and b/locale/el_GR/LC_MESSAGES/messages.mo differ diff --git a/locale/el_GR/LC_MESSAGES/messages.po b/locale/el_GR/LC_MESSAGES/messages.po index 2a83cd95b9..47e0bba9e1 100644 --- a/locale/el_GR/LC_MESSAGES/messages.po +++ b/locale/el_GR/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: Greek (Greece) (http://www.transifex.com/ampache/ampache/" @@ -8406,7 +8406,7 @@ msgstr "" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8836,3 +8836,41 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "Ανέβασμα" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Κατάλογος" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 153 154 +msgid "theme" +msgstr "" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/en_GB/LC_MESSAGES/messages.mo b/locale/en_GB/LC_MESSAGES/messages.mo index be65f7ad67..d75a107884 100644 Binary files a/locale/en_GB/LC_MESSAGES/messages.mo and b/locale/en_GB/LC_MESSAGES/messages.mo differ diff --git a/locale/en_GB/LC_MESSAGES/messages.po b/locale/en_GB/LC_MESSAGES/messages.po index 1d1c92d4a6..aedfc772fe 100644 --- a/locale/en_GB/LC_MESSAGES/messages.po +++ b/locale/en_GB/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/ampache/" @@ -8410,7 +8410,7 @@ msgstr "" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8840,3 +8840,40 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +msgid "upload" +msgstr "" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Catalogues" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 153 154 +msgid "theme" +msgstr "" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/es_ES/LC_MESSAGES/messages.mo b/locale/es_ES/LC_MESSAGES/messages.mo index bd5f3ce665..99a6d2c6ef 100644 Binary files a/locale/es_ES/LC_MESSAGES/messages.mo and b/locale/es_ES/LC_MESSAGES/messages.mo differ diff --git a/locale/es_ES/LC_MESSAGES/messages.po b/locale/es_ES/LC_MESSAGES/messages.po index 6f9de499f2..ac1578fd26 100644 --- a/locale/es_ES/LC_MESSAGES/messages.po +++ b/locale/es_ES/LC_MESSAGES/messages.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-05-04 14:16+0000\n" "Last-Translator: Manuel \n" "Language-Team: Spanish (Spain) (http://www.transifex.com/ampache/ampache/" @@ -8596,7 +8596,7 @@ msgstr "No se puede eliminar este vídeo." # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -9033,3 +9033,39 @@ msgstr "Contraseña de Amazon" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "Tag asociado a Amazon" + +#: Database preference table id 150 +#, fuzzy +msgid "library" +msgstr "Nombre de biblioteca" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "subido" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Catálogo" + +#: Database preference table id 153 154 +#, fuzzy +msgid "theme" +msgstr "Tema" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/fa_IR/LC_MESSAGES/messages.mo b/locale/fa_IR/LC_MESSAGES/messages.mo index b2820ee439..4a24b5c42f 100644 Binary files a/locale/fa_IR/LC_MESSAGES/messages.mo and b/locale/fa_IR/LC_MESSAGES/messages.mo differ diff --git a/locale/fa_IR/LC_MESSAGES/messages.po b/locale/fa_IR/LC_MESSAGES/messages.po index e8a872469b..0ca01486b4 100644 --- a/locale/fa_IR/LC_MESSAGES/messages.po +++ b/locale/fa_IR/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: Persian (Iran) (http://www.transifex.com/ampache/ampache/" @@ -8408,7 +8408,7 @@ msgstr "" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8838,3 +8838,38 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "فرستادن" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "مجموعه" + +#: Database preference table id 153 154 +#, fuzzy +msgid "theme" +msgstr "پوسته" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/fi_FI/LC_MESSAGES/messages.mo b/locale/fi_FI/LC_MESSAGES/messages.mo index e3ec166f46..5723407c38 100644 Binary files a/locale/fi_FI/LC_MESSAGES/messages.mo and b/locale/fi_FI/LC_MESSAGES/messages.mo differ diff --git a/locale/fi_FI/LC_MESSAGES/messages.po b/locale/fi_FI/LC_MESSAGES/messages.po index 546b7895ab..30d6aaafdb 100644 --- a/locale/fi_FI/LC_MESSAGES/messages.po +++ b/locale/fi_FI/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/ampache/ampache/" @@ -8405,7 +8405,7 @@ msgstr "" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8835,3 +8835,40 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +msgid "upload" +msgstr "" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Kokoelmatyypit" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 153 154 +msgid "theme" +msgstr "" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/fr_FR/LC_MESSAGES/messages.mo b/locale/fr_FR/LC_MESSAGES/messages.mo index d7112d1458..a5765d6e37 100644 Binary files a/locale/fr_FR/LC_MESSAGES/messages.mo and b/locale/fr_FR/LC_MESSAGES/messages.mo differ diff --git a/locale/fr_FR/LC_MESSAGES/messages.po b/locale/fr_FR/LC_MESSAGES/messages.po index dd599e7a78..326718d113 100644 --- a/locale/fr_FR/LC_MESSAGES/messages.po +++ b/locale/fr_FR/LC_MESSAGES/messages.po @@ -7,6 +7,7 @@ # Aisyk , 2015-2016 # Arnaud Bey , 2015 # UncleBone , 2016-2017 +# iambluedev , 2018 # Morgan , 2016 # Nicolas Chartoire , 2015 # Nicolas Jeannerod , 2016 @@ -15,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" -"PO-Revision-Date: 2018-04-18 04:42+0000\n" -"Last-Translator: Afterster\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" +"PO-Revision-Date: 2018-08-09 18:40+0000\n" +"Last-Translator: iambluedev \n" "Language-Team: French (France) (http://www.transifex.com/ampache/ampache/" "language/fr_FR/)\n" "Language: fr_FR\n" @@ -2117,11 +2118,11 @@ msgstr "après" #: ../../lib/class/search.class.php:202 msgid "before (x) days ago" -msgstr "" +msgstr "avant (x) jours" #: ../../lib/class/search.class.php:208 msgid "after (x) days ago" -msgstr "" +msgstr "après (x) jours" #: ../../lib/class/search.class.php:218 msgid "Any searchable text" @@ -2184,7 +2185,7 @@ msgstr "Durée (en minutes)" #: ../../lib/class/search.class.php:304 ../../lib/class/search.class.php:521 #: ../../lib/class/search.class.php:618 msgid "Rating (Average)" -msgstr "" +msgstr "Note (Moyenne)" #: ../../lib/class/search.class.php:322 ../../templates/header.inc.php:437 #: ../../templates/sidebar_home.inc.php:142 @@ -2195,7 +2196,7 @@ msgstr "Favoris" #: ../../lib/class/search.class.php:331 ../../lib/class/search.class.php:539 #: ../../lib/class/search.class.php:643 msgid "Rating (Mine)" -msgstr "" +msgstr "Note (la mienne)" #: ../../lib/class/search.class.php:349 ../../templates/show_albums.inc.php:45 #: ../../templates/show_albums.inc.php:119 @@ -2222,7 +2223,7 @@ msgstr "Débit" #: ../../lib/class/search.class.php:382 ../../lib/class/search.class.php:556 #: ../../lib/class/search.class.php:635 msgid "My Last Play" -msgstr "" +msgstr "Ma dernière lecture" #: ../../lib/class/search.class.php:389 ../../templates/show_album.inc.php:83 #: ../../templates/show_artist.inc.php:78 @@ -3731,7 +3732,7 @@ msgstr "Sélectionnez 'Dropbox API app'" #: ../../modules/catalog/dropbox/dropbox.catalog.php:75 msgid "Select 'Full Dropbox'" -msgstr "" +msgstr "Sélectionner 'Tout le Dropbox' " #: ../../modules/catalog/dropbox/dropbox.catalog.php:76 msgid "Give a name to your application and create it" @@ -3739,12 +3740,14 @@ msgstr "Donnez un nom à votre application et créer" #: ../../modules/catalog/dropbox/dropbox.catalog.php:77 msgid "Click the 'Generate' button to create an Access Token" -msgstr "" +msgstr "Cliquez sur le bouton 'Generation' pour créer une clé d’accès " #: ../../modules/catalog/dropbox/dropbox.catalog.php:78 msgid "" "Copy your App key and App secret and Access Token into the following fields." msgstr "" +"Copiez votre clé d'accès, la clé de votre application ainsi que la clé " +"privée dans les champs suivants. " #: ../../modules/catalog/dropbox/dropbox.catalog.php:117 #: ../../templates/show_account.inc.php:101 @@ -3760,7 +3763,7 @@ msgstr "Secret" #: ../../modules/catalog/dropbox/dropbox.catalog.php:119 msgid "Access Token" -msgstr "" +msgstr "Clé d'accès " #: ../../modules/catalog/dropbox/dropbox.catalog.php:120 #: ../../modules/catalog/local/local.catalog.php:104 @@ -3775,15 +3778,18 @@ msgstr "Récupérer les fichiers coupés lors de l'analyse" #: ../../modules/catalog/dropbox/dropbox.catalog.php:181 msgid "Error: API Key, Secret and Access Token Required for Dropbox Catalogs" msgstr "" +"Erreur: Clé d'accès, Clé de votre application ainsi que la clé privée sont " +"requises pour les catalogues Dropbox" #: ../../modules/catalog/dropbox/dropbox.catalog.php:188 #: ../../modules/catalog/dropbox/dropbox.catalog.php:492 msgid "Invalid \"API key\", \"secret\", or \"access token\": " msgstr "" +"\"clé d'accès\", \"clé de votre application\" ou \"clé privée\" est invalide:" #: ../../modules/catalog/dropbox/dropbox.catalog.php:197 msgid "Invalid \"dropbox-path\": " -msgstr "" +msgstr "\"dropbox-path\" invalide: " #: ../../modules/catalog/dropbox/dropbox.catalog.php:236 msgid "Running Dropbox Remote Update" @@ -3804,20 +3810,20 @@ msgstr "Pas de média mis à jour, respectez-vous les modèles ?" #: ../../modules/catalog/seafile/seafile.catalog.php:378 #, php-format msgid "Updated song \"%s\"" -msgstr "" +msgstr "Musique \"%s\" mise à jour" #: ../../modules/catalog/dropbox/dropbox.catalog.php:481 #: ../../modules/catalog/seafile/seafile.catalog.php:381 #, php-format msgid "Song up to date: \"%s\"" -msgstr "" +msgstr "Musique \"%s\" actuellement à jour" #: ../../modules/catalog/dropbox/dropbox.catalog.php:485 #: ../../modules/catalog/seafile/seafile.catalog.php:385 #: ../../modules/catalog/seafile/seafile.catalog.php:443 #, php-format msgid "Removing song \"%s\"" -msgstr "" +msgstr "Supprimer la musique \"%s\"" #: ../../modules/catalog/dropbox/dropbox.catalog.php:529 msgid "API Error: cannot connect to Dropbox." @@ -3945,23 +3951,27 @@ msgstr "Mise à jour catalogue(s) distant terminée." #: ../../modules/catalog/seafile/SeafileAdapter.php:45 msgid "Could not authenticate with Seafile" -msgstr "" +msgstr "Impossible d'authentifier avec Seafile" #: ../../modules/catalog/seafile/SeafileAdapter.php:124 #, php-format msgid "No media updated: could not find Seafile library called \"%s\"" msgstr "" +"Aucun média mis à jour: important de trouver la bibliothèque Seafile appelée " +"\"%s\"" #: ../../modules/catalog/seafile/seafile.catalog.php:74 #, php-format msgid "Install a Seafile server as described in its documentation on %s" -msgstr "" +msgstr "Installer un serveur Seafile comme décrit dans la documention %s" #: ../../modules/catalog/seafile/seafile.catalog.php:75 msgid "" "Enter url to server (e.g. 'https://seafile.example.com') and library name (e." "g. 'Music')." msgstr "" +"Entrez l'adresse du serveur (ex: 'https://seafile.example.com') et le nom de " +"la bibliothèque (ex: 'Musique') " #: ../../modules/catalog/seafile/seafile.catalog.php:76 #, php-format @@ -3971,85 +3981,92 @@ msgid "" "Limiting.
The default is tuned towards Seafile's default rate limit " "settings; see %sthis forum post%s for more information." msgstr "" +"'API Call Delay' est un délai entre chaque requêtes répétés à Seafile (comme " +"ceux durant les actions d'ajout ou de nettoyage) pour s'adapter à la limite " +"d'utilisation de Seafile.
Par défaut la valeur est adaptée a la limite " +"d'utilisation par défaut de Seafile: regardez %sou ce post sur le forum " +"%spour plus d'information." #: ../../modules/catalog/seafile/seafile.catalog.php:78 msgid "" "After creating the catalog, you must 'Make it ready' on the catalog table." msgstr "" +"Après avoir crée le catalogue, vous devrez 'l'indiquer comme prêt' dans la " +"liste des catalogues." #: ../../modules/catalog/seafile/seafile.catalog.php:122 msgid "Server URI" -msgstr "" +msgstr "URI du serveur" #: ../../modules/catalog/seafile/seafile.catalog.php:123 msgid "Library Name" -msgstr "" +msgstr "Nom de la bibliothèque" #: ../../modules/catalog/seafile/seafile.catalog.php:124 msgid "API Call Delay" -msgstr "" +msgstr "Délai d'appel de l'API" #: ../../modules/catalog/seafile/seafile.catalog.php:125 msgid "Seafile Username/Email" -msgstr "" +msgstr "Nom d'utilisateur/Email Seafile" #: ../../modules/catalog/seafile/seafile.catalog.php:126 msgid "Seafile Password" -msgstr "" +msgstr "Mot de passe Seafile" #: ../../modules/catalog/seafile/seafile.catalog.php:155 msgid "Error: Seafile Server URL is required." -msgstr "" +msgstr "Erreur: Une adresse URL pour le serveur Seafile est requise." #: ../../modules/catalog/seafile/seafile.catalog.php:161 msgid "Error: Seafile Server Library Name is required." -msgstr "" +msgstr "Erreur: Le nom de la bibliothèque Seafile est requis." #: ../../modules/catalog/seafile/seafile.catalog.php:167 msgid "Error: Seafile Username is required." -msgstr "" +msgstr "Erreur: Le nom d'utilisateur Seafile est requis." #: ../../modules/catalog/seafile/seafile.catalog.php:173 msgid "Error: Seafile Password is required." -msgstr "" +msgstr "Erreur: Le mot de passe Seafile est requis." #: ../../modules/catalog/seafile/seafile.catalog.php:179 msgid "Error: API Call Delay must have a numeric value." -msgstr "" +msgstr "Erreur: Le délai d'appel de l'api doit être une valeur numérique." #: ../../modules/catalog/seafile/seafile.catalog.php:189 #, php-format msgid "Error while authenticating against Seafile API: %s" -msgstr "" +msgstr "Erreur durant l'authentification avec l'api Seafile: %s" #: ../../modules/catalog/seafile/seafile.catalog.php:236 msgid "Running Seafile Remote Update" -msgstr "" +msgstr "Lancement de la mise à jour distante Seafile" #: ../../modules/catalog/seafile/seafile.catalog.php:294 #, php-format msgid "Skipping existing song \"%s\"" -msgstr "" +msgstr "Musique \"%s\" sautée" #: ../../modules/catalog/seafile/seafile.catalog.php:299 #, php-format msgid "Adding song \"%s\"" -msgstr "" +msgstr "Ajout de la musique \"%s\"" #: ../../modules/catalog/seafile/seafile.catalog.php:309 #, php-format msgid "Could not add song \"%s\"" -msgstr "" +msgstr "Impossible d'ajouter la musique \"%s\"" #: ../../modules/catalog/seafile/seafile.catalog.php:433 #, php-format msgid "Error checking song \"%s\": %s" -msgstr "" +msgstr "Erreur durant la vérification de la musique \"%s\": %s" #: ../../modules/catalog/seafile/seafile.catalog.php:441 #, php-format msgid "Keeping song \"%s\"" -msgstr "" +msgstr "Garder la musique \"%s\"" #: ../../modules/catalog/soundcloud/soundcloud.catalog.php:107 msgid "User ID" @@ -8665,7 +8682,7 @@ msgstr "Vous ne pouvez pas supprimer cette vidéo." # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8867,7 +8884,7 @@ msgstr "Auto-pause entre les onglets" #: Database preference table id 101 msgid "Enable url rewriting" -msgstr "" +msgstr "Activer la réécriture d'url" #: Database preference table id 102 msgid "Allow Share" @@ -9118,3 +9135,39 @@ msgstr "Clé d'accès secrète Amazon" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "Tag associé Amazon" + +#: Database preference table id 150 +#, fuzzy +msgid "library" +msgstr "Nom de la bibliothèque" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "envoyé" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Catalogue" + +#: Database preference table id 153 154 +#, fuzzy +msgid "theme" +msgstr "Thème" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/he_IL/LC_MESSAGES/messages.mo b/locale/he_IL/LC_MESSAGES/messages.mo index d0fde082d1..ea93da8e96 100644 Binary files a/locale/he_IL/LC_MESSAGES/messages.mo and b/locale/he_IL/LC_MESSAGES/messages.mo differ diff --git a/locale/he_IL/LC_MESSAGES/messages.po b/locale/he_IL/LC_MESSAGES/messages.po index e3a4393357..ada663c3c8 100644 --- a/locale/he_IL/LC_MESSAGES/messages.po +++ b/locale/he_IL/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: Hebrew (Israel) (http://www.transifex.com/ampache/ampache/" @@ -8449,7 +8449,7 @@ msgstr "" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8879,3 +8879,40 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +msgid "upload" +msgstr "" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "סוגי קטלוג" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 153 154 +msgid "theme" +msgstr "" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/hu_HU/LC_MESSAGES/messages.mo b/locale/hu_HU/LC_MESSAGES/messages.mo index e3c9a38c65..ea87652f4c 100644 Binary files a/locale/hu_HU/LC_MESSAGES/messages.mo and b/locale/hu_HU/LC_MESSAGES/messages.mo differ diff --git a/locale/hu_HU/LC_MESSAGES/messages.po b/locale/hu_HU/LC_MESSAGES/messages.po index 99e9252bd3..8152a6eeae 100644 --- a/locale/hu_HU/LC_MESSAGES/messages.po +++ b/locale/hu_HU/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/ampache/ampache/" @@ -8405,7 +8405,7 @@ msgstr "Ez a videó nem törölhető." # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8835,3 +8835,39 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +msgid "upload" +msgstr "" + +#: Database preference table id 152 +msgid "catalog" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 153 154 +msgid "theme" +msgstr "" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/id_ID/LC_MESSAGES/messages.mo b/locale/id_ID/LC_MESSAGES/messages.mo index fe0bfdb850..c89db9511e 100644 Binary files a/locale/id_ID/LC_MESSAGES/messages.mo and b/locale/id_ID/LC_MESSAGES/messages.mo differ diff --git a/locale/id_ID/LC_MESSAGES/messages.po b/locale/id_ID/LC_MESSAGES/messages.po index 0e3bd0e78a..62d09f31b0 100644 --- a/locale/id_ID/LC_MESSAGES/messages.po +++ b/locale/id_ID/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/ampache/" @@ -8388,7 +8388,7 @@ msgstr "" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8818,3 +8818,39 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +msgid "upload" +msgstr "" + +#: Database preference table id 152 +msgid "catalog" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 153 154 +msgid "theme" +msgstr "" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/it_IT/LC_MESSAGES/messages.mo b/locale/it_IT/LC_MESSAGES/messages.mo index f601fd9412..20460adfe6 100644 Binary files a/locale/it_IT/LC_MESSAGES/messages.mo and b/locale/it_IT/LC_MESSAGES/messages.mo differ diff --git a/locale/it_IT/LC_MESSAGES/messages.po b/locale/it_IT/LC_MESSAGES/messages.po index 622f738950..37714f1a86 100644 --- a/locale/it_IT/LC_MESSAGES/messages.po +++ b/locale/it_IT/LC_MESSAGES/messages.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-05-31 13:37+0000\n" "Last-Translator: Leonardo Papini \n" "Language-Team: Italian (Italy) (http://www.transifex.com/ampache/ampache/" @@ -8466,7 +8466,7 @@ msgstr "Impossibile eliminare questo video." # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8898,3 +8898,38 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "caricato" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Catalogo" + +#: Database preference table id 153 154 +#, fuzzy +msgid "theme" +msgstr "Tema" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/ja_JP/LC_MESSAGES/messages.mo b/locale/ja_JP/LC_MESSAGES/messages.mo index cdd88fd395..14016b5abe 100644 Binary files a/locale/ja_JP/LC_MESSAGES/messages.mo and b/locale/ja_JP/LC_MESSAGES/messages.mo differ diff --git a/locale/ja_JP/LC_MESSAGES/messages.po b/locale/ja_JP/LC_MESSAGES/messages.po index 12089dffff..0012cb4850 100644 --- a/locale/ja_JP/LC_MESSAGES/messages.po +++ b/locale/ja_JP/LC_MESSAGES/messages.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/ampache/ampache/" @@ -8582,7 +8582,7 @@ msgstr "この動画を削除できません" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -9019,3 +9019,39 @@ msgstr "AmazonのSecret Access Key" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "Amazonのassociate tag" + +#: Database preference table id 150 +#, fuzzy +msgid "library" +msgstr "ライブラリ名" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "アップロードしました" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "カタログ" + +#: Database preference table id 153 154 +#, fuzzy +msgid "theme" +msgstr "テーマ" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/ko_KR/LC_MESSAGES/messages.mo b/locale/ko_KR/LC_MESSAGES/messages.mo index fd392e87fe..ffb4bb828e 100644 Binary files a/locale/ko_KR/LC_MESSAGES/messages.mo and b/locale/ko_KR/LC_MESSAGES/messages.mo differ diff --git a/locale/ko_KR/LC_MESSAGES/messages.po b/locale/ko_KR/LC_MESSAGES/messages.po index 4d2a32decb..bac495c5a6 100644 --- a/locale/ko_KR/LC_MESSAGES/messages.po +++ b/locale/ko_KR/LC_MESSAGES/messages.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-05-05 06:22+0000\n" "Last-Translator: 유영재 \n" "Language-Team: Korean (Korea) (http://www.transifex.com/ampache/ampache/" @@ -8391,7 +8391,7 @@ msgstr "" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8821,3 +8821,40 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +msgid "upload" +msgstr "" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "카탈로그 종류" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 153 154 +msgid "theme" +msgstr "" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/nb_NO/LC_MESSAGES/messages.mo b/locale/nb_NO/LC_MESSAGES/messages.mo index 5deb75f52e..15fd81b0c1 100644 Binary files a/locale/nb_NO/LC_MESSAGES/messages.mo and b/locale/nb_NO/LC_MESSAGES/messages.mo differ diff --git a/locale/nb_NO/LC_MESSAGES/messages.po b/locale/nb_NO/LC_MESSAGES/messages.po index 7dddc797ea..d55e47c932 100644 --- a/locale/nb_NO/LC_MESSAGES/messages.po +++ b/locale/nb_NO/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/ampache/" @@ -8409,7 +8409,7 @@ msgstr "" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8839,3 +8839,38 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "Last opp" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Katalog" + +#: Database preference table id 153 154 +#, fuzzy +msgid "theme" +msgstr "Tema" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/nl_NL/LC_MESSAGES/messages.mo b/locale/nl_NL/LC_MESSAGES/messages.mo index ee1af1bd78..887f6533f5 100644 Binary files a/locale/nl_NL/LC_MESSAGES/messages.mo and b/locale/nl_NL/LC_MESSAGES/messages.mo differ diff --git a/locale/nl_NL/LC_MESSAGES/messages.po b/locale/nl_NL/LC_MESSAGES/messages.po index 2b29efc081..e925381203 100644 --- a/locale/nl_NL/LC_MESSAGES/messages.po +++ b/locale/nl_NL/LC_MESSAGES/messages.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-25 07:09+0000\n" "Last-Translator: Maarten Peeters \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/ampache/ampache/" @@ -8497,7 +8497,7 @@ msgstr "" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8927,3 +8927,38 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "Geupload" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Catalogus" + +#: Database preference table id 153 154 +#, fuzzy +msgid "theme" +msgstr "Thema" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/pl_PL/LC_MESSAGES/messages.mo b/locale/pl_PL/LC_MESSAGES/messages.mo index c3bcde3d5c..ff4584f578 100644 Binary files a/locale/pl_PL/LC_MESSAGES/messages.mo and b/locale/pl_PL/LC_MESSAGES/messages.mo differ diff --git a/locale/pl_PL/LC_MESSAGES/messages.po b/locale/pl_PL/LC_MESSAGES/messages.po index 12f68a5a5f..f8c1bbdb22 100644 --- a/locale/pl_PL/LC_MESSAGES/messages.po +++ b/locale/pl_PL/LC_MESSAGES/messages.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: Polish (Poland) (http://www.transifex.com/ampache/ampache/" @@ -8651,7 +8651,7 @@ msgstr "Nie można usunąć tego wideo." # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -9096,3 +9096,38 @@ msgstr "Amazon Secret Access Key" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "Tag skojarzony z Amazon" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "przesłane" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Katalog" + +#: Database preference table id 153 154 +#, fuzzy +msgid "theme" +msgstr "Motyw" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/pt_BR/LC_MESSAGES/messages.mo b/locale/pt_BR/LC_MESSAGES/messages.mo index 777844c71f..faef92adf2 100644 Binary files a/locale/pt_BR/LC_MESSAGES/messages.mo and b/locale/pt_BR/LC_MESSAGES/messages.mo differ diff --git a/locale/pt_BR/LC_MESSAGES/messages.po b/locale/pt_BR/LC_MESSAGES/messages.po index 154c557f54..cea6965dcf 100644 --- a/locale/pt_BR/LC_MESSAGES/messages.po +++ b/locale/pt_BR/LC_MESSAGES/messages.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-07-15 20:52+0000\n" "Last-Translator: Paulo Schopf \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/ampache/ampache/" @@ -8641,7 +8641,7 @@ msgstr "Não foi possível excluir este vídeo." # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -9088,3 +9088,39 @@ msgstr "Chave de acesso secreta da Amazon" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "Etiqueta de associado da Amazon" + +#: Database preference table id 150 +#, fuzzy +msgid "library" +msgstr "Nome da Biblioteca" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "enviado" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Catálogo" + +#: Database preference table id 153 154 +#, fuzzy +msgid "theme" +msgstr "Tema" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/ru_RU/LC_MESSAGES/messages.mo b/locale/ru_RU/LC_MESSAGES/messages.mo index 16ee099770..c5ffcf991a 100644 Binary files a/locale/ru_RU/LC_MESSAGES/messages.mo and b/locale/ru_RU/LC_MESSAGES/messages.mo differ diff --git a/locale/ru_RU/LC_MESSAGES/messages.po b/locale/ru_RU/LC_MESSAGES/messages.po index 5b8beacf5e..9fa115c36a 100644 --- a/locale/ru_RU/LC_MESSAGES/messages.po +++ b/locale/ru_RU/LC_MESSAGES/messages.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: Russian (Russia) (http://www.transifex.com/ampache/ampache/" @@ -8646,7 +8646,7 @@ msgstr "Не удается удалить это видео." # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -9092,3 +9092,38 @@ msgstr "Секретный ключ доступа Amazon" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "Связанный тег Amazon" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "закачанный" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Каталог" + +#: Database preference table id 153 154 +#, fuzzy +msgid "theme" +msgstr "Тема" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/sv_SE/LC_MESSAGES/messages.mo b/locale/sv_SE/LC_MESSAGES/messages.mo index 60c859ee59..cce23c4e25 100644 Binary files a/locale/sv_SE/LC_MESSAGES/messages.mo and b/locale/sv_SE/LC_MESSAGES/messages.mo differ diff --git a/locale/sv_SE/LC_MESSAGES/messages.po b/locale/sv_SE/LC_MESSAGES/messages.po index ab382dd215..6c4114b4c9 100644 --- a/locale/sv_SE/LC_MESSAGES/messages.po +++ b/locale/sv_SE/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: Swedish (Sweden) (http://www.transifex.com/ampache/ampache/" @@ -8412,7 +8412,7 @@ msgstr "" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8842,3 +8842,38 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "Skicka" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Katalog" + +#: Database preference table id 153 154 +#, fuzzy +msgid "theme" +msgstr "Tema" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/tr_TR/LC_MESSAGES/messages.mo b/locale/tr_TR/LC_MESSAGES/messages.mo index d6f2e1be5c..3021e83cff 100644 Binary files a/locale/tr_TR/LC_MESSAGES/messages.mo and b/locale/tr_TR/LC_MESSAGES/messages.mo differ diff --git a/locale/tr_TR/LC_MESSAGES/messages.po b/locale/tr_TR/LC_MESSAGES/messages.po index f70f2e3ffd..161546eb39 100644 --- a/locale/tr_TR/LC_MESSAGES/messages.po +++ b/locale/tr_TR/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-05-27 19:21+0000\n" "Last-Translator: Ulaş Çakmak \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/ampache/ampache/" @@ -8409,7 +8409,7 @@ msgstr "" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8839,3 +8839,40 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +msgid "upload" +msgstr "" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Katalog Türleri" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 153 154 +msgid "theme" +msgstr "" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/uk_UA/LC_MESSAGES/messages.mo b/locale/uk_UA/LC_MESSAGES/messages.mo index 3b44f02462..e6d76b67f7 100644 Binary files a/locale/uk_UA/LC_MESSAGES/messages.mo and b/locale/uk_UA/LC_MESSAGES/messages.mo differ diff --git a/locale/uk_UA/LC_MESSAGES/messages.po b/locale/uk_UA/LC_MESSAGES/messages.po index 9c3dc9bfca..6a661738d1 100644 --- a/locale/uk_UA/LC_MESSAGES/messages.po +++ b/locale/uk_UA/LC_MESSAGES/messages.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-18 04:42+0000\n" "Last-Translator: Afterster\n" "Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/ampache/ampache/" @@ -8455,7 +8455,7 @@ msgstr "" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8885,3 +8885,40 @@ msgstr "" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +msgid "upload" +msgstr "" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "Типи каталогів" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 153 154 +msgid "theme" +msgstr "" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/messages.mo b/locale/zh_CN/LC_MESSAGES/messages.mo index 6f13b7554b..d76407007f 100644 Binary files a/locale/zh_CN/LC_MESSAGES/messages.mo and b/locale/zh_CN/LC_MESSAGES/messages.mo differ diff --git a/locale/zh_CN/LC_MESSAGES/messages.po b/locale/zh_CN/LC_MESSAGES/messages.po index 1f3ac8ef38..1813e8894c 100644 --- a/locale/zh_CN/LC_MESSAGES/messages.po +++ b/locale/zh_CN/LC_MESSAGES/messages.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-04-24 06:56+0000\n" "Last-Translator: BFDZ \n" "Language-Team: Chinese (China) (http://www.transifex.com/ampache/ampache/" @@ -8506,7 +8506,7 @@ msgstr "无法删除此视频。" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8938,3 +8938,38 @@ msgstr "Amazon Secret Access Key" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "Amazon 相关的tag" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "已上传" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "目录" + +#: Database preference table id 153 154 +#, fuzzy +msgid "theme" +msgstr "主题" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/messages.mo b/locale/zh_TW/LC_MESSAGES/messages.mo index 0836a2b8da..550be47932 100644 Binary files a/locale/zh_TW/LC_MESSAGES/messages.mo and b/locale/zh_TW/LC_MESSAGES/messages.mo differ diff --git a/locale/zh_TW/LC_MESSAGES/messages.po b/locale/zh_TW/LC_MESSAGES/messages.po index f953ca3368..3bf7703b06 100644 --- a/locale/zh_TW/LC_MESSAGES/messages.po +++ b/locale/zh_TW/LC_MESSAGES/messages.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Ampache\n" "Report-Msgid-Bugs-To: https://www.transifex.com/projects/p/ampache/\n" -"POT-Creation-Date: 2018-07-31 01:37+0200\n" +"POT-Creation-Date: 2018-08-13 06:22+0200\n" "PO-Revision-Date: 2018-05-07 05:13+0000\n" "Last-Translator: Shen-Ta Hsieh(BestSteve) \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/ampache/ampache/" @@ -8492,7 +8492,7 @@ msgstr "無法刪除此視訊。" # Please do not delete or modify the content by yourself. It will be # automatically (re)generated # if you run './gather-messages.sh [-gu|--getutds]. -# Last Update: 04.06.2018 15:57:55 CEST +# Last Update: 31.07.2018 01:37:20 CEST # #: Database preference table id 1 msgid "Allow Downloads" @@ -8922,3 +8922,38 @@ msgstr "Amazon 存取金鑰密文" #: Database preference table id 168 msgid "Amazon associate tag" msgstr "Amazon 關聯標記" + +#: Database preference table id 150 +msgid "library" +msgstr "" + +#: Database preference table id 151 +#, fuzzy +msgid "upload" +msgstr "已上傳了" + +#: Database preference table id 152 +#, fuzzy +msgid "catalog" +msgstr "目錄" + +#: Database preference table id 153 154 +#, fuzzy +msgid "theme" +msgstr "佈景主題" + +#: Database preference table id 155 +msgid "custom" +msgstr "" + +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "custom" +# msgstr "" +# is already in the source code +# but to avoid confusion, it's added and commented +# msgid "library" +# msgstr "" +#: Database preference table id 156 157 164 +msgid "amazon" +msgstr ""