diff options
Diffstat (limited to '')
3 files changed, 167 insertions, 0 deletions
diff --git a/l10n-an/suite/chrome/common/downloads/downloadmanager.dtd b/l10n-an/suite/chrome/common/downloads/downloadmanager.dtd new file mode 100644 index 0000000000..f135348a8a --- /dev/null +++ b/l10n-an/suite/chrome/common/downloads/downloadmanager.dtd @@ -0,0 +1,90 @@ +<!-- 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/. --> + +<!ENTITY downloadManager.title "Administrador de descargas"> + +<!ENTITY menuBar.tooltip "Barra de menú"> +<!ENTITY searchBar.tooltip "Barra de busca"> + +<!ENTITY search.placeholder "Buscar en las descargas"> +<!ENTITY search.label "Buscar en las descargas"> +<!ENTITY search.accesskey "B"> +<!ENTITY search.key "f"> + +<!ENTITY cmd.clearList.label "Limpiar lista"> +<!ENTITY cmd.clearList.tooltip "Eimina las descargas completadas, canceladas y fallidas d'a lista"> +<!ENTITY cmd.clearList.accesskey "L"> + +<!ENTITY col.name.label "Nombre"> +<!ENTITY col.name.accesskey "N"> +<!ENTITY col.name.tooltip "Nombre de fichero"> +<!ENTITY col.status.label "Estau"> +<!ENTITY col.status.accesskey "E"> +<!ENTITY col.status.tooltip "Estau"> +<!ENTITY col.actionPlay.label "Pausar/Reanudar/Reintentar"> +<!ENTITY col.actionPlay.accesskey "P"> +<!ENTITY col.actionPlay.tooltip "Pausar/Reanudar/Reintentar"> +<!ENTITY col.actionStop.label "Cancelar/Eliminar"> +<!ENTITY col.actionStop.accesskey "C"> +<!ENTITY col.actionStop.tooltip "Cancelar/Eliminar"> +<!ENTITY col.progress.label "Progrechus"> +<!ENTITY col.progress.accesskey "c"> +<!ENTITY col.progress.tooltip "Progreso"> +<!ENTITY col.timeremaining.label "Tiempo restdebant de"> +<!ENTITY col.timeremaining.accesskey "d"> +<!ENTITY col.timeremaining.tooltip "Tiempo restante"> +<!ENTITY col.transferred.label "Transferido"> +<!ENTITY col.transferred.accesskey "d"> +<!ENTITY col.transferred.tooltip "Transferiu"> +<!ENTITY col.transferrate.label "Velocidat"> +<!ENTITY col.transferrate.accesskey "V"> +<!ENTITY col.transferrate.tooltip "Velocidat"> +<!ENTITY col.timeelapsed.label "Tiempo transcorriu"> +<!ENTITY col.timeelapsed.accesskey "T"> +<!ENTITY col.timeelapsed.tooltip "Tiempo transcorriu"> +<!ENTITY col.starttime.label "Hora de encieto"> +<!ENTITY col.starttime.accesskey "e"> +<!ENTITY col.starttime.tooltip "Hora d'encieto"> +<!ENTITY col.endtime.label "Hora de finalización"> +<!ENTITY col.endtime.accesskey "H"> +<!ENTITY col.endtime.tooltip "Hora de finalización"> +<!ENTITY col.progresstext.label "%"> +<!ENTITY col.progresstext.accesskey "%"> +<!ENTITY col.progresstext.tooltip "Progress (%)"> +<!ENTITY col.source.label "Orichen"> +<!ENTITY col.source.accesskey "O"> +<!ENTITY col.source.tooltip "Orichen"> + +<!ENTITY view.columns.label "Amostrar columnas"> +<!ENTITY view.columns.accesskey "A"> +<!ENTITY view.sortBy.label "Ordinar por"> +<!ENTITY view.sortBy.accesskey "O"> + +<!ENTITY view.unsorted.label "Sin ordinar"> +<!ENTITY view.unsorted.accesskey "S"> +<!ENTITY view.sortAscending.label "Ordenación A Z. >"> +<!ENTITY view.sortAscending.accesskey "A"> +<!ENTITY view.sortDescending.label "Ordinar Z > A"> +<!ENTITY view.sortDescending.accesskey "Z"> + +<!ENTITY cmd.pause.label "Pausar"> +<!ENTITY cmd.pause.accesskey "P"> +<!ENTITY cmd.resume.label "Reanudar"> +<!ENTITY cmd.resume.accesskey "R"> +<!ENTITY cmd.retry.label "Reintentar"> +<!ENTITY cmd.retry.accesskey "n"> +<!ENTITY cmd.cancel.label "Cancelar"> +<!ENTITY cmd.cancel.accesskey "C"> +<!ENTITY cmd.remove.label "Eliminar d'a lista"> +<!ENTITY cmd.remove.accesskey "E"> +<!ENTITY cmd.open.label "Ubrir"> +<!ENTITY cmd.open.accesskey "U"> +<!ENTITY cmd.show.label "Abrir carpeta contenedora"> +<!ENTITY cmd.show.accesskey "b"> +<!ENTITY cmd.goToDownloadPage.label "Ir a la pachina de la descarga"> +<!ENTITY cmd.goToDownloadPage.accesskey "I"> +<!ENTITY cmd.copyDownloadLink.label "Copiar vinclo de la descarga"> +<!ENTITY cmd.copyDownloadLink.accesskey "d"> +<!ENTITY cmd.properties.label "Propiedades…"> +<!ENTITY cmd.properties.accesskey "o"> diff --git a/l10n-an/suite/chrome/common/downloads/downloadmanager.properties b/l10n-an/suite/chrome/common/downloads/downloadmanager.properties new file mode 100644 index 0000000000..574fdffbe0 --- /dev/null +++ b/l10n-an/suite/chrome/common/downloads/downloadmanager.properties @@ -0,0 +1,57 @@ +# 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/. + +fileExecutableSecurityWarning="%S" is an executable file. Executable files may contain viruses or other malicious code that could harm your computer. Use caution when opening this file. Are you sure you want to launch "%S"? +fileExecutableSecurityWarningTitle=Open Executable File? +fileExecutableSecurityWarningDontAsk=Don't ask me this again + +# LOCALIZATION NOTE (downloadsTitleFiles, downloadsTitlePercent): Semi-colon list of +# plural forms. See: http://developer.mozilla.org/en/Localization_and_Plurals +# %1$S number of files; %2$S overall download percent (only for downloadsTitlePercent) +# %% will appear as a single % sign, so %2$S%% is the percent number plus the % sign +# examples: 2% of 1 file - Download Manager; 22% of 11 files - Download Manager +downloadsTitleFiles=%1$S file - Download Manager;%1$S files - Download Manager +downloadsTitlePercent=%2$S%% of %1$S file - Download Manager;%2$S%% of %1$S files - Download Manager + +# LOCALIZATION NOTE (progressTitle): +# %1$S is the file name, %2$S is the download state +# examples: coolvideo.ogg - Finished; seamonkey-nightly.zip - Paused +progressTitle=%1$S - %2$S +# LOCALIZATION NOTE (progressTitlePercent): +# %1$S is download percent, %2$S is the file name, %3$S is the download state +# %% will appear as a single % sign, so %1$S%% is the percent number plus the % sign +# examples: 42% of coolvideo.ogg - Paused; 98% of seamonkey-nightly.zip - Downloading +progressTitlePercent=%1$S%% of %2$S - %3$S + +# LOCALIZATION NOTE (percentFormat): %1$S is download percent +# %% will appear as a single % sign, so %1$S%% is the percent number plus the % sign +percentFormat=%1$S%% + +# LOCALIZATION NOTE (speedFormat): +# %1$S rate number; %2$S rate unit +# units are taken from toolkit's downloads.properties +# example: 2.2 MB/sec +speedFormat=%1$S %2$S/s + +# LOCALIZATION NOTE (timeSingle): %1$S time number; %2$S time unit +# example: 1 minute; 11 hours +timeSingle=%1$S %2$S +# LOCALIZATION NOTE (timeDouble): +# %1$S time number; %2$S time unit; %3$S time sub number; %4$S time sub unit +# example: 11 hours, 2 minutes; 1 day, 22 hours +timeDouble=%1$S %2$S, %3$S %4$S + +# LOCALIZATION NOTE (sizeSpeed): +# %1$S is transfer progress; %2$S download speed +# example: 1.1 of 11.1 GB (2.2 MB/sec) +sizeSpeed=%1$S (%2$S) + +# LOCALIZATION NOTE (statusActive): — is the "em dash" (long dash) +# %1$S download status; %2$S time remaining +# example: Paused — 11 hours, 2 minutes remaining +statusActive=%1$S — %2$S + +fromSource=From %S +toTarget=To %S + diff --git a/l10n-an/suite/chrome/common/downloads/progressDialog.dtd b/l10n-an/suite/chrome/common/downloads/progressDialog.dtd new file mode 100644 index 0000000000..5e7996b402 --- /dev/null +++ b/l10n-an/suite/chrome/common/downloads/progressDialog.dtd @@ -0,0 +1,20 @@ +<!-- 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/. --> + +<!ENTITY progress.title "Descarga en progreso…"> +<!ENTITY closeWindow.key "w"> +<!ENTITY cmd.pause.tooltip "Pausar"> +<!ENTITY cmd.resume.tooltip "Reanudar"> +<!ENTITY cmd.retry.tooltip "Reintentar"> +<!ENTITY cmd.cancel.tooltip "Cancelar"> +<!ENTITY cmd.open.label "Ubrir"> +<!ENTITY cmd.open.accesskey "U"> +<!ENTITY cmd.show.label "Abrir carpeta contenedora"> +<!ENTITY cmd.show.accesskey "b"> +<!ENTITY cmd.goToDownloadPage.label "Ir a la pachina de la descarga"> +<!ENTITY cmd.goToDownloadPage.accesskey "I"> +<!ENTITY cmd.copyDownloadLink.label "Copiar vinclo de la descarga"> +<!ENTITY cmd.copyDownloadLink.accesskey "C"> +<!ENTITY closeWhenDone.label "Zarrar ista finestra cuando se complete la descarga."> +<!ENTITY closeWhenDone.accesskey "d"> |