Commit b0e3dca5 authored by Clément Fauconnier's avatar Clément Fauconnier

added ua translation + correction on es + edited preferences

parent 84a3ac2a
......@@ -389,6 +389,12 @@ macx {
TRANSLATION_gl.path = "$$RESOURCES_DIR/gl.lproj"
QMAKE_BUNDLE_DATA += TRANSLATION_gl
}
exists(resources/i18n/OpenBoard_ua.qm) {
TRANSLATION_ua.files = resources/i18n/OpenBoard_ua.qm \
resources/i18n/localizable.strings
TRANSLATION_ua.path = "$$RESOURCES_DIR/ua.lproj"
QMAKE_BUNDLE_DATA += TRANSLATION_ua
}
QMAKE_BUNDLE_DATA += UB_ETC \
UB_LIBRARY \
......@@ -459,6 +465,7 @@ TRANSLATIONS = resources/i18n/OpenBoard_en.ts \
resources/i18n/OpenBoard_tr.ts \
resources/i18n/OpenBoard_cs.ts \
resources/i18n/OpenBoard_gl.ts \
resources/i18n/OpenBoard_ua.ts \
resources/i18n/OpenBoard_mg.ts
INSTALLS = UB_ETC \
......
This diff is collapsed.
......@@ -1271,7 +1271,9 @@
<source>The name %1 is allready used.
Keeping this name will replace the document.
Providing a new name will create a new document.</source>
<translation>El nombre %1 ya está en uso. Mantener este nombre reemplazará el documento. Proporcionar un nuevo nombre creará un nuevo documento.</translation>
<translation>El nombre %1 ya está en uso.
Mantener este nombre reemplazará el documento.
Proporcionar un nuevo nombre creará un nuevo documento.</translation>
</message>
</context>
<context>
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment