Browsing Walloon translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions.
1524 of 1157 results
15.
Removes empty lines from selection or whole document.
(no translation yet)
Located in script/data/utils.js:318
16.
Given a JavaScript function as argument, call that for the list of (selected) lines and replace them with the return value of that callback.<br>Example (join selected lines):<br><code>each 'function(lines){return lines.join(", ");}'</code><br>To save you some typing, you can also do this to achieve the same:<br><code>each 'lines.join(", ")'</code>
(no translation yet)
Located in script/data/utils.js:322
17.
Given a JavaScript function as argument, call that for the list of (selected) lines and remove those where the callback returns false.<br>Example (see also <code>rmblank</code>):<br><code>filter 'function(l){return l.length > 0;}'</code><br>To save you some typing, you can also do this to achieve the same:<br><code>filter 'line.length > 0'</code>
(no translation yet)
Located in script/data/utils.js:324
18.
Given a JavaScript function as argument, call that for the list of (selected) lines and replace the line with the return value of the callback.<br>Example (see also <code>ltrim</code>):<br><code>map 'function(line){return line.replace(/^\s+/, "");}'</code><br>To save you some typing, you can also do this to achieve the same:<br><code>map 'line.replace(/^\s+/, "")'</code>
(no translation yet)
Located in script/data/utils.js:326
19.
Duplicates the selected lines up.
(no translation yet)
Located in script/data/utils.js:328
20.
Duplicates the selected lines down.
(no translation yet)
Located in script/data/utils.js:330
21.
Unable to find '%1'
(no translation yet)
Located in script/katescript.cpp:93
22.
Error loading script %1
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
Aroke tot tcherdjant li scripe %1
Translated by Jean Cayron
Located in script/katescript.cpp:275
23.
Error loading script %1
Aroke tot tcherdjant li scripe %1
Translated by Jean Cayron
Located in script/katescript.cpp:276
24.
Error: can't open utils.js
(no translation yet)
Located in script/katescriptconsole.cpp:61
1524 of 1157 results

This translation is managed by translation group ubuntu-translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Jean Cayron.