diff options
| author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2016-07-19 21:42:30 (GMT) |
|---|---|---|
| committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2016-07-19 21:42:30 (GMT) |
| commit | 57e72d85310e5a3b45c56a5ae9f5c98540b8d878 (patch) | |
| tree | b4f1b47c256d050c58f6325f832eb3f2f6d489cd | |
| parent | d7c05fb4219f25c4e38428724d82d441b8b22353 (diff) | |
Import updated translations from Launchpad.
Revert incorrect translations for AcceptLanguage and add a comment for translators.
| -rw-r--r-- | po/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | po/am.po | 36 | ||||
| -rw-r--r-- | po/ar.po | 36 | ||||
| -rw-r--r-- | po/bg.po | 36 | ||||
| -rw-r--r-- | po/bn.po | 36 | ||||
| -rw-r--r-- | po/bs.po | 34 | ||||
| -rw-r--r-- | po/ca.po | 36 | ||||
| -rw-r--r-- | po/cs.po | 36 | ||||
| -rw-r--r-- | po/da.po | 36 | ||||
| -rw-r--r-- | po/de.po | 36 | ||||
| -rw-r--r-- | po/el.po | 36 | ||||
| -rw-r--r-- | po/en_AU.po | 34 | ||||
| -rw-r--r-- | po/en_GB.po | 34 | ||||
| -rw-r--r-- | po/es.po | 38 | ||||
| -rw-r--r-- | po/et.po | 36 | ||||
| -rw-r--r-- | po/fa.po | 36 | ||||
| -rw-r--r-- | po/fi.po | 36 | ||||
| -rw-r--r-- | po/fo.po | 34 | ||||
| -rw-r--r-- | po/fr.po | 36 | ||||
| -rw-r--r-- | po/fr_CA.po | 34 | ||||
| -rw-r--r-- | po/gl.po | 34 | ||||
| -rw-r--r-- | po/gu.po | 36 | ||||
| -rw-r--r-- | po/he.po | 36 | ||||
| -rw-r--r-- | po/hi.po | 36 | ||||
| -rw-r--r-- | po/hr.po | 36 | ||||
| -rw-r--r-- | po/hu.po | 38 | ||||
| -rw-r--r-- | po/hy.po | 34 | ||||
| -rw-r--r-- | po/ia.po | 34 | ||||
| -rw-r--r-- | po/id.po | 36 | ||||
| -rw-r--r-- | po/is.po | 34 | ||||
| -rw-r--r-- | po/it.po | 36 | ||||
| -rw-r--r-- | po/ja.po | 36 | ||||
| -rw-r--r-- | po/km.po | 34 | ||||
| -rw-r--r-- | po/kn.po | 36 | ||||
| -rw-r--r-- | po/ko.po | 36 | ||||
| -rw-r--r-- | po/ku.po | 34 | ||||
| -rw-r--r-- | po/lt.po | 36 | ||||
| -rw-r--r-- | po/lv.po | 36 | ||||
| -rw-r--r-- | po/ml.po | 36 | ||||
| -rw-r--r-- | po/mr.po | 36 | ||||
| -rw-r--r-- | po/ms.po | 34 | ||||
| -rw-r--r-- | po/nb.po | 36 | ||||
| -rw-r--r-- | po/ne.po | 34 | ||||
| -rw-r--r-- | po/nl.po | 36 | ||||
| -rw-r--r-- | po/oc.po | 34 | ||||
| -rw-r--r-- | po/oxide-qt.pot | 8 | ||||
| -rw-r--r-- | po/pl.po | 36 | ||||
| -rw-r--r-- | po/pt.po | 36 | ||||
| -rw-r--r-- | po/pt_BR.po | 36 | ||||
| -rw-r--r-- | po/ro.po | 36 | ||||
| -rw-r--r-- | po/ru.po | 36 | ||||
| -rw-r--r-- | po/sk.po | 36 | ||||
| -rw-r--r-- | po/sl.po | 36 | ||||
| -rw-r--r-- | po/sq.po | 34 | ||||
| -rw-r--r-- | po/sr.po | 36 | ||||
| -rw-r--r-- | po/sv.po | 36 | ||||
| -rw-r--r-- | po/sw.po | 36 | ||||
| -rw-r--r-- | po/ta.po | 36 | ||||
| -rw-r--r-- | po/te.po | 36 | ||||
| -rw-r--r-- | po/th.po | 36 | ||||
| -rw-r--r-- | po/tr.po | 36 | ||||
| -rw-r--r-- | po/ug.po | 34 | ||||
| -rw-r--r-- | po/uk.po | 40 | ||||
| -rw-r--r-- | po/vi.po | 36 | ||||
| -rw-r--r-- | po/zh_CN.po | 34 | ||||
| -rw-r--r-- | po/zh_HK.po | 34 | ||||
| -rw-r--r-- | po/zh_TW.po | 34 | ||||
| -rw-r--r-- | po/zun.po | 34 | ||||
| -rw-r--r-- | shared/browser/oxide_user_agent_settings.cc | 12 |
69 files changed, 1803 insertions, 562 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 347cd55..d061caf 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -10,6 +10,7 @@ add_custom_target(${POT_FILE} COMMAND ${GETTEXT_XGETTEXT_EXECUTABLE} -o ${POT_FILE} -D ${CMAKE_SOURCE_DIR} --from-code=UTF-8 + --add-comments=TRANSLATORS --c++ --qt --keyword=dgettext:2 --package-name=${DOMAIN} --copyright-holder='Canonical Ltd.' @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Amharic translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Amharic <am@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "am,en-GB,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Arabic translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Arabic <ar@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "ar,en-US,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Bulgarian translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Bulgarian <bg@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "bg-BG,bg,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Bengali translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Bengali <bn@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "bn-IN,bn,en,*" diff --git a/po/bs.po b/po/bs.po new file mode 100644 index 0000000..cef1410 --- /dev/null +++ b/po/bs.po @@ -0,0 +1,34 @@ +# Bosnian translation for oxide-qt +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide-qt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide-qt\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-19 22:53+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Bosnian <bs@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Catalan translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Catalan <ca@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "ca-ES,ca,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Czech translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Czech <cs@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "cs-CZ,cs,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Danish translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Danish <da@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "da-DK,da,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# German translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: German <de@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "de-DE,de,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Greek translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Greek <el@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "el-GR,el,en,*" diff --git a/po/en_AU.po b/po/en_AU.po new file mode 100644 index 0000000..8335c66 --- /dev/null +++ b/po/en_AU.po @@ -0,0 +1,34 @@ +# English (Australia) translation for oxide-qt +# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 +# This file is distributed under the same license as the oxide-qt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2015. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide-qt\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2015-01-18 07:39+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: English (Australia) <en_AU@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po new file mode 100644 index 0000000..b0368ed --- /dev/null +++ b/po/en_GB.po @@ -0,0 +1,34 @@ +# English (United Kingdom) translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-11-13 16:14+0000\n" +"Last-Translator: Andi Chandler <Unknown>\n" +"Language-Team: English (United Kingdom) <en_GB@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Spanish translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\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" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2016-05-04 23:50+0000\n" +"Last-Translator: Olivier Tilloy <olivier.tilloy@canonical.com>\n" +"Language-Team: Spanish <es@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "Puede que no se guarden los cambios que realice." + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "Cámara trasera" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "Cámara frontal" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "es-ES,es,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Estonian translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Estonian <et@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "et-EE,et,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Persian translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Persian <fa@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "fa,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Finnish translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Finnish <fi@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "fi-FI,fi,en,*" diff --git a/po/fo.po b/po/fo.po new file mode 100644 index 0000000..42c685c --- /dev/null +++ b/po/fo.po @@ -0,0 +1,34 @@ +# Faroese translation for oxide-qt +# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 +# This file is distributed under the same license as the oxide-qt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2015. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide-qt\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2015-11-05 23:05+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Faroese <fo@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# French translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: French <fr@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "fr-fr,en,*" diff --git a/po/fr_CA.po b/po/fr_CA.po new file mode 100644 index 0000000..d198573 --- /dev/null +++ b/po/fr_CA.po @@ -0,0 +1,34 @@ +# French (Canada) translation for oxide-qt +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide-qt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide-qt\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-12-01 14:20+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: French (Canada) <fr_CA@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "" diff --git a/po/gl.po b/po/gl.po new file mode 100644 index 0000000..aad4f91 --- /dev/null +++ b/po/gl.po @@ -0,0 +1,34 @@ +# Galician translation for oxide-qt +# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 +# This file is distributed under the same license as the oxide-qt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2015. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide-qt\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2015-03-30 09:04+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Galician <gl@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Gujarati translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Gujarati <gu@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "gu-IN,gu,hi-IN,hi,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Hebrew translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Hebrew <he@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "he-IL,he,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Hindi translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Hindi <hi@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "hi-IN,hi,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Croatian translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Croatian <hr@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "hr-HR,hr,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Hungarian translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\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" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2016-05-12 15:40+0000\n" +"Last-Translator: Richard Somlói <ricsipontaz@gmail.com>\n" +"Language-Team: Hungarian <hu@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "Az elvégzett módosításokat nem lehet menteni." + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "Hátlapi kamera" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "Előlapi kamera" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "hu-HU,hu,en,*" diff --git a/po/hy.po b/po/hy.po new file mode 100644 index 0000000..86a5907 --- /dev/null +++ b/po/hy.po @@ -0,0 +1,34 @@ +# Armenian translation for oxide-qt +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide-qt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide-qt\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-29 05:42+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Armenian <hy@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "" diff --git a/po/ia.po b/po/ia.po new file mode 100644 index 0000000..596a5e5 --- /dev/null +++ b/po/ia.po @@ -0,0 +1,34 @@ +# Interlingua translation for oxide-qt +# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 +# This file is distributed under the same license as the oxide-qt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2015. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide-qt\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2015-04-24 08:55+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Interlingua <ia@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "ia" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Indonesian translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Indonesian <id@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "id-ID,id,en,*" diff --git a/po/is.po b/po/is.po new file mode 100644 index 0000000..50a98cf --- /dev/null +++ b/po/is.po @@ -0,0 +1,34 @@ +# Icelandic translation for oxide-qt +# Copyright (c) 2016 Rosetta Contributors and Canonical Ltd 2016 +# This file is distributed under the same license as the oxide-qt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2016. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide-qt\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2016-01-03 13:04+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Icelandic <is@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Italian translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Italian <it@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "it-IT,it,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Japanese translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Japanese <ja@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "ja,en,*" diff --git a/po/km.po b/po/km.po new file mode 100644 index 0000000..92ee3c2 --- /dev/null +++ b/po/km.po @@ -0,0 +1,34 @@ +# Khmer translation for oxide-qt +# Copyright (c) 2016 Rosetta Contributors and Canonical Ltd 2016 +# This file is distributed under the same license as the oxide-qt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2016. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide-qt\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2016-04-17 15:25+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Khmer <km@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "km,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Kannada translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Kannada <kn@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "kn-IN,kn,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Korean translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Korean <ko@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "ko-KR,ko,en,*" diff --git a/po/ku.po b/po/ku.po new file mode 100644 index 0000000..aa34f5e --- /dev/null +++ b/po/ku.po @@ -0,0 +1,34 @@ +# Kurdish translation for oxide-qt +# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 +# This file is distributed under the same license as the oxide-qt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2015. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide-qt\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2015-07-26 21:16+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Kurdish <ku@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "ku-KU,ku,en*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Lithuanian translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Lithuanian <lt@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "lt,en-US,en,ru,pl,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Latvian translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Latvian <lv@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "lv-LV,lv,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Malayalam translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Malayalam <ml@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "ml-IN,ml,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Marathi translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Marathi <mr@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "mr-IN,mr,hi-IN,hi,en,*" diff --git a/po/ms.po b/po/ms.po new file mode 100644 index 0000000..5f25215 --- /dev/null +++ b/po/ms.po @@ -0,0 +1,34 @@ +# Malay translation for oxide-qt +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide-qt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide-qt\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-11 10:27+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Malay <ms@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Norwegian Bokmal translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Norwegian Bokmal <nb@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "nb-NO,nb,no,nn,en,*" diff --git a/po/ne.po b/po/ne.po new file mode 100644 index 0000000..e92c9ef --- /dev/null +++ b/po/ne.po @@ -0,0 +1,34 @@ +# Nepali translation for oxide-qt +# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 +# This file is distributed under the same license as the oxide-qt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2015. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide-qt\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2015-11-05 04:20+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Nepali <ne@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Dutch translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Dutch <nl@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "nl-NL,nl,en,*" diff --git a/po/oc.po b/po/oc.po new file mode 100644 index 0000000..4bd17e1 --- /dev/null +++ b/po/oc.po @@ -0,0 +1,34 @@ +# Occitan (post 1500) translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Occitan (post 1500) <oc@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "" diff --git a/po/oxide-qt.pot b/po/oxide-qt.pot index bee8143..60df454 100644 --- a/po/oxide-qt.pot +++ b/po/oxide-qt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: oxide-qt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"POT-Creation-Date: 2016-07-13 11:23+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" @@ -29,6 +29,10 @@ msgstr "" msgid "Front camera" msgstr "" -#: shared/browser/oxide_user_agent_settings.cc:100 +#. TRANSLATORS: AcceptLanguage is a special token that should not be +#. translated as such. The expected value is a comma-separated list of +#. language codes in order of decreasing preference (e.g. "es-ES,es,en,*"). +#. See https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4. +#: shared/browser/oxide_user_agent_settings.cc:104 msgid "AcceptLanguage" msgstr "" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Polish translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Polish <pl@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "pl-PL,pl,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Portuguese translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Portuguese <pt@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "pt-PT,pt,en,*" diff --git a/po/pt_BR.po b/po/pt_BR.po index 3f60265..12ff46b 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Brazilian Portuguese translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "pt-BR,pt,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Romanian translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Romanian <ro@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "ro-RO,ro,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Russian translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Russian <ru@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "ru-RU,ru,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Slovak translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Slovak <sk@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "sk-SK,sk,cs,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Slovenian translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Slovenian <sl@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "sl-SI,sl,en,*" diff --git a/po/sq.po b/po/sq.po new file mode 100644 index 0000000..0cf8806 --- /dev/null +++ b/po/sq.po @@ -0,0 +1,34 @@ +# Albanian translation for oxide-qt +# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 +# This file is distributed under the same license as the oxide-qt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2015. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide-qt\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2015-04-20 19:17+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Albanian <sq@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "PranoGjuhën" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Serbian translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Serbian <sr@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "sr-RS,sr,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Swedish translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Swedish <sv@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "sv-SE,sv,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Swahili translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Swahili <sw@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "sw,en-GB,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Tamil translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Tamil <ta@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "ta-IN,ta,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Telugu translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Telugu <te@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "te-IN,te,hi-IN,hi,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Thai translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Thai <th@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "th-TH,th,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Turkish translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Turkish <tr@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "tr-TR,tr,en,*" diff --git a/po/ug.po b/po/ug.po new file mode 100644 index 0000000..825ca82 --- /dev/null +++ b/po/ug.po @@ -0,0 +1,34 @@ +# Uyghur translation for oxide-qt +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide-qt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide-qt\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-11-26 07:00+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Uyghur <ug@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "ug,en,tr,tr-TR,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Ukrainian translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\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" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-16 08:30+0000\n" +"Last-Translator: Yuri Chornoivan <yurchor@gmail.com>\n" +"Language-Team: Ukrainian <uk@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" -msgstr "uk-UA,uk,ru,en,*" +msgstr "uk-UA,uk,en,*" @@ -1,22 +1,34 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Canonical Ltd. -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Vietnamese translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: oxide-qt\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-13 14:45-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-10-10 07:30+0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"Language-Team: Vietnamese <vi@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" -#: shared/browser/oxide_browser_context.cc:204 +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 msgid "AcceptLanguage" msgstr "vi-VN,vi,fr-FR,fr,en,*" diff --git a/po/zh_CN.po b/po/zh_CN.po new file mode 100644 index 0000000..6688eca --- /dev/null +++ b/po/zh_CN.po @@ -0,0 +1,34 @@ +# Chinese (Simplified) translation for oxide +# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2015. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2015-03-19 14:31+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Chinese (Simplified) <zh_CN@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "" diff --git a/po/zh_HK.po b/po/zh_HK.po new file mode 100644 index 0000000..092dea9 --- /dev/null +++ b/po/zh_HK.po @@ -0,0 +1,34 @@ +# Chinese (Hong Kong) translation for oxide-qt +# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 +# This file is distributed under the same license as the oxide-qt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2015. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide-qt\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2015-08-13 18:11+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Chinese (Hong Kong) <zh_HK@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "zh-HK,zh,en,*" diff --git a/po/zh_TW.po b/po/zh_TW.po new file mode 100644 index 0000000..f5d717a --- /dev/null +++ b/po/zh_TW.po @@ -0,0 +1,34 @@ +# Chinese (Traditional) translation for oxide-qt +# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015 +# This file is distributed under the same license as the oxide-qt package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2015. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide-qt\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2015-08-13 18:11+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Chinese (Traditional) <zh_TW@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "zh-TW,zh,en,*" diff --git a/po/zun.po b/po/zun.po new file mode 100644 index 0000000..373db01 --- /dev/null +++ b/po/zun.po @@ -0,0 +1,34 @@ +# Zuni translation for oxide +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the oxide package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: oxide\n" +"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" +"POT-Creation-Date: 2016-04-28 17:50+0200\n" +"PO-Revision-Date: 2014-11-17 00:00+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Zuni <zun@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2016-07-13 08:56+0000\n" +"X-Generator: Launchpad (build 18115)\n" + +#: qt/quick/oxide_qquick_before_unload_dialog.cc:58 +msgid "Changes you made may not be saved." +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:51 +msgid "Rear camera" +msgstr "" + +#: shared/browser/media/oxide_video_capture_device_factory_linux.cc:53 +msgid "Front camera" +msgstr "" + +#: shared/browser/oxide_user_agent_settings.cc:100 +msgid "AcceptLanguage" +msgstr "" diff --git a/shared/browser/oxide_user_agent_settings.cc b/shared/browser/oxide_user_agent_settings.cc index 0ec094f..6b9b602 100644 --- a/shared/browser/oxide_user_agent_settings.cc +++ b/shared/browser/oxide_user_agent_settings.cc @@ -97,10 +97,14 @@ void UserAgentSettingsIOData::SetUserAgentOverrides( UserAgentSettingsIOData::UserAgentSettingsIOData(BrowserContextIOData* context) : context_(context) { - accept_langs_ = dgettext(OXIDE_GETTEXT_DOMAIN, "AcceptLanguage"); - if (accept_langs_ == "AcceptLanguage") { - accept_langs_ = kDefaultAcceptLanguage; - } + // TRANSLATORS: AcceptLanguage is a special token that should not be + // translated as such. The expected value is a comma-separated list of + // language codes in order of decreasing preference (e.g. "es-ES,es,en,*"). + // See https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4. + accept_langs_ = dgettext(OXIDE_GETTEXT_DOMAIN, "AcceptLanguage"); + if (accept_langs_ == "AcceptLanguage") { + accept_langs_ = kDefaultAcceptLanguage; + } } UserAgentSettingsIOData::~UserAgentSettingsIOData() {} |
