Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
android-components
Commits
c8b03a1f
Commit
c8b03a1f
authored
Jul 15, 2019
by
Axel Hecht
Committed by
Sebastian Kaspari
Jul 16, 2019
Browse files
Import strings from android-l10n
State: mozilla-l10n/android-l10n@64a8eca673475543a4c976ce952c7421882965fb
parent
12ffeba2
Changes
7
Hide whitespace changes
Inline
Side-by-side
components/feature/downloads/src/main/res/values-de/strings.xml
View file @
c8b03a1f
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Name of the "notification channel" used for displaying download notification. See https://developer.android.com/training/notify-user/channels -->
<string
name=
"mozac_feature_downloads_notification_channel"
>
Downloads
</string>
<!-- Text shown on the first row of an ongoing download notification. -->
<string
name=
"mozac_feature_downloads_ongoing_notification_title"
>
Wird heruntergeladen…
</string>
<!-- Text shown on the second row of an ongoing download notification. -->
<string
name=
"mozac_feature_downloads_ongoing_notification_text"
>
Download läuft
</string>
<!-- Alert dialog confirmation before download a file, this is the title. -->
<string
name=
"mozac_feature_downloads_dialog_title"
>
Datei herunterladen
</string>
...
...
components/feature/downloads/src/main/res/values-es/strings.xml
View file @
c8b03a1f
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Name of the "notification channel" used for displaying download notification. See https://developer.android.com/training/notify-user/channels -->
<string
name=
"mozac_feature_downloads_notification_channel"
>
Descargas
</string>
<!-- Text shown on the first row of an ongoing download notification. -->
<string
name=
"mozac_feature_downloads_ongoing_notification_title"
>
Descargando
</string>
<!-- Text shown on the second row of an ongoing download notification. -->
<string
name=
"mozac_feature_downloads_ongoing_notification_text"
>
Descarga en proceso
</string>
<!-- Alert dialog confirmation before download a file, this is the title. -->
<string
name=
"mozac_feature_downloads_dialog_title"
>
Descargar archivo
</string>
...
...
components/feature/downloads/src/main/res/values-fr/strings.xml
View file @
c8b03a1f
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Name of the "notification channel" used for displaying download notification. See https://developer.android.com/training/notify-user/channels -->
<string
name=
"mozac_feature_downloads_notification_channel"
>
Téléchargements
</string>
<!-- Text shown on the first row of an ongoing download notification. -->
<string
name=
"mozac_feature_downloads_ongoing_notification_title"
>
Téléchargement…
</string>
<!-- Text shown on the second row of an ongoing download notification. -->
<string
name=
"mozac_feature_downloads_ongoing_notification_text"
>
Téléchargement en cours
</string>
<!-- Alert dialog confirmation before download a file, this is the title. -->
<string
name=
"mozac_feature_downloads_dialog_title"
>
Télécharger le fichier
</string>
...
...
components/feature/downloads/src/main/res/values-it/strings.xml
View file @
c8b03a1f
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Name of the "notification channel" used for displaying download notification. See https://developer.android.com/training/notify-user/channels -->
<string
name=
"mozac_feature_downloads_notification_channel"
>
Download
</string>
<!-- Text shown on the first row of an ongoing download notification. -->
<string
name=
"mozac_feature_downloads_ongoing_notification_title"
>
Download…
</string>
<!-- Text shown on the second row of an ongoing download notification. -->
<string
name=
"mozac_feature_downloads_ongoing_notification_text"
>
Download in corso
</string>
<!-- Alert dialog confirmation before download a file, this is the title. -->
<string
name=
"mozac_feature_downloads_dialog_title"
>
Download file
</string>
<!-- Alert dialog confirmation before download a file, this is the positive action. -->
...
...
components/feature/downloads/src/main/res/values-ru/strings.xml
View file @
c8b03a1f
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Name of the "notification channel" used for displaying download notification. See https://developer.android.com/training/notify-user/channels -->
<string
name=
"mozac_feature_downloads_notification_channel"
>
Загрузки
</string>
<!-- Text shown on the first row of an ongoing download notification. -->
<string
name=
"mozac_feature_downloads_ongoing_notification_title"
>
Загрузка
</string>
<!-- Text shown on the second row of an ongoing download notification. -->
<string
name=
"mozac_feature_downloads_ongoing_notification_text"
>
Идёт загрузка
</string>
<!-- Alert dialog confirmation before download a file, this is the title. -->
<string
name=
"mozac_feature_downloads_dialog_title"
>
Загрузить файл
</string>
<!-- Alert dialog confirmation before download a file, this is the positive action. -->
...
...
components/feature/downloads/src/main/res/values-zh-rCN/strings.xml
View file @
c8b03a1f
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Name of the "notification channel" used for displaying download notification. See https://developer.android.com/training/notify-user/channels -->
<string
name=
"mozac_feature_downloads_notification_channel"
>
下载项
</string>
<!-- Text shown on the first row of an ongoing download notification. -->
<string
name=
"mozac_feature_downloads_ongoing_notification_title"
>
正在下载
</string>
<!-- Text shown on the second row of an ongoing download notification. -->
<string
name=
"mozac_feature_downloads_ongoing_notification_text"
>
正在下载中
</string>
<!-- Alert dialog confirmation before download a file, this is the title. -->
<string
name=
"mozac_feature_downloads_dialog_title"
>
下载文件
</string>
...
...
components/feature/downloads/src/main/res/values-zh-rTW/strings.xml
View file @
c8b03a1f
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Name of the "notification channel" used for displaying download notification. See https://developer.android.com/training/notify-user/channels -->
<string
name=
"mozac_feature_downloads_notification_channel"
>
下載項目
</string>
<!-- Text shown on the first row of an ongoing download notification. -->
<string
name=
"mozac_feature_downloads_ongoing_notification_title"
>
下載中
</string>
<!-- Text shown on the second row of an ongoing download notification. -->
<string
name=
"mozac_feature_downloads_ongoing_notification_text"
>
正在下載中
</string>
<!-- Alert dialog confirmation before download a file, this is the title. -->
<string
name=
"mozac_feature_downloads_dialog_title"
>
下載檔案
</string>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment