summaryrefslogtreecommitdiffstats
path: root/l10n-ca-valencia/browser/browser/aboutDialog.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-ca-valencia/browser/browser/aboutDialog.ftl')
-rw-r--r--l10n-ca-valencia/browser/browser/aboutDialog.ftl79
1 files changed, 79 insertions, 0 deletions
diff --git a/l10n-ca-valencia/browser/browser/aboutDialog.ftl b/l10n-ca-valencia/browser/browser/aboutDialog.ftl
new file mode 100644
index 0000000000..fa5948455b
--- /dev/null
+++ b/l10n-ca-valencia/browser/browser/aboutDialog.ftl
@@ -0,0 +1,79 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+aboutDialog-title =
+ .title = Quant al { -brand-full-name }
+
+releaseNotes-link = Novetats
+
+update-checkForUpdatesButton =
+ .label = Cerca actualitzacions
+ .accesskey = C
+
+update-updateButton =
+ .label = Reinicia per actualitzar el { -brand-shorter-name }
+ .accesskey = R
+
+update-checkingForUpdates = S'estan cercant actualitzacions…
+
+## Variables:
+## $transfer (string) - Transfer progress.
+
+settings-update-downloading = <img data-l10n-name="icon"/>S'està baixant l'actualització — <label data-l10n-name="download-status">{ $transfer }</label>
+aboutdialog-update-downloading = S'està baixant l'actualització — <label data-l10n-name="download-status">{ $transfer }</label>
+
+##
+
+update-applying = S'està actualitzant…
+
+update-failed = L'actualització ha fallat. <label data-l10n-name="failed-link">Baixeu la darrera versió</label>
+update-failed-main = L'actualització ha fallat. <a data-l10n-name="failed-link-main">Baixeu la darrera versió</a>
+
+update-adminDisabled = L'administrador ha inhabilitat les actualitzacions
+update-noUpdatesFound = El { -brand-short-name } està actualitzat
+update-otherInstanceHandlingUpdates = Una altra instància està actualitzant el { -brand-short-name }
+
+## Variables:
+## $displayUrl (String): URL to page with download instructions. Example: www.mozilla.org/firefox/nightly/
+
+aboutdialog-update-manual-with-link = Hi ha actualitzacions disponibles a <label data-l10n-name="manual-link">{ $displayUrl }</label>
+settings-update-manual-with-link = Hi ha actualitzacions disponibles a <a data-l10n-name="manual-link">{ $displayUrl }</a>
+
+update-unsupported = No podeu actualitzar en este sistema. <label data-l10n-name="unsupported-link">Més informació</label>
+
+update-restarting = S'està reiniciant…
+
+##
+
+# Variables:
+# $channel (String): description of the update channel (e.g. "release", "beta", "nightly" etc.)
+aboutdialog-channel-description = Actualment esteu al canal <label data-l10n-name="current-channel">{ $channel }</label> d'actualitzacions.
+
+warningDesc-version = El { -brand-short-name } és experimental i pot ser inestable.
+
+aboutdialog-help-user = Ajuda del { -brand-product-name }
+aboutdialog-submit-feedback = Envia comentaris
+
+community-exp = <label data-l10n-name="community-exp-mozillaLink">{ -vendor-short-name }</label> és una <label data-l10n-name="community-exp-creditsLink">comunitat global</label> que treballa conjuntament per mantindre el web obert, públic i accessible per a tothom.
+
+community-2 = El { -brand-short-name } està dissenyat per <label data-l10n-name="community-mozillaLink">{ -vendor-short-name }</label>, una <label data-l10n-name="community-creditsLink">comunitat global</label> que treballa conjuntament per mantindre el web obert, públic i accessible per a tothom.
+
+helpus = Voleu ajudar? <label data-l10n-name="helpus-donateLink">Feu una donació</label>, o bé <label data-l10n-name="helpus-getInvolvedLink">col·laboreu-hi!</label>
+
+bottomLinks-license = Informació de la llicència
+bottomLinks-rights = Drets dels usuaris finals
+bottomLinks-privacy = Política de privadesa
+
+# Example of resulting string: 66.0.1 (64-bit)
+# Variables:
+# $version (String): version of Firefox, e.g. 66.0.1
+# $bits (Number): bits of the architecture (32 or 64)
+aboutDialog-version = { $version } ({ $bits } bits)
+
+# Example of resulting string: 66.0a1 (2019-01-16) (64-bit)
+# Variables:
+# $version (String): version of Firefox for Nightly builds, e.g. 66.0a1
+# $isodate (String): date in ISO format, e.g. 2019-01-16
+# $bits (Number): bits of the architecture (32 or 64)
+aboutDialog-version-nightly = { $version } ({ $isodate }) ({ $bits } bits)