update: make strings translatable

This commit is contained in:
Hans-Christoph Steiner 2017-10-19 20:52:15 +02:00
parent d4865ec038
commit 927104a4e3
18 changed files with 2900 additions and 161 deletions

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2017-10-17 17:48+0200\n"
"POT-Creation-Date: 2017-10-19 20:52+0200\n"
"PO-Revision-Date: 2017-10-01 01:48+0000\n"
"Last-Translator: who cares? <facevedo@disroot.org>\n"
"Language-Team: Spanish (Argentina) <https://hosted.weblate.org/projects/f-"
@ -24,6 +24,16 @@ msgstr ""
msgid "\"%s/\" has no matching metadata file!"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "\"{path}\" contains outdated {name} ({version})"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "\"{path}\" contains recent {name} ({version})"
msgstr ""
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
#, python-format
msgid "%(option)s option requires %(number)d argument"
@ -60,19 +70,19 @@ msgstr ""
msgid "%s option does not take a value"
msgstr ""
#: ../fdroidserver/index.py
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keypass' not found in config.py!"
msgstr ""
#: ../fdroidserver/index.py
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystore' not found in config.py!"
msgstr ""
#: ../fdroidserver/index.py
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr ""
#: ../fdroidserver/index.py
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr ""
@ -135,6 +145,11 @@ msgstr "Agregar una aplicación nueva desde su código fuente"
msgid "Add gpg signatures for packages in repo"
msgstr "Agregar firmas GPG a paquetes en el repositorio"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Adding new repo for only {name}"
msgstr ""
#: ../fdroidserver/init.py
msgid "Alias of the repo signing key in the keystore"
msgstr "Alias de la llave de firmado del repositorio en el almacén de llaves"
@ -175,6 +190,10 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/update.py
msgid "AndroidManifest.xml has no date"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "App is in '{repo}' but has a link to {url}"
@ -184,6 +203,11 @@ msgstr ""
msgid "Appending .git is not necessary"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Archiving {apkfilename} with invalid signature!"
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "Branch '{branch}' used as commit in build '{versionName}'"
@ -238,6 +262,13 @@ msgstr ""
msgid "Check for updates to applications"
msgstr "Buscar actualizaciones de las aplicaciones"
#: ../fdroidserver/update.py
#, python-brace-format
msgid ""
"Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, "
"archapks:{arch}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
msgstr "Limpiar luego de que todos los escaneos hayan terminado"
@ -276,6 +307,15 @@ msgstr "Cometer cambios"
msgid "Could not find '{command}' on your system"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
#: ../fdroidserver/import.py
msgid "Couldn't find latest version code"
msgstr ""
@ -288,6 +328,10 @@ msgstr ""
msgid "Couldn't find package ID"
msgstr ""
#: ../fdroidserver/update.py
msgid "Cowardily refusing to overwrite existing signing key setup!"
msgstr ""
#: ../fdroidserver/update.py
#, fuzzy
msgid "Create a repo signing key in a keystore"
@ -332,6 +376,11 @@ msgstr ""
msgid "Delete APKs and/or OBBs without metadata from the repo"
msgstr "Borrar archivos APK y/o OBBs sin metadatos del repositorio"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Deleting unknown file: {path}"
msgstr ""
#: ../fdroidserver/lint.py
#, python-format
msgid "Description '%s' is just the app's summary"
@ -420,6 +469,16 @@ msgstr ""
msgid "Failed fetching signatures for '{apkfilename}': {error}"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed reading {path}: {error}"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed resizing {path}: {error}"
msgstr ""
#: ../fdroidserver/publish.py
#, fuzzy
msgid "Failed to align application"
@ -434,6 +493,16 @@ msgstr ""
msgid "Failed to get APK manifest information"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get apk information, deleting {path}"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Failed to get apk information, skipping {path}"
msgstr ""
#: ../fdroidserver/install.py
#, python-brace-format
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
@ -480,6 +549,11 @@ msgstr ""
msgid "Found multiple signing certificates for repository."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Found multiple signing certificates in {path}"
msgstr ""
#: ../fdroidserver/index.py
msgid "Found no signing certificates for repository."
msgstr ""
@ -489,6 +563,11 @@ msgstr ""
msgid "Found non-file at %s"
msgstr ""
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Generated skeleton metadata for {appid}"
msgstr "Crear plantilla de metadatos de los archivos faltantes"
#: ../fdroidserver/common.py
#, python-format
msgid "Git checkout of '%s' failed"
@ -522,6 +601,11 @@ msgstr ""
msgid "Ignoring package without metadata: "
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Ignoring stale cache data for {apkfilename}"
msgstr ""
#: ../fdroidserver/rewritemeta.py
#, python-brace-format
msgid "Ignoring {ext} file at '{path}'"
@ -562,6 +646,10 @@ msgid "Interactively ask about things that need updating."
msgstr ""
"Preguntar de forma interactiva sobre las cosas necesarias a actualizar."
#: ../fdroidserver/update.py
msgid "Invalid APK"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Invalid bulleted list"
msgstr ""
@ -586,7 +674,7 @@ msgstr ""
msgid "Invalid package name {0}"
msgstr ""
#: ../fdroidserver/publish.py
#: ../fdroidserver/publish.py ../fdroidserver/update.py
msgid "Java JDK not found! Install in standard location or set java_paths!"
msgstr ""
@ -685,6 +773,11 @@ msgstr ""
msgid "No signed output directory - nothing to do"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#, python-format
msgid "No such package: %s"
@ -708,6 +801,19 @@ msgstr ""
msgid "Nothing to do for {appid}."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "OBB file has newer versionCode({integer}) than any APK:"
msgstr ""
#: ../fdroidserver/update.py
msgid "OBB filename must start with \"main.\" or \"patch.\":"
msgstr ""
#: ../fdroidserver/update.py
msgid "OBB's packagename does not match a supported APK:"
msgstr ""
#: ../fdroidserver/checkupdates.py
msgid "Only print differences with the Play Store"
msgstr "Solo mostrar las diferencias con el Plays Store"
@ -832,6 +938,11 @@ msgid ""
"'{apkfilename}'"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Reading {apkfilename} from cache"
msgstr ""
#: ../fdroidserver/stats.py
#, fuzzy
msgid ""
@ -936,6 +1047,16 @@ msgstr "Saltear el escaneo de binarios y otros problemas en el código fuente"
msgid "Skipping '{apkfilename}' with invalid signature!"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Skipping index generation for {appid}"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Skipping {apkfilename} with invalid signature!"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "Skipping {appid}: disabled"
@ -965,6 +1086,11 @@ msgstr "Especificar el editor a usar en modo interactivo. Por defecto %s"
msgid "Specify editor to use in interactive mode. Default %s"
msgstr "Especificar el editor a usar en modo interactivo. Por defecto %s"
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "Specify editor to use in interactive mode. Default is {path}"
msgstr "Especificar el editor a usar en modo interactivo. Por defecto %s"
#: ../fdroidserver/build.py
msgid "Specify that we're running on the build server"
msgstr ""
@ -991,6 +1117,11 @@ msgstr ""
"Modo prueba - pone la salida solo en el directorio temporal, y siempre "
"construye, incluso cuando la salida ya exista."
#: ../fdroidserver/update.py
#, python-brace-format
msgid "The OBB version code must come after \"{name}.\":"
msgstr ""
#: ../fdroidserver/btlog.py
msgid "The base URL for the repo to log (default: https://f-droid.org)"
msgstr ""
@ -1116,6 +1247,10 @@ msgstr ""
msgid "Use /HEAD instead of /master to point at a file in the default branch"
msgstr ""
#: ../fdroidserver/update.py
msgid "Use `fdroid update -c` to create it."
msgstr ""
#: ../fdroidserver/build.py
msgid "Use build server"
msgstr "Usar servidor de construccion"
@ -1241,6 +1376,11 @@ msgid_plural "conflicting option strings: %s"
msgstr[0] ""
msgstr[1] ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "deleting: repo/{apkfilename}"
msgstr ""
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#, python-format
msgid "dest= is required for options like %r"
@ -1265,6 +1405,11 @@ msgstr ""
msgid "expected one argument"
msgstr ""
#: ../fdroid
#, fuzzy
msgid "fdroid [-h|--help|--version] <command> [<args>]"
msgstr "uso: fdroid [-h|--help|--version] <comando> [<args>]"
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
msgid "floating-point"
msgstr ""
@ -1437,6 +1582,11 @@ msgstr ""
msgid "signed APK, either a file-path or HTTPS URL."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "skipping source tarball: {path}"
msgstr ""
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#, python-format
msgid "the following arguments are required: %s"
@ -1462,7 +1612,7 @@ msgstr ""
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
msgstr ""
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
msgid "usage: "
msgstr ""
@ -1482,11 +1632,31 @@ msgid_plural "{0} apps, {1} key aliases"
msgstr[0] ""
msgstr[1] ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{apkfilename} ({appid}) has no metadata!"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{appid} does not have a name! Using package name instead."
msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{path} is zero size!"
msgstr ""
#: ../fdroidserver/build.py
msgid "{} build failed"
msgid_plural "{} builds failed"