Browsing English (Australia) translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and English (Australia) guidelines.
716 of 1157 results
7.
Move selected lines down.
Move selected lines down.
Translated and reviewed by Joel Pickett
Located in script/data/utils.js:302
8.
Move selected lines up.
Move selected lines up.
Translated and reviewed by Joel Pickett
Located in script/data/utils.js:304
9.
Remove duplicate lines from the selected text or whole document.
Remove duplicate lines from the selected text or whole document.
Translated and reviewed by Joel Pickett
Located in script/data/utils.js:306
10.
Sort the selected text or whole document in natural order.<br>Here is an example to show the difference to the normal sort method:<br>sort(a10, a1, a2) => a1, a10, a2<br>natsort(a10, a1, a2) => a1, a2, a10
Sort the selected text or whole document in natural order.<br>Here is an example to show the difference to the normal sort method:<br>sort(a10, a1, a2) => a1, a10, a2<br>natsort(a10, a1, a2) => a1, a2, a10
Translated and reviewed by Joel Pickett
Located in script/data/utils.js:308
11.
Trims trailing whitespace from selection or whole document.
Trims trailing whitespace from selection or whole document.
Translated and reviewed by Joel Pickett
Located in script/data/utils.js:310
12.
Trims leading whitespace from selection or whole document.
Trims leading whitespace from selection or whole document.
Translated and reviewed by Joel Pickett
Located in script/data/utils.js:312
13.
Trims leading and trailing whitespace from selection or whole document.
Trims leading and trailing whitespace from selection or whole document.
Translated and reviewed by Joel Pickett
Located in script/data/utils.js:314
14.
Joins selected lines or whole document. Optionally pass a separator to put between each line:<br><code>join ', '</code> will e.g. join lines and separate them by a comma.
Joins selected lines or whole document. Optionally pass a separator to put between each line:<br><code>join ', '</code> will e.g. join lines and separate them by a comma.
Translated and reviewed by Joel Pickett
Located in script/data/utils.js:316
15.
Removes empty lines from selection or whole document.
Removes empty lines from selection or whole document.
Translated and reviewed by Joel Pickett
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>
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>
Translated and reviewed by Joel Pickett
Located in script/data/utils.js:322
716 of 1157 results

This translation is managed by Ubuntu English (Australia) Translators, assigned by Ubuntu Translators.

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

Contributors to this translation: Joel Addison, Joel Pickett.