Patch #27989
closedChange Galician translation for "Underline" and "Wiki link" (jstoolbar-gl.js)
Description
One sentence translated and two more changed.
Files
Related issues
Updated by Go MAEDA almost 7 years ago
- Status changed from New to Needs feedback
Could you tell me the reason for changing the translation for "Link" from "Enlace" to "Ligazón"?
According to Google translate, both two words means "link". Unfortunately, I don't understand Galician language so I cannot understand the difference between "Enlace" and "Ligazón".
Updated by Guillermo ML almost 7 years ago
both words exist in galician, and are similar:
but for direct translation of "link" only ligazón is correct. In fact, ligazón is used in galician locale's file (only ligazón appears)
Enlace is the correct word in spanish.
Updated by Go MAEDA almost 7 years ago
- Status changed from Needs feedback to New
Thank you for clarifying that. I have understood that the change is appropriate.
Updated by Go MAEDA almost 7 years ago
- Copied to Patch #27994: Galician translation update (jstoolbar-gl.js) added
Updated by Go MAEDA almost 7 years ago
- Subject changed from Galician translation (jstoolbar-gl.js) to Change Galician translation for "Underline" and "Wiki link" (jstoolbar-gl.js)
- Target version set to 4.0.0
I have created #27994 for translation update of "Highlighted code". The following patch only contains translation changes.
Index: public/javascripts/jstoolbar/lang/jstoolbar-gl.js
===================================================================
--- public/javascripts/jstoolbar/lang/jstoolbar-gl.js (revision 17176)
+++ public/javascripts/jstoolbar/lang/jstoolbar-gl.js (working copy)
@@ -1,7 +1,7 @@
jsToolBar.strings = {};
jsToolBar.strings['Strong'] = 'Negriña';
jsToolBar.strings['Italic'] = 'Itálica';
-jsToolBar.strings['Underline'] = 'Suliñado';
+jsToolBar.strings['Underline'] = 'Subliñado';
jsToolBar.strings['Deleted'] = 'Tachado';
jsToolBar.strings['Code'] = 'Código fonte';
jsToolBar.strings['Heading 1'] = 'Encabezado 1';
@@ -13,5 +13,5 @@
jsToolBar.strings['Quote'] = 'Citar';
jsToolBar.strings['Unquote'] = 'Quitar cita';
jsToolBar.strings['Preformatted text'] = 'Texto con formato';
-jsToolBar.strings['Wiki link'] = 'Enlace a páxina Wiki';
+jsToolBar.strings['Wiki link'] = 'Ligazón a páxina Wiki';
jsToolBar.strings['Image'] = 'Imaxe';
Updated by Go MAEDA almost 7 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed. Thank you for improving Redmine.
Updated by Toshi MARUYAMA almost 7 years ago
- Related to Patch #27992: Galician translation update added