Browsing Greek translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Greek guidelines.
549558 of 1033 results
549.
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:287
550.
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:289
551.
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:291
552.
Duplicates the selected lines up.
Δημιουργία αντιγράφων πάνω από τις επιλεγμένες σειρές.
Translated by Petros Vidalis
Located in script/data/utils.js:293
553.
Duplicates the selected lines down.
Δημιουργία αντιγράφων κάτω από τις επιλεγμένες σειρές.
Translated by Petros Vidalis
Located in script/data/utils.js:295
554.
Unable to find '%1'
Αδύνατη εύρεση του '%1'
Translated by Famelis George
Located in script/katescript.cpp:108
555.
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.
Σφάλμα φόρτωσης του σεναρίου %1
Translated by Famelis George
Located in script/katescript.cpp:266
556.
Error loading script %1
Σφάλμα φόρτωσης του σεναρίου %1
Translated by Spiros Georgaras
Located in script/katescript.cpp:267
557.
Command not found: %1
Δε βρέθηκε η εντολή: %1
Translated by Spiros Georgaras
Located in script/katescriptmanager.cpp:314 script/katescriptmanager.cpp:325
558.
Reload all JavaScript files (indenters, command line scripts, etc).
Ξαναφορτώστε όλα τα αρχεία JavaScript (διαμορφωτές, σενάρια γραμμής εντολής, κλπ).
Translated by Famelis George
Located in script/katescriptmanager.cpp:322
549558 of 1033 results

This translation is managed by Ubuntu Greek Translators, assigned by Ubuntu Translators.

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

Contributors to this translation: Famelis George, Petros Vidalis, Spiros Georgaras, Toussis Manolis, pvidalis.