mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
A "feature target" string must come before the device targets, otherwise the real target string may be overwritten by the feature string (happened with CreativeZEN button description in the time screen). Change-Id: I75b7441d4dc97b215cc26b42d3af3943fce32e20
15580 lines
288 KiB
Text
15580 lines
288 KiB
Text
# __________ __ ___.
|
||
# Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
||
# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
|
||
# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
||
# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
||
# \/ \/ \/ \/ \/
|
||
# $Id$
|
||
#
|
||
# This program is free software; you can redistribute it and/or
|
||
# modify it under the terms of the GNU General Public License
|
||
# as published by the Free Software Foundation; either version 2
|
||
# of the License, or (at your option) any later version.
|
||
#
|
||
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
||
# KIND, either express or implied.
|
||
#
|
||
# Greek language file, translated by:
|
||
# - Tony Motakis
|
||
# - Alexander Spyridakis
|
||
#
|
||
# Basic translation by Tony Motakis Martch 2005
|
||
# Extended translation and voice UI by Alexander Spyridakis (XavierGr) 2006, 2007, 2008
|
||
<phrase>
|
||
id: LANG_SET_BOOL_YES
|
||
desc: bool true representation
|
||
user: core
|
||
<source>
|
||
*: "Yes"
|
||
</source>
|
||
<dest>
|
||
*: "Ναι"
|
||
</dest>
|
||
<voice>
|
||
*: "Ναι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SET_BOOL_NO
|
||
desc: bool false representation
|
||
user: core
|
||
<source>
|
||
*: "No"
|
||
</source>
|
||
<dest>
|
||
*: "Όχι"
|
||
</dest>
|
||
<voice>
|
||
*: "Όχι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ON
|
||
desc: Used in a lot of places
|
||
user: core
|
||
<source>
|
||
*: "On"
|
||
</source>
|
||
<dest>
|
||
*: "Ενεργό"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενεργό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_OFF
|
||
desc: Used in a lot of places
|
||
user: core
|
||
<source>
|
||
*: "Off"
|
||
</source>
|
||
<dest>
|
||
*: "Ανενεργό"
|
||
</dest>
|
||
<voice>
|
||
*: "Ανενεργό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ASK
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Ask"
|
||
</source>
|
||
<dest>
|
||
*: "Ερώτηση"
|
||
</dest>
|
||
<voice>
|
||
*: "Ερώτηση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALWAYS
|
||
desc: used in various places
|
||
user: core
|
||
<source>
|
||
*: "Always"
|
||
</source>
|
||
<dest>
|
||
*: "Πάντα"
|
||
</dest>
|
||
<voice>
|
||
*: "Πάντα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NORMAL
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Normal"
|
||
</source>
|
||
<dest>
|
||
*: "Κανονικό"
|
||
</dest>
|
||
<voice>
|
||
*: "Κανονικό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GAIN
|
||
desc: Generic string for gain used in EQ menu and recording screen
|
||
user: core
|
||
<source>
|
||
*: "Gain"
|
||
</source>
|
||
<dest>
|
||
*: "Ενίσχυση"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενίσχυση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WAIT
|
||
desc: general please wait splash
|
||
user: core
|
||
<source>
|
||
*: "Loading..."
|
||
</source>
|
||
<dest>
|
||
*: "Φόρτωση..."
|
||
</dest>
|
||
<voice>
|
||
*: "Φόρτωση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LOADING_PERCENT
|
||
desc: splash number of percents loaded
|
||
user: core
|
||
<source>
|
||
*: "Loading... %d%% done (%s)"
|
||
</source>
|
||
<dest>
|
||
*: "Φορτώνει... %d%% έτοιμο (%s)"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCANNING_DISK
|
||
desc: when booting up and rebuilding the cache and calculating free space
|
||
user: core
|
||
<source>
|
||
*: "Scanning disk..."
|
||
</source>
|
||
<dest>
|
||
*: "Σάρωση δίσκου..."
|
||
</dest>
|
||
<voice>
|
||
*: "Σάρωση δίσκου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHUTTINGDOWN
|
||
desc: in main menu
|
||
user: core
|
||
<source>
|
||
*: "Shutting down..."
|
||
</source>
|
||
<dest>
|
||
*: "Τερματισμός..."
|
||
</dest>
|
||
<voice>
|
||
*: "Τερματισμός"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CANCEL
|
||
desc: Visual confirmation of canceling a changed setting
|
||
user: core
|
||
<source>
|
||
*: "Cancelled"
|
||
</source>
|
||
<dest>
|
||
*: "Ακυρώθηκε"
|
||
</dest>
|
||
<voice>
|
||
*: "Ακυρώθηκε"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FAILED
|
||
desc: Something failed. To be appended after actions
|
||
user: core
|
||
<source>
|
||
*: "Failed"
|
||
</source>
|
||
<dest>
|
||
*: "Αποτυχία"
|
||
</dest>
|
||
<voice>
|
||
*: "Αποτυχία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNELS
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Channels"
|
||
</source>
|
||
<dest>
|
||
*: "Κανάλια"
|
||
</dest>
|
||
<voice>
|
||
*: "Κανάλια"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ARE_YOU_SURE
|
||
desc: confirm action
|
||
user: core
|
||
<source>
|
||
*: "Are You Sure?"
|
||
</source>
|
||
<dest>
|
||
*: "Είστε σίγουρος;"
|
||
</dest>
|
||
<voice>
|
||
*: "Είστε σίγουρος;"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CONFIRM_WITH_BUTTON
|
||
desc: Generic string to use to confirm
|
||
user: core
|
||
<source>
|
||
*: "PLAY = Yes"
|
||
archosplayer: "(PLAY/STOP)"
|
||
cowond2*: "MENU, or top-right = Yes"
|
||
creativezen*: "SELECT = Yes"
|
||
gigabeat*,iaudiom5,iaudiox5,ipod*,iriverh10,iriverh10_5gb,mrobe100,sansac200*,sansaclip*,sansaconnect,sansae200*,sansafuze*: "SELECT = Yes"
|
||
iriverh100,iriverh120,iriverh300: "NAVI = Yes"
|
||
mrobe500: "PLAY, POWER, or top-right = Yes"
|
||
vibe500: "OK = Yes"
|
||
</source>
|
||
<dest>
|
||
*: "PLAY = Επικύρωση"
|
||
archosplayer: "(PLAY/STOP)"
|
||
cowond2*: "MENU = Επικύρωση"
|
||
creativezen*: "SELECT = Επικύρωση"
|
||
gigabeat*,iaudiom5,iaudiox5,ipod*,iriverh10,iriverh10_5gb,mrobe100,sansac200*,sansaclip*,sansaconnect,sansae200*,sansafuze*: "SELECT = Επικύρωση"
|
||
iriverh100,iriverh120,iriverh300: "NAVI = Επικύρωση"
|
||
mrobe500: "PLAY, POWER, or top-right = Επικύρωση"
|
||
vibe500: "OK = Επικύρωση"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CANCEL_WITH_ANY
|
||
desc: Generic string to use to cancel
|
||
user: core
|
||
<source>
|
||
*: "Any Other = No"
|
||
archosplayer: none
|
||
</source>
|
||
<dest>
|
||
*: "Any Other = Άκυρο"
|
||
archosplayer: none
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
archosplayer: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ROCKBOX_TITLE
|
||
desc: main menu title
|
||
user: core
|
||
<source>
|
||
*: "Rockbox"
|
||
</source>
|
||
<dest>
|
||
*: "Rockbox"
|
||
</dest>
|
||
<voice>
|
||
*: "Ρόκμποξ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_MENU_RECENT_BOOKMARKS
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Recent Bookmarks"
|
||
</source>
|
||
<dest>
|
||
*: "Πρόσφατοι σελιδοδείκτες"
|
||
</dest>
|
||
<voice>
|
||
*: "Πρόσφατοι σελιδοδείκτες"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DIR_BROWSER
|
||
desc: main menu title
|
||
user: core
|
||
<source>
|
||
*: "Files"
|
||
</source>
|
||
<dest>
|
||
*: "Αρχεία"
|
||
</dest>
|
||
<voice>
|
||
*: "Αρχεία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE
|
||
desc: in the main menu and the settings menu
|
||
user: core
|
||
<source>
|
||
*: "Database"
|
||
</source>
|
||
<dest>
|
||
*: "Βάση δεδομένων"
|
||
</dest>
|
||
<voice>
|
||
*: "Βάση δεδομένων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NOW_PLAYING
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Now Playing"
|
||
</source>
|
||
<dest>
|
||
*: "Tώρα παίζει"
|
||
</dest>
|
||
<voice>
|
||
*: "Tώρα παίζει"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESUME_PLAYBACK
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Resume Playback"
|
||
</source>
|
||
<dest>
|
||
*: "Συνέχιση αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Συνέχιση αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SETTINGS
|
||
desc: in main menu and visual confirmation after settings reset
|
||
user: core
|
||
<source>
|
||
*: "Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Ρυθμίσεις"
|
||
</dest>
|
||
<voice>
|
||
*: "Ρυθμίσεις"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Recording"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Ηχογράφηση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Ηχογράφηση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_RADIO
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "FM Radio"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Ραδιόφωνο FM"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Ραδιόφωνο Εφ Εμ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLISTS
|
||
desc: in the main menu and Playlist settings menu
|
||
user: core
|
||
<source>
|
||
*: "Playlists"
|
||
</source>
|
||
<dest>
|
||
*: "Λίστες αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Λίστες αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLUGINS
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Plugins"
|
||
</source>
|
||
<dest>
|
||
*: "Plugins"
|
||
</dest>
|
||
<voice>
|
||
*: "Πλαγκίνς"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSTEM
|
||
desc: in the main menu and settings menu
|
||
user: core
|
||
<source>
|
||
*: "System"
|
||
</source>
|
||
<dest>
|
||
*: "Σύστημα"
|
||
</dest>
|
||
<voice>
|
||
*: "Σύστημα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SELECT_BOOKMARK
|
||
desc: bookmark selection list title
|
||
user: core
|
||
<source>
|
||
*: "Select Bookmark"
|
||
</source>
|
||
<dest>
|
||
*: "Επιλογή σελιδοδείκτη"
|
||
</dest>
|
||
<voice>
|
||
*: "Επιλογή σελιδοδείκτη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_DONT_RESUME
|
||
desc: top item in the list when asking user about bookmark auto load
|
||
user: core
|
||
<source>
|
||
*: "[Don't Resume]"
|
||
</source>
|
||
<dest>
|
||
*: "[Χωρίς συνέχιση]"
|
||
</dest>
|
||
<voice>
|
||
*: "Χωρίς συνέχιση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SHUFFLE
|
||
desc: bookmark selection list, bookmark enables shuffle
|
||
user: core
|
||
<source>
|
||
*: ", Shuffle"
|
||
</source>
|
||
<dest>
|
||
*: ", Ανακάτεμα"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_INVALID
|
||
desc: bookmark selection list, bookmark couldn't be parsed
|
||
user: core
|
||
<source>
|
||
*: "[Invalid Bookmark]"
|
||
</source>
|
||
<dest>
|
||
*: "[Μη έγκυρος σελιδοδείκτης]"
|
||
</dest>
|
||
<voice>
|
||
*: "Μη έγκυρος σελιδοδείκτης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_CONTEXT_MENU
|
||
desc: bookmark selection list context menu
|
||
user: core
|
||
<source>
|
||
*: "Bookmark Actions"
|
||
</source>
|
||
<dest>
|
||
*: "Ενέργειες σελιδοδεικτών"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενέργειες σελιδοδεικτών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_CONTEXT_RESUME
|
||
desc: bookmark context menu, resume this bookmark
|
||
user: core
|
||
<source>
|
||
*: "Resume"
|
||
</source>
|
||
<dest>
|
||
*: "Συνέχιση"
|
||
</dest>
|
||
<voice>
|
||
*: "Συνέχιση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_CONTEXT_DELETE
|
||
desc: bookmark context menu, delete this bookmark
|
||
user: core
|
||
<source>
|
||
*: "Delete"
|
||
</source>
|
||
<dest>
|
||
*: "Διαγραφή"
|
||
</dest>
|
||
<voice>
|
||
*: "Διαγραφή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUTO_BOOKMARK_QUERY
|
||
desc: prompt for user to decide to create an bookmark
|
||
user: core
|
||
<source>
|
||
*: "Create a Bookmark?"
|
||
</source>
|
||
<dest>
|
||
*: "Δημιουργία σελιδοδείκτη;"
|
||
</dest>
|
||
<voice>
|
||
*: "Δημιουργία σελιδοδείκτη;"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_CREATE_SUCCESS
|
||
desc: Indicates bookmark was successfully created
|
||
user: core
|
||
<source>
|
||
*: "Bookmark Created"
|
||
</source>
|
||
<dest>
|
||
*: "Σελιδοδείκτης δημιουργήθηκε!"
|
||
</dest>
|
||
<voice>
|
||
*: "Σελιδοδείκτης δημιουργήθηκε!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_CREATE_FAILURE
|
||
desc: Indicates bookmark was not created
|
||
user: core
|
||
<source>
|
||
*: "Bookmark Failed!"
|
||
</source>
|
||
<dest>
|
||
*: "Δημιουργία σελιδοδείκτη απέτυχε!"
|
||
</dest>
|
||
<voice>
|
||
*: "Δημιουργία σελιδοδείκτη απέτυχε!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_LOAD_EMPTY
|
||
desc: Indicates bookmark was empty
|
||
user: core
|
||
<source>
|
||
*: "Bookmark Empty"
|
||
</source>
|
||
<dest>
|
||
*: "Σελιδοδείκτης άδειος"
|
||
</dest>
|
||
<voice>
|
||
*: "Σελιδοδείκτης άδειος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SOUND_SETTINGS
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Sound Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Επιλογές ήχου"
|
||
</dest>
|
||
<voice>
|
||
*: "Επιλογές ήχου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOLUME
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Volume"
|
||
</source>
|
||
<dest>
|
||
*: "Ένταση"
|
||
</dest>
|
||
<voice>
|
||
*: "Ένταση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BASS
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Bass"
|
||
</source>
|
||
<dest>
|
||
*: "Μπάσα"
|
||
</dest>
|
||
<voice>
|
||
*: "Μπάσα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TREBLE
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Treble"
|
||
</source>
|
||
<dest>
|
||
*: "Πρίμα"
|
||
</dest>
|
||
<voice>
|
||
*: "Πρίμα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BALANCE
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Balance"
|
||
</source>
|
||
<dest>
|
||
*: "Αναλογία Α/Δ καναλιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Αναλογία αριστερού και δεξιού καναλιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNEL_CONFIGURATION
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Channel Configuration"
|
||
</source>
|
||
<dest>
|
||
*: "Διαμόρφωση καναλιών"
|
||
</dest>
|
||
<voice>
|
||
*: "Διαμόρφωση καναλιών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNEL_STEREO
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Stereo"
|
||
</source>
|
||
<dest>
|
||
*: "Στερεοφωνικό"
|
||
</dest>
|
||
<voice>
|
||
*: "Στερεοφωνικό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNEL_MONO
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Mono"
|
||
</source>
|
||
<dest>
|
||
*: "Μονοφωνικό"
|
||
</dest>
|
||
<voice>
|
||
*: "Μονοφωνικό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNEL_CUSTOM
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Custom"
|
||
</source>
|
||
<dest>
|
||
*: "Προσαρμογή"
|
||
</dest>
|
||
<voice>
|
||
*: "Προσαρμογή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNEL_LEFT
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Mono Left"
|
||
</source>
|
||
<dest>
|
||
*: "Μονοφωνικό (αριστερό)"
|
||
</dest>
|
||
<voice>
|
||
*: "Μονοφωνικό (αριστερό)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNEL_RIGHT
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Mono Right"
|
||
</source>
|
||
<dest>
|
||
*: "Μονοφωνικό (δεξί)"
|
||
</dest>
|
||
<voice>
|
||
*: "Μονοφωνικό (δεξί)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNEL_KARAOKE
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Karaoke"
|
||
</source>
|
||
<dest>
|
||
*: "Καραόκε"
|
||
</dest>
|
||
<voice>
|
||
*: "Καραόκε"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STEREO_WIDTH
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Stereo Width"
|
||
</source>
|
||
<dest>
|
||
*: "Στερεοφωνικό εύρος"
|
||
</dest>
|
||
<voice>
|
||
*: "Στερεοφωνικό εύρος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFEED
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Crossfeed"
|
||
</source>
|
||
<dest>
|
||
*: "Μίξη καναλιών"
|
||
</dest>
|
||
<voice>
|
||
*: "Μίξη καναλιών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFEED_DIRECT_GAIN
|
||
desc: in crossfeed settings
|
||
user: core
|
||
<source>
|
||
*: "Direct Gain"
|
||
</source>
|
||
<dest>
|
||
*: "Άμεση ενίσχυση"
|
||
</dest>
|
||
<voice>
|
||
*: "Άμεση ενίσχυση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFEED_CROSS_GAIN
|
||
desc: in crossfeed settings
|
||
user: core
|
||
<source>
|
||
*: "Cross Gain"
|
||
</source>
|
||
<dest>
|
||
*: "Ενίσχυση μίξης καναλιών"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενίσχυση μίξης καναλιών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFEED_HF_ATTENUATION
|
||
desc: in crossfeed settings
|
||
user: core
|
||
<source>
|
||
*: "High-Frequency Attenuation"
|
||
</source>
|
||
<dest>
|
||
*: "Απόσβεση υψηλής συχνότητας"
|
||
</dest>
|
||
<voice>
|
||
*: "Απόσβεση υψηλής συχνότητας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFEED_HF_CUTOFF
|
||
desc: in crossfeed settings
|
||
user: core
|
||
<source>
|
||
*: "High-Frequency Cutoff"
|
||
</source>
|
||
<dest>
|
||
*: "Αποκοπή υψηλής συχνότητας"
|
||
</dest>
|
||
<voice>
|
||
*: "Αποκοπή υψηλής συχνότητας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER
|
||
desc: in the sound settings menu
|
||
user: core
|
||
<source>
|
||
*: "Equalizer"
|
||
</source>
|
||
<dest>
|
||
*: "Ισοσταθμιστής"
|
||
</dest>
|
||
<voice>
|
||
*: "Ισοσταθμιστής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_ENABLED
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Enable EQ"
|
||
</source>
|
||
<dest>
|
||
*: "Ενεργοποίηση Ισοσταθμιστή"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενεργοποίηση Ισοσταθμιστή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_GRAPHICAL
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Graphical EQ"
|
||
</source>
|
||
<dest>
|
||
*: "Γραφικός Ισοσταθμιστής"
|
||
</dest>
|
||
<voice>
|
||
*: "Γραφικός Ισοσταθμιστής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_PRECUT
|
||
desc: in eq settings
|
||
user: core
|
||
<source>
|
||
*: "Precut"
|
||
</source>
|
||
<dest>
|
||
*: "Προ-αποκοπή"
|
||
</dest>
|
||
<voice>
|
||
*: "Προ-αποκοπή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_GAIN
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Simple EQ Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Απλές ρυθμίσεις Ισοσταθμιστή"
|
||
</dest>
|
||
<voice>
|
||
*: "Απλές ρυθμίσεις Ισοσταθμιστή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_ADVANCED
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Advanced EQ Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Προηγμένες ρυθμίσεις Ισοσταθμιστή"
|
||
</dest>
|
||
<voice>
|
||
*: "Προηγμένες ρυθμίσεις Ισοσταθμιστή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_SAVE
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Save EQ Preset"
|
||
</source>
|
||
<dest>
|
||
*: "Αποθήκευση προεπιλογών Ισοσταθμιστή"
|
||
</dest>
|
||
<voice>
|
||
*: "Αποθήκευση προεπιλογών Ισοσταθμιστή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_BROWSE
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Browse EQ Presets"
|
||
</source>
|
||
<dest>
|
||
*: "Περιήγηση προεπιλογών Ισοσταθμιστή"
|
||
</dest>
|
||
<voice>
|
||
*: "Περιήγηση προεπιλογών Ισοσταθμιστή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_EDIT_MODE
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Edit mode: %s"
|
||
</source>
|
||
<dest>
|
||
*: "Τρόπος επεξεργασίας: %s"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_GAIN_ITEM
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "%d Hz Band Gain"
|
||
</source>
|
||
<dest>
|
||
*: "%d Hz Ενίσχυση ζώνης"
|
||
</dest>
|
||
<voice>
|
||
*: "Χέρτζ Ενίσχυση ζώνης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_BAND_LOW_SHELF
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Low Shelf Filter"
|
||
</source>
|
||
<dest>
|
||
*: "Φίλτρο χαμηλού επιπέδου"
|
||
</dest>
|
||
<voice>
|
||
*: "Φίλτρο χαμηλού επιπέδου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_BAND_PEAK
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Peak Filter %d"
|
||
</source>
|
||
<dest>
|
||
*: "Φίλτρο κορυφής %d"
|
||
</dest>
|
||
<voice>
|
||
*: "Φίλτρο κορυφής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_BAND_HIGH_SHELF
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "High Shelf Filter"
|
||
</source>
|
||
<dest>
|
||
*: "Φίλτρο υψηλού επιπέδου"
|
||
</dest>
|
||
<voice>
|
||
*: "Φίλτρο υψηλού επιπέδου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_BAND_CUTOFF
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Cutoff Frequency"
|
||
</source>
|
||
<dest>
|
||
*: "Συχνότητα αποκοπής"
|
||
</dest>
|
||
<voice>
|
||
*: "Συχνότητα αποκοπής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_BAND_CENTER
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Centre Frequency"
|
||
</source>
|
||
<dest>
|
||
*: "Κεντρική συχνότητα"
|
||
</dest>
|
||
<voice>
|
||
*: "Κεντρική συχνότητα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_BAND_Q
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Q"
|
||
</source>
|
||
<dest>
|
||
*: "Οκτάβα"
|
||
</dest>
|
||
<voice>
|
||
*: "Οκτάβα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DITHERING
|
||
desc: in the sound settings and some other menus
|
||
user: core
|
||
<source>
|
||
*: "Dithering"
|
||
</source>
|
||
<dest>
|
||
*: "Χρωματική αντιπαράθεση"
|
||
</dest>
|
||
<voice>
|
||
*: "Χρωματική αντιπαράθεση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LOUDNESS
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
masf: "Loudness"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
masf: "Όγκος ήχου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
masf: "Όγκος ήχου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUTOVOL
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
masf: "Auto Volume"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
masf: "Αυτόματη ένταση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
masf: "Αυτόματη ένταση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DECAY
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
masf: "AV Decay Time"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
masf: "Χρόνος εξασθένησης AV"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
masf: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SUPERBASS
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
masf: "Super Bass"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
masf: "Υπέρ μπάσα"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
masf: "Υπέρ μπάσα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MDB_ENABLE
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
masf: "MDB Enable"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
masf: "Ενεργό MDB"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
masf: "Ενεργό Εμ Ντι Μπι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MDB_STRENGTH
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
masf: "MDB Strength"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
masf: "Ισχύς MDB"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
masf: "Ισχύς Εμ Ντι Μπι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MDB_HARMONICS
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
masf: "MDB Harmonics"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
masf: "Αρμονικά MDB"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
masf: "Αρμονικά Εμ Ντι Μπι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MDB_CENTER
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
masf: "MDB Centre Frequency"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
masf: "Κεντρική Συχνότητα MDB"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
masf: "Κεντρική Συχνότητα Εμ Ντι Μπι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MDB_SHAPE
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
masf: "MDB Shape"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
masf: "Σχήμα MDB"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
masf: "Σχήμα Εμ Ντι Μπι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GENERAL_SETTINGS
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "General Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Γενικές επιλογές"
|
||
</dest>
|
||
<voice>
|
||
*: "Γενικές επιλογές"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYBACK
|
||
desc: in settings_menu()
|
||
user: core
|
||
<source>
|
||
*: "Playback Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Ρυθμίσεις Αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Ρυθμίσεις Αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHUFFLE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Shuffle"
|
||
</source>
|
||
<dest>
|
||
*: "Ανακατεμένα"
|
||
</dest>
|
||
<voice>
|
||
*: "Ανακατεμένα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REPEAT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Repeat"
|
||
</source>
|
||
<dest>
|
||
*: "Επανάληψη"
|
||
</dest>
|
||
<voice>
|
||
*: "Επανάληψη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALL
|
||
desc: generic string used both in dir file filter and repeat mode selection
|
||
user: core
|
||
<source>
|
||
*: "All"
|
||
</source>
|
||
<dest>
|
||
*: "Όλα"
|
||
</dest>
|
||
<voice>
|
||
*: "Όλα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REPEAT_ONE
|
||
desc: repeat one song
|
||
user: core
|
||
<source>
|
||
*: "One"
|
||
</source>
|
||
<dest>
|
||
*: "Ένα"
|
||
</dest>
|
||
<voice>
|
||
*: "Ένα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REPEAT_AB
|
||
desc: repeat range from point A to B
|
||
user: core
|
||
<source>
|
||
*: "A-B"
|
||
</source>
|
||
<dest>
|
||
*: "Α-Β"
|
||
</dest>
|
||
<voice>
|
||
*: "Έι Μπι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAY_SELECTED
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Play Selected First"
|
||
</source>
|
||
<dest>
|
||
*: "Αναπαραγωγή επιλεγμένου πρώτα"
|
||
</dest>
|
||
<voice>
|
||
*: "Αναπαραγωγή επιλεγμένου πρώτα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WIND_MENU
|
||
desc: in the playback sub menu
|
||
user: core
|
||
<source>
|
||
*: "Fast-Forward/Rewind"
|
||
</source>
|
||
<dest>
|
||
*: "Προώθηση μπροστά/πίσω"
|
||
</dest>
|
||
<voice>
|
||
*: "Προώθηση μπροστά και πίσω"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FFRW_STEP
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "FF/RW Min Step"
|
||
</source>
|
||
<dest>
|
||
*: "Ελάχιστο βήμα Μπροστά/Πίσω"
|
||
</dest>
|
||
<voice>
|
||
*: "Ελάχιστο βήμα μπροστά και πίσω"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FFRW_ACCEL
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "FF/RW Accel"
|
||
</source>
|
||
<dest>
|
||
*: "Επιτάχυνση Μπροστά/Πίσω"
|
||
</dest>
|
||
<voice>
|
||
*: "Επιτάχυνση μπροστά και πίσω"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MP3BUFFER_MARGIN
|
||
desc: MP3 buffer margin time
|
||
user: core
|
||
<source>
|
||
*: "Anti-Skip Buffer"
|
||
flash_storage: none
|
||
</source>
|
||
<dest>
|
||
*: "Μνήμη περιορισμού αναπήδησης"
|
||
flash_storage: none
|
||
</dest>
|
||
<voice>
|
||
*: "Μνήμη περιορισμού αναπήδησης"
|
||
flash_storage: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FADE_ON_STOP
|
||
desc: options menu to set fade on stop or pause
|
||
user: core
|
||
<source>
|
||
*: "Fade on Stop/Pause"
|
||
</source>
|
||
<dest>
|
||
*: "Ομαλή συνέχιση αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Ομαλή συνέχιση αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PARTY_MODE
|
||
desc: party mode
|
||
user: core
|
||
<source>
|
||
*: "Party Mode"
|
||
</source>
|
||
<dest>
|
||
*: "Κατάσταση Πάρτυ"
|
||
</dest>
|
||
<voice>
|
||
*: "Κατάσταση Πάρτυ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFADE
|
||
desc: in playback settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Crossfade"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Ομαλή εναλλαγή"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Ομαλή εναλλαγή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFADE_ENABLE
|
||
desc: in crossfade settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Enable Crossfade"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Ενεργοποίηση ομαλής εναλλαγής"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Ενεργοποίηση ομαλής εναλλαγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MANTRACKSKIP
|
||
desc: in crossfade settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Manual Track Skip Only"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Στην αλλαγή κομματιών μόνο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Στην αλλαγή κομματιών μόνο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHUFFLE_TRACKSKIP
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Shuffle or Manual Track Skip"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Ανακάτεμα και αναπήδηση κομματιού"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Ανακάτεμα και αναπήδηση κομματιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFADE_FADE_IN_DELAY
|
||
desc: in crossfade settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Fade-In Delay"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Καθυστέρηση εισόδου ομαλής εναλλαγής"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Καθύστέρηση εισόδου ομαλής εναλλαγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFADE_FADE_IN_DURATION
|
||
desc: in crossfade settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Fade-In Duration"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Διάρκεια εισόδου ομαλής εναλλαγής"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Διάρκεια εισόδου ομαλής εναλλαγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFADE_FADE_OUT_DELAY
|
||
desc: in crossfade settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Fade-Out Delay"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Καθυστέρηση ομαλής εναλλαγής"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Καθύστέρηση ομαλής εναλλαγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFADE_FADE_OUT_DURATION
|
||
desc: in crossfade settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Fade-Out Duration"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Διάρκεια εξόδου ομαλής εναλλαγής"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Διάρκεια εξόδου ομαλής εναλλαγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFADE_FADE_OUT_MODE
|
||
desc: in crossfade settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Fade-Out Mode"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Τρόπος εξόδου ομαλής εναλλαγής"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Τρόπος εξόδου ομαλής εναλλαγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MIX
|
||
desc: in playback settings, crossfade option
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Mix"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Μίξη"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Μίξη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REPLAYGAIN
|
||
desc: in replaygain
|
||
user: core
|
||
<source>
|
||
*: "Replaygain"
|
||
</source>
|
||
<dest>
|
||
*: "Replaygain"
|
||
</dest>
|
||
<voice>
|
||
*: "Ριπλέι γκέιν"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REPLAYGAIN_NOCLIP
|
||
desc: in replaygain
|
||
user: core
|
||
<source>
|
||
*: "Prevent Clipping"
|
||
</source>
|
||
<dest>
|
||
*: "Αποφυγή ψαλιδίσματος (clipping)"
|
||
</dest>
|
||
<voice>
|
||
*: "Αποφυγή ψαλιδίσματος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REPLAYGAIN_MODE
|
||
desc: in replaygain
|
||
user: core
|
||
<source>
|
||
*: "Replaygain Type"
|
||
</source>
|
||
<dest>
|
||
*: "Τύπος Replaygain"
|
||
</dest>
|
||
<voice>
|
||
*: "Τύπος ριπλέι γκέιν"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALBUM_GAIN
|
||
desc: in replaygain
|
||
user: core
|
||
<source>
|
||
*: "Album Gain"
|
||
</source>
|
||
<dest>
|
||
*: "Ενίσχυση άλμπουμ"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενίσχυση άλμπουμ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TRACK_GAIN
|
||
desc: in replaygain
|
||
user: core
|
||
<source>
|
||
*: "Track Gain"
|
||
</source>
|
||
<dest>
|
||
*: "Ενίσχυση κομματιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενίσχυση κομματιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHUFFLE_GAIN
|
||
desc: use track gain if shuffle mode is on, album gain otherwise
|
||
user: core
|
||
<source>
|
||
*: "Track Gain if Shuffling"
|
||
</source>
|
||
<dest>
|
||
*: "Ενίσχυση κομματιού εάν είναι ανακατεμένα"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενίσχυση κομματιού εάν είναι ανακατεμένα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REPLAYGAIN_PREAMP
|
||
desc: in replaygain settings
|
||
user: core
|
||
<source>
|
||
*: "Pre-amp"
|
||
</source>
|
||
<dest>
|
||
*: "Προ-ενίσχυση"
|
||
</dest>
|
||
<voice>
|
||
*: "Προ-ενίσχυση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BEEP
|
||
desc: in playback settings
|
||
user: core
|
||
<source>
|
||
*: "Track Skip Beep"
|
||
</source>
|
||
<dest>
|
||
*: "Ένταση ηχητικού σήματος"
|
||
</dest>
|
||
<voice>
|
||
*: "Ένταση ηχητικού σήματος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WEAK
|
||
desc: in beep volume in playback settings
|
||
user: core
|
||
<source>
|
||
*: "Weak"
|
||
</source>
|
||
<dest>
|
||
*: "Αδύναμη"
|
||
</dest>
|
||
<voice>
|
||
*: "Αδύναμη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MODERATE
|
||
desc: in beep volume in playback settings
|
||
user: core
|
||
<source>
|
||
*: "Moderate"
|
||
</source>
|
||
<dest>
|
||
*: "Μέτρια"
|
||
</dest>
|
||
<voice>
|
||
*: "Μέτρια"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STRONG
|
||
desc: in beep volume in playback settings
|
||
user: core
|
||
<source>
|
||
*: "Strong"
|
||
</source>
|
||
<dest>
|
||
*: "Δυνατή"
|
||
</dest>
|
||
<voice>
|
||
*: "Δυνατή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SPDIF_ENABLE
|
||
desc: in playback settings menu. enable/disable the optical out
|
||
user: core
|
||
<source>
|
||
*: none
|
||
spdif_power: "Optical Output"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
spdif_power: "Οπτική έξοδος"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
spdif_power: "Οπτική έξοδος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NEXT_FOLDER
|
||
desc: in settings_menu. Should we allow move to next/prev folder from last/first track of current one
|
||
user: core
|
||
<source>
|
||
*: "Auto-Change Directory"
|
||
</source>
|
||
<dest>
|
||
*: "Μετακίνηση στον επόμενο φάκελο"
|
||
</dest>
|
||
<voice>
|
||
*: "Μετακίνηση στον επόμενο φάκελο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RANDOM
|
||
desc: random folder
|
||
user: core
|
||
<source>
|
||
*: "Random"
|
||
</source>
|
||
<dest>
|
||
*: "Τυχαία"
|
||
</dest>
|
||
<voice>
|
||
*: "Τυχαία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUDIOSCROBBLER
|
||
desc: "Last.fm Log" in the playback menu
|
||
user: core
|
||
<source>
|
||
*: "Last.fm Log"
|
||
</source>
|
||
<dest>
|
||
*: "Καταγραφή Last.fm"
|
||
</dest>
|
||
<voice>
|
||
*: "Καταγραφή λάστ Eφ Εμ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CUESHEET_ENABLE
|
||
desc: cuesheet support option
|
||
user: core
|
||
<source>
|
||
*: "Cuesheet Support"
|
||
</source>
|
||
<dest>
|
||
*: "Υποστίριξη Cuesheet"
|
||
</dest>
|
||
<voice>
|
||
*: "Υποστίριξη Κιούχιτ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HEADPHONE_UNPLUG
|
||
desc: in settings_menu.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
headphone_detection: "Pause on Headphone Unplug"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
headphone_detection: "Παύση στην αποσύνδεση ακουστικών"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
headphone_detection: "Παύση στην αποσύνδεση ακουστικών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HEADPHONE_UNPLUG_RESUME
|
||
desc: in pause_phones_menu.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
headphone_detection: "Pause and Resume"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
headphone_detection: "Παύση και συνέχιση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
headphone_detection: "Παύση και συνέχιση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HEADPHONE_UNPLUG_DISABLE_AUTORESUME
|
||
desc: in pause_phones_menu.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
headphone_detection: "Disable resume on startup if phones unplugged"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
headphone_detection: "Απενεργοποίηση συνέχισης αν τα ακουστικά είναι αποσυνδεμένα"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
headphone_detection: "Απενεργοποίηση συνέχισης αν τα ακουστικά είναι αποσυνδεμένα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILE
|
||
desc: in settings_menu()
|
||
user: core
|
||
<source>
|
||
*: "File View"
|
||
</source>
|
||
<dest>
|
||
*: "Εμφάνιση αρχείων"
|
||
</dest>
|
||
<voice>
|
||
*: "Εμφάνιση αρχείων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_CASE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Sort Case Sensitive"
|
||
</source>
|
||
<dest>
|
||
*: "Ταξινόμηση κατά Πεζά/Κεφαλαία"
|
||
</dest>
|
||
<voice>
|
||
*: "Ταξινόμηση κατά πεζά, η κεφαλαία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_DIR
|
||
desc: browser sorting setting
|
||
user: core
|
||
<source>
|
||
*: "Sort Directories"
|
||
</source>
|
||
<dest>
|
||
*: "Ταξινόμηση φακέλων"
|
||
</dest>
|
||
<voice>
|
||
*: "Ταξινόμηση φακέλων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_FILE
|
||
desc: browser sorting setting
|
||
user: core
|
||
<source>
|
||
*: "Sort Files"
|
||
</source>
|
||
<dest>
|
||
*: "Ταξινόμηση αρχείων"
|
||
</dest>
|
||
<voice>
|
||
*: "Ταξινόμηση αρχείων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_ALPHA
|
||
desc: browser sorting setting
|
||
user: core
|
||
<source>
|
||
*: "Alphabetical"
|
||
</source>
|
||
<dest>
|
||
*: "Αλφαβητικά"
|
||
</dest>
|
||
<voice>
|
||
*: "Αλφαβητικά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_DATE
|
||
desc: browser sorting setting
|
||
user: core
|
||
<source>
|
||
*: "By Date"
|
||
</source>
|
||
<dest>
|
||
*: "Κατα ημερομηνία"
|
||
</dest>
|
||
<voice>
|
||
*: "Κατα ημερομηνία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_DATE_REVERSE
|
||
desc: browser sorting setting
|
||
user: core
|
||
<source>
|
||
*: "By Newest Date"
|
||
</source>
|
||
<dest>
|
||
*: "Κατα νεότερη ημερομηνία"
|
||
</dest>
|
||
<voice>
|
||
*: "Κατα νεότερη ημερομηνία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_TYPE
|
||
desc: browser sorting setting
|
||
user: core
|
||
<source>
|
||
*: "By Type"
|
||
</source>
|
||
<dest>
|
||
*: "Κατα τύπο"
|
||
</dest>
|
||
<voice>
|
||
*: "Κατα τύπο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER
|
||
desc: setting name for dir filter
|
||
user: core
|
||
<source>
|
||
*: "Show Files"
|
||
</source>
|
||
<dest>
|
||
*: "Εμφάνιση αρχείων"
|
||
</dest>
|
||
<voice>
|
||
*: "Εμφάνιση αρχείων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_SUPPORTED
|
||
desc: show all file types supported by Rockbox
|
||
user: core
|
||
<source>
|
||
*: "Supported"
|
||
</source>
|
||
<dest>
|
||
*: "Υποστηριζόμενα"
|
||
</dest>
|
||
<voice>
|
||
*: "Υποστηριζόμενα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_MUSIC
|
||
desc: show only music-related files
|
||
user: core
|
||
<source>
|
||
*: "Music"
|
||
</source>
|
||
<dest>
|
||
*: "Μουσικής"
|
||
</dest>
|
||
<voice>
|
||
*: "Μουσικής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FOLLOW
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Follow Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Παρακολούθηση λίστας αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Παρακολούθηση λίστας αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_PATH
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Show Path"
|
||
</source>
|
||
<dest>
|
||
*: "Εμφάνιση διαδρομής"
|
||
</dest>
|
||
<voice>
|
||
*: "Εμφάνιση διαδρομής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_PATH_CURRENT
|
||
desc: in show path menu
|
||
user: core
|
||
<source>
|
||
*: "Current Directory Only"
|
||
</source>
|
||
<dest>
|
||
*: "Τρέχον φάκελος μόνο"
|
||
</dest>
|
||
<voice>
|
||
*: "Τρέχον φάκελος μόνο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISPLAY_FULL_PATH
|
||
desc: track display options
|
||
user: core
|
||
<source>
|
||
*: "Full Path"
|
||
</source>
|
||
<dest>
|
||
*: "Πλήρης θέση"
|
||
</dest>
|
||
<voice>
|
||
*: "Πλήρης θέση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BUILDING_DATABASE
|
||
desc: splash database building progress
|
||
user: core
|
||
<source>
|
||
*: "Building database... %d found (OFF to return)"
|
||
archosplayer: "Building DB %d found"
|
||
gigabeat*,iaudiom5,iaudiox5,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
|
||
gogearsa9200: "Building database... %d found (REW to return)"
|
||
ipod*,iriverh10,iriverh10_5gb,sansac200*,sansae200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
|
||
iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
|
||
</source>
|
||
<dest>
|
||
*: "Δημιουργία βάσεως δεδομένων... βρέθηκαν %d (OFF για επιστροφή)"
|
||
archosplayer: "Δημιουργία ΒΔ βρέθηκαν %d"
|
||
gigabeat*,iaudiom5,iaudiox5,mrobe100,samsungyh*: "Δημιουργία βάσεως δεδομένων... βρέθηκαν %d (LEFT για επιστροφή)"
|
||
gogearsa9200: "Δημιουργία βάσεως δεδομένων... βρέθηκαν %d (REW για επιστροφή)"
|
||
ipod*,iriverh10,iriverh10_5gb,sansac200*,sansae200*,sansafuze*,vibe500: "Δημιουργία βάσεως δεδομένων... βρέθηκαν %d (PREV για επιστροφή)"
|
||
iriverh100,iriverh120,iriverh300: "Δημιουργία βάσεως δεδομένων... βρέθηκαν %d (STOP για επιστροφή)"
|
||
</dest>
|
||
<voice>
|
||
*: "Καταχωρήσεις βρέθηκαν για τη βάση δεδομένων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_RAM
|
||
desc: in tag cache settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
tc_ramcache: "Load to RAM"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
tc_ramcache: "Φόρτωση στη RAM"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
tc_ramcache: "Φόρτωση στη ράμ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_AUTOUPDATE
|
||
desc: in tag cache settings
|
||
user: core
|
||
<source>
|
||
*: "Auto Update"
|
||
</source>
|
||
<dest>
|
||
*: "Αυτόματη ενημέρωση"
|
||
</dest>
|
||
<voice>
|
||
*: "Αυτόματη ενημέρωση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_FORCE_UPDATE
|
||
desc: in tag cache settings
|
||
user: core
|
||
<source>
|
||
*: "Initialize Now"
|
||
</source>
|
||
<dest>
|
||
*: "Εκκίνηση τώρα"
|
||
</dest>
|
||
<voice>
|
||
*: "Εκκίνηση τώρα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_UPDATE
|
||
desc: in tag cache settings
|
||
user: core
|
||
<source>
|
||
*: "Update Now"
|
||
</source>
|
||
<dest>
|
||
*: "Ενημέρωση τώρα"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενημέρωση τώρα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RUNTIMEDB_ACTIVE
|
||
desc: in settings_menu.
|
||
user: core
|
||
<source>
|
||
*: "Gather Runtime Data"
|
||
</source>
|
||
<dest>
|
||
*: "Συγκέντρωση δεδομένων χρόνου αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Συγκέντρωση δεδομένων χρόνου αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_EXPORT
|
||
desc: in tag cache settings
|
||
user: core
|
||
<source>
|
||
*: "Export Modifications"
|
||
</source>
|
||
<dest>
|
||
*: "Εξαγωγή τροποποιήσεων"
|
||
</dest>
|
||
<voice>
|
||
*: "Εξαγωγή τροποποιήσεων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_IMPORT
|
||
desc: in tag cache settings
|
||
user: core
|
||
<source>
|
||
*: "Import Modifications"
|
||
</source>
|
||
<dest>
|
||
*: "Εισαγωγή τροποποιήσεων"
|
||
</dest>
|
||
<voice>
|
||
*: "Εισαγωγή τροποποιήσεων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_FORCE_UPDATE_SPLASH
|
||
desc: in tag cache settings
|
||
user: core
|
||
<source>
|
||
*: "Updating in background"
|
||
</source>
|
||
<dest>
|
||
*: "Ανανεώνεται στο παρασκήνιο"
|
||
</dest>
|
||
<voice>
|
||
*: "Ανανεώνεται στο παρασκήνιο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_INIT
|
||
desc: while initializing tagcache on boot
|
||
user: core
|
||
<source>
|
||
*: "Committing database"
|
||
</source>
|
||
<dest>
|
||
*: "Δέσμευση βάσης δεδομένων"
|
||
</dest>
|
||
<voice>
|
||
*: "Δέσμευση βάσης δεδομένων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_BUSY
|
||
desc: when trying to shutdown and tagcache is committing
|
||
user: core
|
||
<source>
|
||
*: "Database is not ready"
|
||
</source>
|
||
<dest>
|
||
*: "Η βάση δεδομένων δεν είναι έτοιμη"
|
||
</dest>
|
||
<voice>
|
||
*: "Η βάση δεδομένων δεν είναι έτοιμη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGNAVI_ALL_TRACKS
|
||
desc: "[All tracks]" entry in tag browser
|
||
user: core
|
||
<source>
|
||
*: "[All tracks]"
|
||
</source>
|
||
<dest>
|
||
*: "[Όλα τα κομμάτια]"
|
||
</dest>
|
||
<voice>
|
||
*: "Όλα τα κομμάτια"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISPLAY
|
||
desc: in settings_menu()
|
||
user: core
|
||
<source>
|
||
*: "Display"
|
||
</source>
|
||
<dest>
|
||
*: "Οθόνη"
|
||
</dest>
|
||
<voice>
|
||
*: "Οθόνη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CUSTOM_FONT
|
||
desc: in setting_menu()
|
||
user: core
|
||
<source>
|
||
*: "Font"
|
||
</source>
|
||
<dest>
|
||
*: "Περιήγηση γραμματοσειρών"
|
||
</dest>
|
||
<voice>
|
||
*: "Περιήγηση γραμματοσειρών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WHILE_PLAYING
|
||
desc: in settings_menu()
|
||
user: core
|
||
<source>
|
||
*: "While Playing Screen"
|
||
</source>
|
||
<dest>
|
||
*: "Περιήγηση αρχείων .wps"
|
||
</dest>
|
||
<voice>
|
||
*: "Περιήγηση αρχείων οθόνης κατά την αναπαραγωγή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_WHILE_PLAYING
|
||
desc: in settings_menu()
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Remote While Playing Screen"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Περιήγηση αρχείων .rwps"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Περιήγηση αρχείων οθόνης χειριστηρίου κατά την αναπαραγωγή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LCD_MENU
|
||
desc: in the display sub menu
|
||
user: core
|
||
<source>
|
||
*: "LCD Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Ρυθμίσεις LCD"
|
||
</dest>
|
||
<voice>
|
||
*: "Ρυθμίσεις Ελ Σι Ντι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKLIGHT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Backlight"
|
||
</source>
|
||
<dest>
|
||
*: "Φωτισμός"
|
||
</dest>
|
||
<voice>
|
||
*: "Φωτισμός"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKLIGHT_ON_WHEN_CHARGING
|
||
desc: in display_settings_menu, backlight timeout with charger connected
|
||
user: core
|
||
<source>
|
||
*: none
|
||
charging: "Backlight (While Plugged In)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
charging: "Φωτισμός (Κατά τη σύνδεση)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
charging: "Φωτισμός, Κατά τη σύνδεση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKLIGHT_ON_BUTTON_HOLD
|
||
desc: in lcd settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hold_button: "Backlight on Hold"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hold_button: "Φωτισμός στο κλειδώμα πλήκτρων"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hold_button: "Φωτισμός στο κλειδώμα πλήκτρων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CAPTION_BACKLIGHT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Caption Backlight"
|
||
</source>
|
||
<dest>
|
||
*: "Φωτισμός στην αλλαγή κομματιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Φωτισμός στην αλλαγή κομματιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKLIGHT_FADE_IN
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
backlight_fade*: "Backlight Fade In"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
backlight_fade*: "Σταδιακή ενεργοποίηση φωτισμού"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
backlight_fade*: "Σταδιακή ενεργοποίηση φωτισμού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKLIGHT_FADE_OUT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
backlight_fade*: "Backlight Fade Out"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
backlight_fade*: "Σταδιακή απενεργοποίηση φωτισμού"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
backlight_fade*: "Σταδιακή απενεργοποίηση φωτισμού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKLIGHT_FILTER_FIRST_KEYPRESS
|
||
desc: Backlight behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "First Buttonpress Enables Backlight Only"
|
||
</source>
|
||
<dest>
|
||
*: "Πρώτο πάτημα ενεργοποιεί μόνο τον φωτισμό"
|
||
</dest>
|
||
<voice>
|
||
*: "Πρώτο πάτημα ενεργοποιεί μόνο τον φωτισμό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LCD_SLEEP_AFTER_BACKLIGHT_OFF
|
||
desc: In display settings, time to switch LCD chip into power saving state
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_sleep: "Sleep (After Backlight Off)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_sleep: "Χρόνος αδρανοποίησης (Χωρίς φωτισμό)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_sleep: "Χρόνος αδρανοποίησης, χωρίς φωτισμό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BRIGHTNESS
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
backlight_brightness: "Brightness"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
backlight_brightness: "Φωτεινότητα"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
backlight_brightness: "Φωτεινότητα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CONTRAST
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Contrast"
|
||
</source>
|
||
<dest>
|
||
*: "Αντίθεση"
|
||
</dest>
|
||
<voice>
|
||
*: "Αντίθεση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INVERT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_invert,remote_lcd_invert: "LCD Mode"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_invert,remote_lcd_invert: "Κατάσταση LCD"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_invert,remote_lcd_invert: "Κατάσταση Ελ Σι Ντι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INVERT_LCD_INVERSE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_invert,remote_lcd_invert: "Inverse"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_invert,remote_lcd_invert: "Ανεστραμμένα"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_invert,remote_lcd_invert: "Ανεστραμμένα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FLIP_DISPLAY
|
||
desc: in settings_menu, option to turn display+buttos by 180 degrees
|
||
user: core
|
||
<source>
|
||
*: "Upside Down"
|
||
</source>
|
||
<dest>
|
||
*: "Ανάποδα"
|
||
</dest>
|
||
<voice>
|
||
*: "Ανάποδα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INVERT_CURSOR
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Line Selector Type"
|
||
</source>
|
||
<dest>
|
||
*: "Τύπος επιλογέα γραμμής"
|
||
</dest>
|
||
<voice>
|
||
*: "Τύπος επιλογέα γραμμής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INVERT_CURSOR_POINTER
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Pointer"
|
||
</source>
|
||
<dest>
|
||
*: "Δείκτης"
|
||
</dest>
|
||
<voice>
|
||
*: "Δείκτης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INVERT_CURSOR_BAR
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Bar (Inverse)"
|
||
</source>
|
||
<dest>
|
||
*: "Μπάρα (Ανεστραμμένη)"
|
||
</dest>
|
||
<voice>
|
||
*: "Μπάρα, Ανεστραμμένη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CLEAR_BACKDROP
|
||
desc: text for LCD settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_non-mono: "Clear Backdrop"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_non-mono: "Καθαρισμός φόντου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_non-mono: "Καθαρισμός φόντου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKGROUND_COLOR
|
||
desc: menu entry to set the background color
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Background Colour"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Χρώμα φόντου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Χρώμα φόντου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FOREGROUND_COLOR
|
||
desc: menu entry to set the foreground color
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Foreground Colour"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Χρώμα προσκήνιου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Χρώμα προσκήνιου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESET_COLORS
|
||
desc: menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Reset Colours"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Επαναφορά προεπιλεγμένων χρωμάτων"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Επαναφορά προεπιλεγμένων χρωμάτων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COLOR_RGB_LABELS
|
||
desc: what to show for the 'R' 'G' 'B' ONE LETTER EACH
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "RGB"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "RGB"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COLOR_RGB_VALUE
|
||
desc: in color screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "RGB: %02X%02X%02X"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "RGB: %02X%02X%02X"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COLOR_UNACCEPTABLE
|
||
desc: splash when user selects an invalid colour
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Invalid colour"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Άκυρο χρώμα"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LCD_REMOTE_MENU
|
||
desc: in the display sub menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Remote-LCD Settings"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Επιλογές LCD-Χειριστηρίου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Επιλογές Ελ Σι Ντι Χειριστηρίου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REDUCE_TICKING
|
||
desc: in remote lcd settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote_ticking: "Reduce Ticking"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote_ticking: "Μείωση Θορύβου τικ"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote_ticking: "Μείωση Θορύβου τικ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_ICONS
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Show Icons"
|
||
</source>
|
||
<dest>
|
||
*: "Εμφάνιση εικονιδίων"
|
||
</dest>
|
||
<voice>
|
||
*: "Εμφάνιση εικονιδίων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLL_MENU
|
||
desc: in display_settings_menu()
|
||
user: core
|
||
<source>
|
||
*: "Scrolling"
|
||
</source>
|
||
<dest>
|
||
*: "Επιλογές κύλισης"
|
||
</dest>
|
||
<voice>
|
||
*: "Επιλογές κύλισης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLL
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Scroll Speed Setting Example"
|
||
</source>
|
||
<dest>
|
||
*: "Παράδειγμα ταχύτητας κύλισης"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLL_SPEED
|
||
desc: in display_settings_menu()
|
||
user: core
|
||
<source>
|
||
*: "Scroll Speed"
|
||
</source>
|
||
<dest>
|
||
*: "Ταχύτητα κύλισης"
|
||
</dest>
|
||
<voice>
|
||
*: "Ταχύτητα κύλισης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLL_DELAY
|
||
desc: Delay before scrolling
|
||
user: core
|
||
<source>
|
||
*: "Scroll Start Delay"
|
||
</source>
|
||
<dest>
|
||
*: "Καθυστέρηση κύλισης"
|
||
</dest>
|
||
<voice>
|
||
*: "Καθύστέρηση κύλισης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLL_STEP
|
||
desc: Pixels to advance per scroll
|
||
user: core
|
||
<source>
|
||
*: "Scroll Step Size"
|
||
</source>
|
||
<dest>
|
||
*: "Βήμα κύλισης"
|
||
</dest>
|
||
<voice>
|
||
*: "Βήμα κύλισης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLL_STEP_EXAMPLE
|
||
desc: Pixels to advance per scroll
|
||
user: core
|
||
<source>
|
||
*: "Scroll Step Size Setting Example Text"
|
||
</source>
|
||
<dest>
|
||
*: "Παράδειγμα βήματος κύλισης"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BIDIR_SCROLL
|
||
desc: Bidirectional scroll limit
|
||
user: core
|
||
<source>
|
||
*: "Bidirectional Scroll Limit"
|
||
</source>
|
||
<dest>
|
||
*: "Όριο αμφικατευθυντικής κύλισης"
|
||
</dest>
|
||
<voice>
|
||
*: "Όριο αμφικατευθυντικής κύλισης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_SCROLL_SETS
|
||
desc: "Remote Scrolling Options" Submenu in "Scrolling Options" menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Remote Scrolling Options"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Επιλογές κύλισης χειριστηρίου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Επιλογές κύλισης χειριστηρίου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCREEN_SCROLL_VIEW
|
||
desc: should lines scroll out of the screen
|
||
user: core
|
||
<source>
|
||
*: "Screen Scrolls Out of View"
|
||
</source>
|
||
<dest>
|
||
*: "Κύλιση εκτός ορίων οθόνης"
|
||
</dest>
|
||
<voice>
|
||
*: "Κύλιση εκτός ορίων οθόνης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCREEN_SCROLL_STEP
|
||
desc: Pixels to advance per Screen scroll
|
||
user: core
|
||
<source>
|
||
*: "Screen Scroll Step Size"
|
||
</source>
|
||
<dest>
|
||
*: "Μέγεθος προώθησης πίξελ ανά οθόνη"
|
||
</dest>
|
||
<voice>
|
||
*: "Μέγεθος προώθησης πίξελ ανά οθόνη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLL_PAGINATED
|
||
desc: jump to new page when scrolling
|
||
user: core
|
||
<source>
|
||
*: "Paged Scrolling"
|
||
</source>
|
||
<dest>
|
||
*: "Κύλιση ανά σελίδα"
|
||
</dest>
|
||
<voice>
|
||
*: "Κύλιση ανά σελίδα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LISTACCEL_START_DELAY
|
||
desc: Delay before list starts accelerating
|
||
user: core
|
||
<source>
|
||
*: "List Acceleration Start Delay"
|
||
wheel_acceleration: none
|
||
</source>
|
||
<dest>
|
||
*: "Καθυστέρηση εκκίνησης επιτάχυνσης λίστας"
|
||
wheel_acceleration: none
|
||
</dest>
|
||
<voice>
|
||
*: "Καθυστέρηση εκκίνησης επιτάχυνσης λίστας"
|
||
wheel_acceleration: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LISTACCEL_ACCEL_SPEED
|
||
desc: list acceleration speed
|
||
user: core
|
||
<source>
|
||
*: "List Acceleration Speed"
|
||
wheel_acceleration: none
|
||
</source>
|
||
<dest>
|
||
*: "Ταχύτητα επιτάχυνσης λίστας"
|
||
wheel_acceleration: none
|
||
</dest>
|
||
<voice>
|
||
*: "Ταχύτητα επιτάχυνσης λίστας"
|
||
wheel_acceleration: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BARS_MENU
|
||
desc: in the display sub menu
|
||
user: core
|
||
<source>
|
||
*: "Status-/Scrollbar"
|
||
</source>
|
||
<dest>
|
||
*: "Μπάρα κατάστασης/κύλισης"
|
||
</dest>
|
||
<voice>
|
||
*: "Μπάρα κατάστασης και κύλισης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLL_BAR
|
||
desc: display menu, F3 substitute
|
||
user: core
|
||
<source>
|
||
*: "Scroll Bar"
|
||
</source>
|
||
<dest>
|
||
*: "Μπάρα κύλισης"
|
||
</dest>
|
||
<voice>
|
||
*: "Μπάρα κύλισης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STATUS_BAR
|
||
desc: display menu, F3 substitute
|
||
user: core
|
||
<source>
|
||
*: "Status Bar"
|
||
</source>
|
||
<dest>
|
||
*: "Μπάρα κατάστασης"
|
||
</dest>
|
||
<voice>
|
||
*: "Μπάρα κατάστασης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BUTTON_BAR
|
||
desc: in settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recorder_pad: "Button Bar"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recorder_pad: "Μπάρα κουμπιών"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recorder_pad: "Μπάρα κουμπιών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOLUME_DISPLAY
|
||
desc: Volume type title
|
||
user: core
|
||
<source>
|
||
*: "Volume Display"
|
||
</source>
|
||
<dest>
|
||
*: "Ενδειξη έντασης"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενδειξη έντασης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_DISPLAY
|
||
desc: Battery type title
|
||
user: core
|
||
<source>
|
||
*: "Battery Display"
|
||
</source>
|
||
<dest>
|
||
*: "Ενδειξη μπαταρίας"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενδειξη μπαταρίας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISPLAY_GRAPHIC
|
||
desc: Label for type of icon display
|
||
user: core
|
||
<source>
|
||
*: "Graphic"
|
||
</source>
|
||
<dest>
|
||
*: "Γραφική"
|
||
</dest>
|
||
<voice>
|
||
*: "Γραφική"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISPLAY_NUMERIC
|
||
desc: Label for type of icon display
|
||
user: core
|
||
<source>
|
||
*: "Numeric"
|
||
</source>
|
||
<dest>
|
||
*: "Αριθμητική"
|
||
</dest>
|
||
<voice>
|
||
*: "Αριθμητική"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_MENU
|
||
desc: in the display menu
|
||
user: core
|
||
<source>
|
||
*: "Peak Meter"
|
||
masd: none
|
||
</source>
|
||
<dest>
|
||
*: "Μετρητής μέγιστων"
|
||
masd: none
|
||
</dest>
|
||
<voice>
|
||
*: "Μετρητής μέγιστων"
|
||
masd: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_CLIP_HOLD
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Clip Hold Time"
|
||
masd: none
|
||
</source>
|
||
<dest>
|
||
*: "Χρόνος κράτησης ψαλιδίσματος"
|
||
masd: none
|
||
</dest>
|
||
<voice>
|
||
*: "Χρόνος κράτησης ψαλιδίσματος"
|
||
masd: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_PEAK_HOLD
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Peak Hold Time"
|
||
masd: none
|
||
</source>
|
||
<dest>
|
||
*: "Χρόνος κράτησης μέγιστου"
|
||
masd: none
|
||
</dest>
|
||
<voice>
|
||
*: "Χρόνος κράτησης μέγιστου"
|
||
masd: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_ETERNAL
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Eternal"
|
||
masd: none
|
||
</source>
|
||
<dest>
|
||
*: "Ατέρμονα"
|
||
masd: none
|
||
</dest>
|
||
<voice>
|
||
*: "Ατέρμονα"
|
||
masd: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_RELEASE
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Peak Release"
|
||
masd: none
|
||
</source>
|
||
<dest>
|
||
*: "Απελευθέρωση μέγιστου"
|
||
masd: none
|
||
</dest>
|
||
<voice>
|
||
*: "Απελευθέρωση μέγιστου"
|
||
masd: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_SCALE
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Scale"
|
||
masd: none
|
||
</source>
|
||
<dest>
|
||
*: "Κλίμακα"
|
||
masd: none
|
||
</dest>
|
||
<voice>
|
||
*: "Κλίμακα"
|
||
masd: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_DBFS
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Logarithmic (dB)"
|
||
masd: none
|
||
</source>
|
||
<dest>
|
||
*: "Λογαριθμική (dB)"
|
||
masd: none
|
||
</dest>
|
||
<voice>
|
||
*: "Λογαριθμική, ντεσιμπέλ,"
|
||
masd: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_LINEAR
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Linear (%)"
|
||
masd: none
|
||
</source>
|
||
<dest>
|
||
*: "Γραμμική (%)"
|
||
masd: none
|
||
</dest>
|
||
<voice>
|
||
*: "Γραμμική, επί τοις εκατό"
|
||
masd: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_MIN
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Minimum of Range"
|
||
masd: none
|
||
</source>
|
||
<dest>
|
||
*: "Ελάχιστο εύρος"
|
||
masd: none
|
||
</dest>
|
||
<voice>
|
||
*: "Ελάχιστο εύρος"
|
||
masd: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_MAX
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Maximum of Range"
|
||
masd: none
|
||
</source>
|
||
<dest>
|
||
*: "Μέγιστο εύρος"
|
||
masd: none
|
||
</dest>
|
||
<voice>
|
||
*: "Μέγιστο εύρος"
|
||
masd: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DEFAULT_CODEPAGE
|
||
desc: default encoding used with id3 tags
|
||
user: core
|
||
<source>
|
||
*: "Default Codepage"
|
||
</source>
|
||
<dest>
|
||
*: "Προεπιλεγμένη κωδικοποίηση"
|
||
</dest>
|
||
<voice>
|
||
*: "Προεπιλεγμένη κωδικοποίηση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_LATIN1
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Latin1 (ISO-8859-1)"
|
||
</source>
|
||
<dest>
|
||
*: "Λατινικά1 (ISO-8859-1)"
|
||
</dest>
|
||
<voice>
|
||
*: "Λατινικά 1"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_GREEK
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Greek (ISO-8859-7)"
|
||
</source>
|
||
<dest>
|
||
*: "Ελληνικά (ISO-8859-7)"
|
||
</dest>
|
||
<voice>
|
||
*: "Ελληνικά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_HEBREW
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Hebrew (ISO-8859-8)"
|
||
</source>
|
||
<dest>
|
||
*: "Εβραϊκά (ISO-8859-8)"
|
||
</dest>
|
||
<voice>
|
||
*: "Εβραϊκά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_CYRILLIC
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Cyrillic (CP1251)"
|
||
</source>
|
||
<dest>
|
||
*: "Κυριλλικά (CP1251)"
|
||
</dest>
|
||
<voice>
|
||
*: "Κυριλλικά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_THAI
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Thai (ISO-8859-11)"
|
||
</source>
|
||
<dest>
|
||
*: "Ταϊλανδικά, (ISO-8859-11)"
|
||
</dest>
|
||
<voice>
|
||
*: "Ταϊλανδικά,"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_ARABIC
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Arabic (CP1256)"
|
||
</source>
|
||
<dest>
|
||
*: "Αραβικά (CP1256)"
|
||
</dest>
|
||
<voice>
|
||
*: "Αραβικά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_TURKISH
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Turkish (ISO-8859-9)"
|
||
</source>
|
||
<dest>
|
||
*: "Τούρκικα (ISO-8859-9)"
|
||
</dest>
|
||
<voice>
|
||
*: "Τούρκικα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_LATIN_EXTENDED
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Latin Extended (ISO-8859-2)"
|
||
</source>
|
||
<dest>
|
||
*: "Εκτεταμένα λατινικά (ISO-8859-2)"
|
||
</dest>
|
||
<voice>
|
||
*: "Εκτεταμένα λατινικά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_JAPANESE
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Japanese (SJIS)"
|
||
</source>
|
||
<dest>
|
||
*: "Ιαπωνικά (SJIS)"
|
||
</dest>
|
||
<voice>
|
||
*: "Ιαπωνικά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_SIMPLIFIED
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Simp. Chinese (GB2312)"
|
||
</source>
|
||
<dest>
|
||
*: "Απλ. Κινέζικα (GB2312)"
|
||
</dest>
|
||
<voice>
|
||
*: "Απλοποιημένα Κινέζικα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_KOREAN
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Korean (KSX1001)"
|
||
</source>
|
||
<dest>
|
||
*: "Κορεάτικα (KSX1001)"
|
||
</dest>
|
||
<voice>
|
||
*: "Κορεάτικα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_TRADITIONAL
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Trad. Chinese (BIG5)"
|
||
</source>
|
||
<dest>
|
||
*: "Παραδ. Κινέζικα (BIG5)"
|
||
</dest>
|
||
<voice>
|
||
*: "Παραδοσιακά Κινέζικα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_UTF8
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Unicode (UTF-8)"
|
||
</source>
|
||
<dest>
|
||
*: "Unicode (UTF-8)"
|
||
</dest>
|
||
<voice>
|
||
*: "Γιούνι κόουντ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BUTTONLIGHT_TIMEOUT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
button_light: "Button Light Timeout"
|
||
sansae200*,sansafuze*: "Wheel Light Timeout"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
button_light: "Χρόνος σβησίματος πλήκτρων"
|
||
sansae200*,sansafuze*: "Χρόνος σβησίματος τροχού"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
button_light: "Χρόνος σβησίματος πλήκτρων"
|
||
sansae200*,sansafuze*: "Χρόνος σβησίματος τροχού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BUTTONLIGHT_BRIGHTNESS
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
buttonlight_brightness: "Button Light Brightness"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
buttonlight_brightness: "Φωτεινότητα πλήκτρων"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
buttonlight_brightness: "Φωτεινότητα πλήκτρων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_START_SCREEN
|
||
desc: in the system sub menu
|
||
user: core
|
||
<source>
|
||
*: "Start Screen"
|
||
</source>
|
||
<dest>
|
||
*: "Οθόνη εκκίνησης"
|
||
</dest>
|
||
<voice>
|
||
*: "Οθόνη εκκίνησης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MAIN_MENU
|
||
desc: in start screen setting
|
||
user: core
|
||
<source>
|
||
*: "Main Menu"
|
||
</source>
|
||
<dest>
|
||
*: "Κεντρικό μενού"
|
||
</dest>
|
||
<voice>
|
||
*: "Κεντρικό μενού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PREVIOUS_SCREEN
|
||
desc: in start screen setting
|
||
user: core
|
||
<source>
|
||
*: "Previous Screen"
|
||
</source>
|
||
<dest>
|
||
*: "Προηγούμενη οθόνη"
|
||
</dest>
|
||
<voice>
|
||
*: "Προηγούμενη οθόνη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_MENU
|
||
desc: in the system sub menu
|
||
user: core
|
||
<source>
|
||
*: "Battery"
|
||
</source>
|
||
<dest>
|
||
*: "Μπαταρία"
|
||
</dest>
|
||
<voice>
|
||
*: "Μπαταρία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_CAPACITY
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Battery Capacity"
|
||
</source>
|
||
<dest>
|
||
*: "Χωρητικότητα μπαταρίας"
|
||
</dest>
|
||
<voice>
|
||
*: "Χωρητικότητα μπαταρίας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_TYPE
|
||
desc: in battery settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
battery_types: "Battery Type"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
battery_types: "Τύπος μπαταρίας"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
battery_types: "Τύπος μπαταρίας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_TYPE_1
|
||
desc: in battery settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
battery_types: "Alkaline"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
battery_types: "Αλκαλικές"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
battery_types: "Αλκαλικές"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_TYPE_2
|
||
desc: in battery settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
battery_types: "NiMH"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
battery_types: "Νικελίου υβριδίων μετάλλου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
battery_types: "Νικελίου υβριδίων μετάλλου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISK_MENU
|
||
desc: in the system sub menu
|
||
user: core
|
||
<source>
|
||
*: "Disk"
|
||
</source>
|
||
<dest>
|
||
*: "Δίσκος"
|
||
</dest>
|
||
<voice>
|
||
*: "Δίσκος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SPINDOWN
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Disk Spindown"
|
||
flash_storage: none
|
||
</source>
|
||
<dest>
|
||
*: "Διακοπή περιστροφής δίσκου"
|
||
flash_storage: none
|
||
</dest>
|
||
<voice>
|
||
*: "Διακοπή περιστροφής δίσκου"
|
||
flash_storage: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DIRCACHE_ENABLE
|
||
desc: in directory cache settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
dircache: "Directory Cache"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
dircache: "Δομή φακέλων στη μνήμη"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
dircache: "Δομή φακέλων στη μνήμη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TIME_MENU
|
||
desc: in the system sub menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Time & Date"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Ώρα & ημερομηνία"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: "Ώρα και ημερομηνία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SET_TIME
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Set Time/Date"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Ρύθμιση Ώρας/Ημερομηνίας"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: "Ρύθμιση ώρας και ημερομηνίας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TIMEFORMAT
|
||
desc: select the time format of time in status bar
|
||
user: core
|
||
<source>
|
||
*: "Time Format"
|
||
</source>
|
||
<dest>
|
||
*: "Μορφή ώρας"
|
||
</dest>
|
||
<voice>
|
||
*: "Μορφή ώρας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_12_HOUR_CLOCK
|
||
desc: option for 12 hour clock
|
||
user: core
|
||
<source>
|
||
*: "12 Hour Clock"
|
||
</source>
|
||
<dest>
|
||
*: "12 ώρες"
|
||
</dest>
|
||
<voice>
|
||
*: "δώδεκα άωρο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_24_HOUR_CLOCK
|
||
desc: option for 24 hour clock
|
||
user: core
|
||
<source>
|
||
*: "24 Hour Clock"
|
||
</source>
|
||
<dest>
|
||
*: "24 ώρες"
|
||
</dest>
|
||
<voice>
|
||
*: "είκοσι τετράωρο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TIME_SET_BUTTON
|
||
desc: used in set_time()
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "ON = Set"
|
||
gigabeat*,iaudiom5,iaudiox5,ipod*,iriverh10,iriverh10_5gb,mrobe100,sansac200*,sansaclip*,sansaconnect,sansae200*,sansafuze*: "SELECT = Set"
|
||
gogearsa9200,samsungyh*: "PLAY = Set"
|
||
iriverh100,iriverh120,iriverh300: "NAVI = Set"
|
||
mpiohd300: "ENTER = Set"
|
||
mrobe500: "HEART = Set"
|
||
vibe500: "OK = Set"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "ON = Ρύθμιση"
|
||
gigabeat*,iaudiom5,iaudiox5,ipod*,iriverh10,iriverh10_5gb,mrobe100,sansac200*,sansaclip*,sansaconnect,sansae200*,sansafuze*: "SELECT = Ρύθμιση"
|
||
gogearsa9200,samsungyh*: "PLAY = Ρύθμιση"
|
||
iriverh100,iriverh120,iriverh300: "NAVI = Ρύθμιση"
|
||
mpiohd300: "ENTER = Ρύθμιση"
|
||
mrobe500: "HEART = Ρύθμιση"
|
||
vibe500: "OK = Ρύθμιση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TIME_REVERT
|
||
desc: used in set_time()
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "OFF = Revert"
|
||
gigabeatfx,mrobe500: "POWER = Revert"
|
||
gigabeats,sansafuzeplus: "BACK = Revert"
|
||
gogearsa9200: "LEFT = Revert"
|
||
iaudiom5,iaudiox5: "RECORD = Revert"
|
||
ipod*,mpiohd300,sansac200*: "MENU = Revert"
|
||
iriverh10,iriverh10_5gb,sansae200*,sansafuze*: "PREV = Revert"
|
||
iriverh100,iriverh120,iriverh300: "STOP = Revert"
|
||
mrobe100: "DISPLAY = Revert"
|
||
samsungyh*: "REW = Revert"
|
||
vibe500: "CANCEL = Revert"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "OFF = Ακύρωση"
|
||
gigabeatfx,mrobe500: "POWER = Ακύρωση"
|
||
gigabeats,sansafuzeplus: "BACK = Ακύρωση"
|
||
gogearsa9200: "LEFT = Ακύρωση"
|
||
iaudiom5,iaudiox5: "RECORD = Ακύρωση"
|
||
ipod*,mpiohd300,sansac200*: "MENU = Ακύρωση"
|
||
iriverh10,iriverh10_5gb,sansae200*,sansafuze*: "PREV = Ακύρωση"
|
||
iriverh100,iriverh120,iriverh300: "STOP = Ακύρωση"
|
||
mrobe100: "DISPLAY = Ακύρωση"
|
||
samsungyh*: "REW = Ακύρωση"
|
||
vibe500: "C = Ακύρωση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WEEKDAY_SUNDAY
|
||
desc: Maximum 3-letter abbreviation for weekday
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Sun"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Κυρ"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WEEKDAY_MONDAY
|
||
desc: Maximum 3-letter abbreviation for weekday
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Mon"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Δευ"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WEEKDAY_TUESDAY
|
||
desc: Maximum 3-letter abbreviation for weekday
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Tue"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Τρί"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WEEKDAY_WEDNESDAY
|
||
desc: Maximum 3-letter abbreviation for weekday
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Wed"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Τετ"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WEEKDAY_THURSDAY
|
||
desc: Maximum 3-letter abbreviation for weekday
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Thu"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Πέμ"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WEEKDAY_FRIDAY
|
||
desc: Maximum 3-letter abbreviation for weekday
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Fri"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Παρ"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WEEKDAY_SATURDAY
|
||
desc: Maximum 3-letter abbreviation for weekday
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Sat"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Σάβ"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_JANUARY
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Jan"
|
||
</source>
|
||
<dest>
|
||
*: "Ιαν"
|
||
</dest>
|
||
<voice>
|
||
*: "Ιανουάριος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_FEBRUARY
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Feb"
|
||
</source>
|
||
<dest>
|
||
*: "Φεβ"
|
||
</dest>
|
||
<voice>
|
||
*: "Φεβρουάριος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_MARCH
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Mar"
|
||
</source>
|
||
<dest>
|
||
*: "Μάρ"
|
||
</dest>
|
||
<voice>
|
||
*: "Μάρτιος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_APRIL
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Apr"
|
||
</source>
|
||
<dest>
|
||
*: "Απρ"
|
||
</dest>
|
||
<voice>
|
||
*: "Απρίλιος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_MAY
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "May"
|
||
</source>
|
||
<dest>
|
||
*: "Μάι"
|
||
</dest>
|
||
<voice>
|
||
*: "Μάιος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_JUNE
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Jun"
|
||
</source>
|
||
<dest>
|
||
*: "Ιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Ιούνιος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_JULY
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Jul"
|
||
</source>
|
||
<dest>
|
||
*: "Ιολ"
|
||
</dest>
|
||
<voice>
|
||
*: "Ιούλιος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_AUGUST
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Aug"
|
||
</source>
|
||
<dest>
|
||
*: "Αύγ"
|
||
</dest>
|
||
<voice>
|
||
*: "Αύγουστος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_SEPTEMBER
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Sep"
|
||
</source>
|
||
<dest>
|
||
*: "Σεπ"
|
||
</dest>
|
||
<voice>
|
||
*: "Σεπτέμβριος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_OCTOBER
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Oct"
|
||
</source>
|
||
<dest>
|
||
*: "Οκτ"
|
||
</dest>
|
||
<voice>
|
||
*: "Οκτώβριος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_NOVEMBER
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Nov"
|
||
</source>
|
||
<dest>
|
||
*: "Νοέ"
|
||
</dest>
|
||
<voice>
|
||
*: "Νοέμβριος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_DECEMBER
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Dec"
|
||
</source>
|
||
<dest>
|
||
*: "Δεκ"
|
||
</dest>
|
||
<voice>
|
||
*: "Δεκέμβριος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_POWEROFF_IDLE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Idle Poweroff"
|
||
</source>
|
||
<dest>
|
||
*: "Σβήσιμο κατά την αδράνεια"
|
||
</dest>
|
||
<voice>
|
||
*: "Σβήσιμο κατά την αδράνεια"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SLEEP_TIMER
|
||
desc: sleep timer setting
|
||
user: core
|
||
<source>
|
||
*: "Sleep Timer"
|
||
</source>
|
||
<dest>
|
||
*: "Χρονοδιακόπτης ύπνου"
|
||
</dest>
|
||
<voice>
|
||
*: "Χρονοδιακόπτης ύπνου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LIMITS_MENU
|
||
desc: in the system sub menu
|
||
user: core
|
||
<source>
|
||
*: "Limits"
|
||
</source>
|
||
<dest>
|
||
*: "Περιορισμοί"
|
||
</dest>
|
||
<voice>
|
||
*: "Περιορισμοί"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MAX_FILES_IN_DIR
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Max Entries in File Browser"
|
||
</source>
|
||
<dest>
|
||
*: "Όριο αρχείων περιηγητή"
|
||
</dest>
|
||
<voice>
|
||
*: "Όριο αρχείων περιηγητή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MAX_FILES_IN_PLAYLIST
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Max Playlist Size"
|
||
</source>
|
||
<dest>
|
||
*: "Όριο λίστας αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Όριο λίστας αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CAR_ADAPTER_MODE
|
||
desc: Displayed for setting car adapter mode to on/off
|
||
user: core
|
||
<source>
|
||
*: none
|
||
charging: "Car Adapter Mode"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
charging: "Κατάσταση υποδοχής αυτοκινήτου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
charging: "Κατάσταση υποδοχής αυτοκινήτου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALARM_MOD_ALARM_MENU
|
||
desc: The name of the additional entry in the main menu for the RTC alarm mod.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
alarm: "Wake-Up Alarm"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
alarm: "Αφύπνιση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
alarm: "Αφύπνιση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALARM_WAKEUP_SCREEN
|
||
desc: in alarm menu setting
|
||
user: core
|
||
<source>
|
||
*: none
|
||
alarm: "Alarm Wake up Screen"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
alarm: "Οθόνη αφύπνισης"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
alarm: "Οθόνη αφύπνισης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALARM_MOD_TIME
|
||
desc: The current alarm time shown in the alarm menu for the RTC alarm mod.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
alarm: "Alarm Time:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
alarm: "Ώρα αφύπνισης:"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
alarm: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALARM_MOD_TIME_TO_GO
|
||
desc: The time until the alarm will go off shown in the alarm menu for the RTC alarm mod.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
alarm: "Waking Up in %d:%02d"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
alarm: "Αφύπνιση σε %d:%02d"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
alarm: "Αφύπνιση σε"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALARM_MOD_SHUTDOWN
|
||
desc: The text that tells the user that the alarm time is ok and the device shuts off (for the RTC alarm mod).
|
||
user: core
|
||
<source>
|
||
*: none
|
||
alarm: "Alarm Set"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
alarm: "Ορίστηκε αφύπνιση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
alarm: "Ορίστηκε αφύπνιση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALARM_MOD_ERROR
|
||
desc: The text that tells that the time is incorrect (for the RTC alarm mod).
|
||
user: core
|
||
<source>
|
||
*: none
|
||
alarm: "Alarm Time Is Too Soon!"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
alarm: "Χρόνος αφύπνισης υπερβολικά νωρίς!"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
alarm: "Χρόνος αφύπνισης υπερβολικά νωρίς!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALARM_MOD_KEYS
|
||
desc: Shown key functions in alarm menu (for the RTC alarm mod).
|
||
user: core
|
||
<source>
|
||
*: none
|
||
alarm: "PLAY=Set OFF=Cancel"
|
||
gigabeats: "SELECT=Set POWER=Cancel"
|
||
ipod*: "SELECT=Set MENU=Cancel"
|
||
iriverh10,iriverh10_5gb: "SELECT=Set PREV=Cancel"
|
||
mpiohd300: "ENTER=Set MENU=Cancel"
|
||
sansafuzeplus: "SELECT=Set BACK=Cancel"
|
||
vibe500: "OK=Set C=Cancel"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
alarm: "PLAY=Όρισε ΟFF=Ακύρωση"
|
||
gigabeats: "SELECT=Όρισε POWER=Ακύρωση"
|
||
ipod*: "SELECT=Όρισε MENU=Ακύρωση"
|
||
iriverh10,iriverh10_5gb: "SELECT=Όρισε PREV=Ακύρωση"
|
||
mpiohd300: "ENTER=Όρισε MENU=Ακύρωση"
|
||
sansafuzeplus: "SELECT=Όρισε BACK=Ακύρωση"
|
||
vibe500: "OK=Όρισε C=Ακύρωση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALARM_MOD_DISABLE
|
||
desc: Announce that the RTC alarm has been turned off
|
||
user: core
|
||
<source>
|
||
*: none
|
||
alarm: "Alarm Disabled"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
alarm: "Αφύπνιση ανενεργή"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
alarm: "Αφύπνιση ανενεργή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS
|
||
desc: in general settings
|
||
user: core
|
||
<source>
|
||
*: "Bookmarking"
|
||
</source>
|
||
<dest>
|
||
*: "Σελιδοδείκτες"
|
||
</dest>
|
||
<voice>
|
||
*: "Σελιδοδείκτες"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS_AUTOCREATE
|
||
desc: prompt for user to decide to create an bookmark
|
||
user: core
|
||
<source>
|
||
*: "Bookmark on Stop"
|
||
</source>
|
||
<dest>
|
||
*: "Σελιδοδείκτης κατά την διακοπή"
|
||
</dest>
|
||
<voice>
|
||
*: "Σελιδοδείκτης κατά την διακοπή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_YES
|
||
desc: Save in recent bookmarks only
|
||
user: core
|
||
<source>
|
||
*: "Yes - Recent only"
|
||
</source>
|
||
<dest>
|
||
*: "Ναι - Μόνο πρόσφατοι"
|
||
</dest>
|
||
<voice>
|
||
*: "Ναι - Μόνο πρόσφατοι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_ASK
|
||
desc: Save in recent bookmarks only
|
||
user: core
|
||
<source>
|
||
*: "Ask - Recent only"
|
||
</source>
|
||
<dest>
|
||
*: "Με ερώτηση - Μόνο πρόσφατοι"
|
||
</dest>
|
||
<voice>
|
||
*: "Με ερώτηση - Μόνο πρόσφατοι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS_AUTOLOAD
|
||
desc: prompt for user to decide to create a bookmark
|
||
user: core
|
||
<source>
|
||
*: "Load Last Bookmark"
|
||
</source>
|
||
<dest>
|
||
*: "Άνοιγμα τελευταίου σελιδοδείκτη"
|
||
</dest>
|
||
<voice>
|
||
*: "Άνοιγμα τελευταίου σελιδοδείκτη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS_MAINTAIN_RECENT_BOOKMARKS
|
||
desc: Configuration option to maintain a list of recent bookmarks
|
||
user: core
|
||
<source>
|
||
*: "Maintain a List of Recent Bookmarks?"
|
||
</source>
|
||
<dest>
|
||
*: "Διατήρηση λίστας προσφάτων σελιδοδεικτών;"
|
||
</dest>
|
||
<voice>
|
||
*: "Διατήρηση λίστας προσφάτων σελιδοδεικτών;"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LANGUAGE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Language"
|
||
</source>
|
||
<dest>
|
||
*: "Γλώσσα"
|
||
</dest>
|
||
<voice>
|
||
*: "Γλώσσα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LANGUAGE_LOADED
|
||
desc: shown when a language has been loaded from the dir browser
|
||
user: core
|
||
<source>
|
||
*: "New Language"
|
||
</source>
|
||
<dest>
|
||
*: "Νέα γλώσσα"
|
||
</dest>
|
||
<voice>
|
||
*: "Νέα γλώσσα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE
|
||
desc: root of voice menu
|
||
user: core
|
||
<source>
|
||
*: "Voice"
|
||
</source>
|
||
<dest>
|
||
*: "Φωνή"
|
||
</dest>
|
||
<voice>
|
||
*: "Φωνή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_MENU
|
||
desc: item of voice menu, enable/disable the voice UI
|
||
user: core
|
||
<source>
|
||
*: "Voice Menus"
|
||
</source>
|
||
<dest>
|
||
*: "Φωνητικά μενού"
|
||
</dest>
|
||
<voice>
|
||
*: "Φωνητικά μενού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_DIR
|
||
desc: item of voice menu, set the voice mode for directories
|
||
user: core
|
||
<source>
|
||
*: "Voice Directories"
|
||
</source>
|
||
<dest>
|
||
*: "Φωνητικοί φάκελοι"
|
||
</dest>
|
||
<voice>
|
||
*: "Φωνητικοί φάκελοι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_DIR_TALK
|
||
desc: Item of voice menu, whether to use directory .talk clips
|
||
user: core
|
||
<source>
|
||
*: "Use Directory .talk Clips"
|
||
</source>
|
||
<dest>
|
||
*: "Χρήση φακέλων .talk Clips"
|
||
</dest>
|
||
<voice>
|
||
*: "Χρήση φακέλων τοκ κλιπς"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_FILE
|
||
desc: item of voice menu, set the voice mode for files
|
||
user: core
|
||
<source>
|
||
*: "Voice Filenames"
|
||
</source>
|
||
<dest>
|
||
*: "Φωνητικά αρχεία"
|
||
</dest>
|
||
<voice>
|
||
*: "Φωνητικά αρχεία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_FILE_TALK
|
||
desc: Item of voice menu, whether to use file .talk clips
|
||
user: core
|
||
<source>
|
||
*: "Use File .talk Clips"
|
||
</source>
|
||
<dest>
|
||
*: "Χρήση αρχείων .talk Clips"
|
||
</dest>
|
||
<voice>
|
||
*: "Χρήση αρχείων τόκ κλιπς"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_NUMBER
|
||
desc: "talkbox" mode for files+directories
|
||
user: core
|
||
<source>
|
||
*: "Numbers"
|
||
</source>
|
||
<dest>
|
||
*: "Αριθμοί"
|
||
</dest>
|
||
<voice>
|
||
*: "Αριθμοί"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_SPELL
|
||
desc: "talkbox" mode for files+directories
|
||
user: core
|
||
<source>
|
||
*: "Spell"
|
||
</source>
|
||
<dest>
|
||
*: "Συλλαβισμός"
|
||
</dest>
|
||
<voice>
|
||
*: "Συλλαβισμός"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_DIR_HOVER
|
||
desc: "talkbox" mode for directories + files
|
||
user: core
|
||
<source>
|
||
*: ".talk Clip"
|
||
</source>
|
||
<dest>
|
||
*: ".talk Αρχείο"
|
||
</dest>
|
||
<voice>
|
||
*: "talk Αρχείο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MANAGE_MENU
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Manage Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Διαχείριση ρυθμίσεων"
|
||
</dest>
|
||
<voice>
|
||
*: "Διαχείριση ρυθμίσεων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CUSTOM_CFG
|
||
desc: in setting_menu()
|
||
user: core
|
||
<source>
|
||
*: "Browse .cfg Files"
|
||
</source>
|
||
<dest>
|
||
*: "Περιήγηση αρχείων .cfg"
|
||
</dest>
|
||
<voice>
|
||
*: "Περιήγηση αρχείων ρύθμισης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SETTINGS_LOADED
|
||
desc: Feedback shown when a .cfg file is loaded
|
||
user: core
|
||
<source>
|
||
*: "Settings Loaded"
|
||
</source>
|
||
<dest>
|
||
*: "Ρυθμίσεις Φορτώθηκαν"
|
||
</dest>
|
||
<voice>
|
||
*: "Ρυθμίσεις Φορτώθηκαν"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESET
|
||
desc: in system_settings_menu()
|
||
user: core
|
||
<source>
|
||
*: "Reset Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Επαναφορά ρυθμίσεων"
|
||
</dest>
|
||
<voice>
|
||
*: "Επαναφορά ρυθμίσεων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESET_DONE_CLEAR
|
||
desc: visual confirmation after settings reset
|
||
user: core
|
||
<source>
|
||
*: "Cleared"
|
||
</source>
|
||
<dest>
|
||
*: "Διαγράφθηκαν"
|
||
</dest>
|
||
<voice>
|
||
*: "Ρυθμίσεις διαγράφθηκαν"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SAVE_SETTINGS
|
||
desc: in system_settings_menu()
|
||
user: core
|
||
<source>
|
||
*: "Save .cfg File"
|
||
</source>
|
||
<dest>
|
||
*: "Εγγραφή αρχείου .cfg"
|
||
</dest>
|
||
<voice>
|
||
*: "Εγγραφή αρχείου ρυθμίσεων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SETTINGS_SAVED
|
||
desc: Feedback shown when a .cfg file is saved
|
||
user: core
|
||
<source>
|
||
*: "Settings Saved"
|
||
</source>
|
||
<dest>
|
||
*: "Ρυθμίσεις αποθηκεύθηκαν"
|
||
</dest>
|
||
<voice>
|
||
*: "Ρυθμίσεις αποθηκεύθηκαν"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SAVE_THEME
|
||
desc: save a theme file
|
||
user: core
|
||
<source>
|
||
*: "Save Theme Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Αποθήκευση ρυθμίσεων θέματος"
|
||
</dest>
|
||
<voice>
|
||
*: "Αποθήκευση ρυθμίσεων θέματος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CUSTOM_THEME
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Browse Theme Files"
|
||
</source>
|
||
<dest>
|
||
*: "Περιήγηση αρχείων θεμάτων"
|
||
</dest>
|
||
<voice>
|
||
*: "Περιήγηση αρχείων θεμάτων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_SETTINGS
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Recording Settings"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Ρυθμίσεις ηχογράφησης"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Ρυθμίσεις ηχογράφησης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_MENU
|
||
desc: fm menu title
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "FM Radio Menu"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Μενού Ραδιόφωνου FM"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Μενού Ραδιόφωνου Εφ Εμ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_NO_PRESETS
|
||
desc: error when preset list is empty
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "No presets"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Δεν υπάρχουν προεπιλογές"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Δεν υπάρχουν προεπιλογές"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_ADD_PRESET
|
||
desc: in radio menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Add Preset"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Προσθήκη προεπιλογής"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Προσθήκη προεπιλογής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_EDIT_PRESET
|
||
desc: in radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Edit Preset"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Επεξεργασία προεπιλογής"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Επεξεργασία προεπιλογής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_DELETE_PRESET
|
||
desc: in radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Remove Preset"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Αφαίρεση προεπιλογής"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Αφαίρεση προεπιλογής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_PRESET_SAVE_FAILED
|
||
desc: in radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Preset Save Failed"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Αποθήκευση προεπιλογών απέτυχε"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Αποθήκευση προεπιλογών απέτυχε"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_NO_FREE_PRESETS
|
||
desc: in radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "The Preset List is Full"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Λίστα προεπιλογών γεμάτη"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Λίστα προεπιλογών γεμάτη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BUTTONBAR_MENU
|
||
desc: in button bar
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio_screen_button_bar: "Menu"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio_screen_button_bar: "Μενού"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio_screen_button_bar: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_BUTTONBAR_EXIT
|
||
desc: in radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio_screen_button_bar: "Exit"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio_screen_button_bar: "Έξοδος"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio_screen_button_bar: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_BUTTONBAR_ACTION
|
||
desc: in radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio_screen_button_bar: "Action"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio_screen_button_bar: "Ενέργεια"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio_screen_button_bar: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PRESET
|
||
desc: in button bar and radio screen / menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Preset"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Προεπιλογή"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Προεπιλογή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_BUTTONBAR_ADD
|
||
desc: in radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio_screen_button_bar: "Add"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio_screen_button_bar: "Προσθήκη"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio_screen_button_bar: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_BUTTONBAR_RECORD
|
||
desc: in radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio_screen_button_bar: "Record"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio_screen_button_bar: "Ηχογράφηση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio_screen_button_bar: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_MONO_MODE
|
||
desc: in radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Force Mono"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Εξαναγκασμός μονοφωνικού ήχου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Εξαναγκασμός μονοφωνικού ήχου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_FREEZE
|
||
desc: splash screen during freeze in radio mode
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Screen frozen!"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Οθόνη παγωμένη!"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_SCAN_PRESETS
|
||
desc: in radio menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Auto-Scan Presets"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Αυτόματη αναζήτηση προεπιλογών"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Αυτόματη αναζήτηση προεπιλογών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_CLEAR_PRESETS
|
||
desc: confirmation if presets can be cleared
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Clear Current Presets?"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Καθαρισμός τρεχόντων προεπιλογών;"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Καθαρισμός τρεχόντων προεπιλογών;"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_SCANNING
|
||
desc: during auto scan
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Scanning %d.%02d MHz"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Αναζήτηση %d.%02d MHz"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_DEFAULT_PRESET_NAME
|
||
desc: default preset name for auto scan mode
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "%d.%02d MHz"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "%d.%02d MHz"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RADIO_SCAN_MODE
|
||
desc: in radio screen / menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Scan"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Αναζήτηση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Αναζήτηση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_PRESET_LOAD
|
||
desc: load preset list in fm radio
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Load Preset List"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Άνοιγμα λίστας προεπιλογών"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Άνοιγμα λίστας προεπιλογών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_PRESET_SAVE
|
||
desc: Save preset list in fm radio
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Save Preset List"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Αποθήκευση λίστας προεπιλογών"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Αποθήκευση λίστας προεπιλογών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_PRESET_CLEAR
|
||
desc: clear preset list in fm radio
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Clear Preset List"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Καθαρισμός λίστας προεπιλογών"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Καθαρισμός λίστας προεπιλογών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FMR
|
||
desc: Used when you need to say Preset List, also voiced
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Preset List"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Λίστα προεπιλογών"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Λίστα προεπιλογών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_FIRST_AUTOSCAN
|
||
desc: When you run the radio without an fmr file in settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "No settings found. Autoscan?"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Δεν βρέθηκαν ρυθμίσεις, αυτόματη αναζήτηση;"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Δεν βρέθηκαν ρυθμίσεις, αυτόματη αναζήτηση;"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_REGION
|
||
desc: fm tuner region setting
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Region"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Περιοχή"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Περιοχή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_EUROPE
|
||
desc: fm tuner region europe
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Europe"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Ευρώπη"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Ευρώπη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_US
|
||
desc: fm region us / canada
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "US / Canada"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "ΗΠΑ / Καναδάς"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "ΗΠΑ και Καναδάς"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_JAPAN
|
||
desc: fm region japan
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Japan"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Ιαπωνία"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Ιαπωνία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_KOREA
|
||
desc: fm region korea
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Korea"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Κορέα"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Κορέα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FORMAT
|
||
desc: audio format
|
||
user: core
|
||
<source>
|
||
*: "Format"
|
||
</source>
|
||
<dest>
|
||
*: "Τύπος"
|
||
</dest>
|
||
<voice>
|
||
*: "Τύπος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AFMT_MPA_L3
|
||
desc: audio format description
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "MPEG Layer 3"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "MPEG Layer 3"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Εμ πέγκ λέιερ 3"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AFMT_PCM_WAV
|
||
desc: audio format description
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "PCM Wave"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "PCM κυματομορφή"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Πι Σι Εμ κυματομορφή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AFMT_WAVPACK
|
||
desc: audio format description
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "WavPack"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "WavPack"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Γουέιβ Πάκ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AFMT_AIFF
|
||
desc: audio format description
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "AIFF"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "AIFF"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Άιφ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ENCODER_SETTINGS
|
||
desc: encoder settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Encoder Settings"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Ρυθμίσεις κωδικοποιητή"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Ρυθμίσεις κωδικοποιητή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BITRATE
|
||
desc: bits-kilobits per unit time
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Bitrate"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Ρυθμός μετάδοσης"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Ρυθμός μετάδοσης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NO_SETTINGS
|
||
desc: when something has settings in a certain context
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "(No Settings)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "(Δεν υπάρχουν ρυθμίσεις)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Δεν υπάρχουν ρυθμίσεις"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_QUALITY
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording_hwcodec: "Quality"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording_hwcodec: "Ποιότητα"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording_hwcodec: "Ποι-ότητα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FREQUENCY
|
||
desc: in recording and playback settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
play_frequency,recording: "Frequency"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
play_frequency,recording: "Συχνότητα"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
play_frequency,recording: "Συχνότητα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SOURCE_FREQUENCY
|
||
desc: when recording source frequency setting must follow source
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "(Same as Source)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "(Όμοιο με την πηγή)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Όμοιο με την πηγή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_SOURCE
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Source"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Πηγή"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Πηγή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_SRC_MIC
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
iriverh100,iriverh120,iriverh300: "Internal Microphone"
|
||
recording: "Microphone"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
iriverh100,iriverh120,iriverh300: "Εσωτερικό Μικρόφωνο"
|
||
recording: "Μικρόφωνο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
iriverh100,iriverh120,iriverh300: "Εσωτερικό Μικρόφωνο"
|
||
recording: "Μικρόφωνο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_SRC_DIGITAL
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Digital"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Ψηφιακή είσοδος"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Ψηφιακή είσοδος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LINE_IN
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Line In"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Eίσοδος"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Eίσοδος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_EDITABLE
|
||
desc: Editable recordings setting
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording_hwcodec: "Independent Frames"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording_hwcodec: "Ανεξάρτητα καρέ"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording_hwcodec: "Ανεξάρτητα καρέ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_TIMESPLIT
|
||
desc: Record split menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "File Split Options"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Επιλογές διαχωρισμού αρχείου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Επιλογές διαχωρισμού αρχείου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SPLIT_MEASURE
|
||
desc: in record timesplit options
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Split Measure"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Μέθοδος διαχωρισμού"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Μέθοδος διαχωρισμού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SPLIT_TYPE
|
||
desc: in record timesplit options
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "What to do when Splitting"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Ενέργεια κατά το διαχωρισμό"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Ενέργεια κατά το διαχωρισμό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_START_NEW_FILE
|
||
desc: in record timesplit options
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Start new file"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Έναρξη νέου αρχείου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Έναρξη νέου αρχείου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STOP_RECORDING
|
||
desc: in record timesplit options
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Stop recording"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Διακοπή ηχογράφησης"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Διακοπή ηχογράφησης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SPLIT_TIME
|
||
desc: in record timesplit options
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Split Time"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Διαχωρισμός με χρόνο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Διαχωρισμός με χρόνο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SPLIT_SIZE
|
||
desc: in record timesplit options
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Split Filesize"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Διαχωρισμός με μέγεθος αρχείου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Διαχωρισμός με μέγεθος αρχείου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_PRERECORD_TIME
|
||
desc: in recording settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Prerecord Time"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Χρόνος προηχογράφησης"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Χρόνος προηχογράφησης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_DIRECTORY
|
||
desc: in recording settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Directory"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Φάκελος"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Φάκελος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SET_AS_REC_DIR
|
||
desc: used in the onplay menu to set a recording dir
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Set as Recording Directory"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Ορισμός ως φάκελος ηχογραφήσεων"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Ορισμός ως φάκελος ηχογραφήσεων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CLEAR_REC_DIR
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Clear Recording Directory"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Εκκαθάριση φακέλου ηχογραφήσεων"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Εκκαθάριση φακέλου ηχογραφήσεων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REC_DIR_NOT_WRITABLE
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Can't write to recording directory"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Εγγραφή αδύνατη στον φάκελο ηχογραφήσεων"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Εγγραφή αδύνατη στον φάκελο ηχογραφήσεων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CLIP_LIGHT
|
||
desc: in record settings menu.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Clipping Light"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Φωτισμός ψαλιδίσματος"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Φωτισμός ψαλιδίσματος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MAIN_UNIT
|
||
desc: in record settings menu.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Main Unit Only"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Κεντρική συσκευή μόνο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Κεντρική συσκευή μόνο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_UNIT
|
||
desc: in record settings menu.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Remote Unit Only"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Χειριστήριο μόνο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Χειριστήριο μόνο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_MAIN
|
||
desc: in record settings menu.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Main and Remote Unit"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Κεντρική συσκευή και χειριστήριο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Κεντρική συσκευή και χειριστήριο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_TRIGGER
|
||
desc: in recording settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Trigger"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Πυροδότης"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Πυροδότης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_TRIG_NOREARM
|
||
desc: in recording settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Once"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Μια φορά"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Μια φορά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_TRIGGER_TYPE
|
||
desc: in recording trigger menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Trigtype"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Τύπος πυροδότη"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Τύπος πυροδότη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_TRIGGER_NEWFILESTP
|
||
desc: trigger types
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "New file"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Νέο αρχείο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Νέο αρχείο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_TRIGGER_STOP
|
||
desc: trigger types
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Stop"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Διακοπή"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Διακοπή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_START_THRESHOLD
|
||
desc: in recording settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Start Above"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Έναρξη πάνω από"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Έναρξη πάνω από"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MIN_DURATION
|
||
desc: in recording settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "for at least"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "για τουλάχιστον"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "για τουλάχιστον"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_STOP_THRESHOLD
|
||
desc: in recording settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Stop Below"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Διακοπή κάτω από"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Διακοπή κάτω από"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_STOP_GAP
|
||
desc: in recording settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Presplit Gap"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Κενό διαχώρισης"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Κενό διαχώρισης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_PRERECORD
|
||
desc: in recording and radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Pre-Recording"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Προηχογράφηση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AGC_SAFETY
|
||
desc: AGC preset
|
||
user: core
|
||
<source>
|
||
*: none
|
||
agc: "Safety (clip)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
agc: "Ασφαλές (ψαλίδισμα)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
agc: "Ασφαλές, ψαλίδισμα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AGC_LIVE
|
||
desc: AGC preset
|
||
user: core
|
||
<source>
|
||
*: none
|
||
agc: "Live (slow)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
agc: "Συναυλία (αργό)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
agc: "Συναυλία, αργό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AGC_DJSET
|
||
desc: AGC preset
|
||
user: core
|
||
<source>
|
||
*: none
|
||
agc: "DJ-Set (slow)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
agc: "DJ-Set (αργό)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
agc: "ντι τζέι σετ, αργό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AGC_MEDIUM
|
||
desc: AGC preset
|
||
user: core
|
||
<source>
|
||
*: none
|
||
agc: "Medium"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
agc: "Μέτριο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
agc: "Μέτριο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AGC_VOICE
|
||
desc: AGC preset
|
||
user: core
|
||
<source>
|
||
*: none
|
||
agc: "Voice (fast)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
agc: "Ομιλία (γρήγορο)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
agc: "Ομιλία, γρήγορο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_LCD_OFF
|
||
desc: Remote lcd off splash in recording screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Remote Display OFF"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Απενεργοποίηση οθόνης χειριστηρίου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Απενεργοποίηση οθόνης χειριστηρίου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_LCD_ON
|
||
desc: Remote lcd off splash in recording screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "(Vol- : Re-enable)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "(Vol- : Επαν-ενεργοποίηση)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "(Vol- : Επαν-ενεργοποίηση)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CREATE_PLAYLIST
|
||
desc: Menu option for creating a playlist
|
||
user: core
|
||
<source>
|
||
*: "Create Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Δημιουργία λίστας αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Δημιουργία λίστας αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLISTVIEWER_SETTINGS
|
||
desc: title for the playlist viewer settings menus
|
||
user: core
|
||
<source>
|
||
*: "Playlist Viewer Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Ρυθμίσεις φυλλομετρητή για λίστες αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Ρυθμίσεις φυλλομετρητή για λίστες αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VIEW_DYNAMIC_PLAYLIST
|
||
desc: in playlist menu.
|
||
user: core
|
||
<source>
|
||
*: "View Current Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Προβολή τρέχουσας λίστας αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Προβολή τρέχουσας λίστας αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MOVE
|
||
desc: The verb/action Move
|
||
user: core
|
||
<source>
|
||
*: "Move"
|
||
</source>
|
||
<dest>
|
||
*: "Μετακίνηση"
|
||
</dest>
|
||
<voice>
|
||
*: "Μετακίνηση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_INDICES
|
||
desc: in playlist viewer menu
|
||
user: core
|
||
<source>
|
||
*: "Show Indices"
|
||
</source>
|
||
<dest>
|
||
*: "Προβολή δεικτών"
|
||
</dest>
|
||
<voice>
|
||
*: "Προβολή δεικτών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TRACK_DISPLAY
|
||
desc: in playlist viewer on+play menu
|
||
user: core
|
||
<source>
|
||
*: "Track Display"
|
||
</source>
|
||
<dest>
|
||
*: "Προβολή κομματιών"
|
||
</dest>
|
||
<voice>
|
||
*: "Προβολή κομματιών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISPLAY_TRACK_NAME_ONLY
|
||
desc: track display options
|
||
user: core
|
||
<source>
|
||
*: "Track Name Only"
|
||
</source>
|
||
<dest>
|
||
*: "Όνομα κομματιού μόνο"
|
||
</dest>
|
||
<voice>
|
||
*: "Όνομα κομματιού μόνο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOVE
|
||
desc: in playlist viewer on+play menu
|
||
user: core
|
||
<source>
|
||
*: "Remove"
|
||
</source>
|
||
<dest>
|
||
*: "Αφαίρεση"
|
||
</dest>
|
||
<voice>
|
||
*: "Αφαίρεση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SAVE_DYNAMIC_PLAYLIST
|
||
desc: in playlist menu.
|
||
user: core
|
||
<source>
|
||
*: "Save Current Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Αποθήκευση τρέχουσας λίστας αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Αποθήκευση τρέχουσας λίστας αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_SAVE_COUNT
|
||
desc: splash number of tracks saved
|
||
user: core
|
||
<source>
|
||
*: "Saved %d tracks (%s)"
|
||
</source>
|
||
<dest>
|
||
*: "Αποθηκεύθηκαν %d κομμάτια (%s)"
|
||
</dest>
|
||
<voice>
|
||
*: "κομμάτια αποθηκεύτηκαν"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CATALOG
|
||
desc: in main menu and onplay menu
|
||
user: core
|
||
<source>
|
||
*: "Playlist Catalogue"
|
||
</source>
|
||
<dest>
|
||
*: "Κατάλογος Λιστών αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Κατάλογος Λιστών αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECURSE_DIRECTORY
|
||
desc: In playlist menu
|
||
user: core
|
||
<source>
|
||
*: "Recursively Insert Directories"
|
||
</source>
|
||
<dest>
|
||
*: "Αναδρομική εισαγωγή φακέλων"
|
||
</dest>
|
||
<voice>
|
||
*: "Αναδρομική εισαγωγή φακέλων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECURSE_DIRECTORY_QUESTION
|
||
desc: Asked from onplay screen
|
||
user: core
|
||
<source>
|
||
*: "Recursively?"
|
||
</source>
|
||
<dest>
|
||
*: "Αναδρομικά;"
|
||
</dest>
|
||
<voice>
|
||
*: "Αναδρομικά;"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WARN_ERASEDYNPLAYLIST_MENU
|
||
desc: in playlist options menu, option to warn when erasing dynamic playlist
|
||
user: core
|
||
<source>
|
||
*: "Warn When Erasing Dynamic Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Προειδοποίηση πριν τη διαγραφή της δυναμικής λίστας αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Προειδοποίηση πριν τη διαγραφή της δυναμικής λίστας αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WARN_ERASEDYNPLAYLIST_PROMPT
|
||
desc: prompt shown when about to erase a modified dynamic playlist
|
||
user: core
|
||
<source>
|
||
*: "Erase dynamic playlist?"
|
||
</source>
|
||
<dest>
|
||
*: "Διαγραφή δυναμικής λίστας αναπαραγωγής;"
|
||
</dest>
|
||
<voice>
|
||
*: "Διαγραφή δυναμικής λίστας αναπαραγωγής;"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHUTDOWN
|
||
desc: in main menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
soft_shutdown: "Shut down"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
soft_shutdown: "Τερματισμός"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
soft_shutdown: "Τερματισμός"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ROCKBOX_INFO
|
||
desc: displayed topmost on the info screen and in the info menu
|
||
user: core
|
||
<source>
|
||
*: "Rockbox Info"
|
||
</source>
|
||
<dest>
|
||
*: "Πληροφορίες για το RockBox"
|
||
</dest>
|
||
<voice>
|
||
*: "Πληροφορίες για το Ροκ-μπόξ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BUFFER_STAT
|
||
desc: the buffer size, %d MB %d fraction of MB
|
||
user: core
|
||
<source>
|
||
*: "Buffer:"
|
||
archosplayer: "Buf:"
|
||
</source>
|
||
<dest>
|
||
*: "Μνήμη:"
|
||
archosplayer: "Μνη:"
|
||
</dest>
|
||
<voice>
|
||
*: "Μέγεθος μνήμης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_TIME
|
||
desc: battery level in % and estimated time remaining
|
||
user: core
|
||
<source>
|
||
*: "Battery: %d%% %dh %dm"
|
||
ipodmini1g,ipodmini2g,iriverh10: "Batt: %d%% %dh %dm"
|
||
iriverifp7xx: "%d%% %dh %dm"
|
||
</source>
|
||
<dest>
|
||
*: "%d%% %dh %dm"
|
||
ipodmini1g,ipodmini2g,iriverh10: "Μπάτ: %d%% %dh %dm"
|
||
iriverifp7xx: "%d%% %dh %dm"
|
||
</dest>
|
||
<voice>
|
||
*: "Επίπεδο μπαταρίας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISK_SIZE_INFO
|
||
desc: disk size info
|
||
user: core
|
||
<source>
|
||
*: "Disk:"
|
||
</source>
|
||
<dest>
|
||
*: "Δίσκος:"
|
||
</dest>
|
||
<voice>
|
||
*: "Μέγεθος δίσκου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISK_FREE_INFO
|
||
desc: disk size info
|
||
user: core
|
||
<source>
|
||
*: "Free:"
|
||
</source>
|
||
<dest>
|
||
*: "Ελεύθερα:"
|
||
</dest>
|
||
<voice>
|
||
*: "Ελεύθερος χώρος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISK_NAME_INTERNAL
|
||
desc: in info menu; name for internal disk with multivolume (keep short!)
|
||
user: core
|
||
<source>
|
||
*: "Int:"
|
||
xduoox3: "mSD1:"
|
||
</source>
|
||
<dest>
|
||
*: "Εσωτ."
|
||
xduoox3: "mSD1:"
|
||
</dest>
|
||
<voice>
|
||
*: "Εσωτερικός"
|
||
xduoox3: "μάικρο Ες Ντι 1"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISK_NAME_MMC
|
||
desc: in info menu; name for external disk with multivolume (Ondio; keep short!)
|
||
user: core
|
||
<source>
|
||
*: none
|
||
archosondio*: "MMC:"
|
||
multivolume: "HD1"
|
||
sansac200*,sansaclipplus,sansae200*,sansafuze*: "mSD:"
|
||
xduoox3: "mSD2:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
archosondio*: "MMC:"
|
||
multivolume: "HD1"
|
||
sansac200*,sansaclipplus,sansae200*,sansafuze*: "mSD:"
|
||
xduoox3: "mSD2:"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
archosondio*: "Εμ Εμ Σι"
|
||
multivolume: "Έιτς Ντι 1"
|
||
sansac200*,sansaclipplus,sansae200*,sansafuze*: "μάικρο Ες Ντι"
|
||
xduoox3: "μάικρο Ες Ντι 2"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VERSION
|
||
desc: in the Rockbox Info screen
|
||
user: core
|
||
<source>
|
||
*: "Version"
|
||
</source>
|
||
<dest>
|
||
*: "Έκδοση"
|
||
</dest>
|
||
<voice>
|
||
*: "Έκδοση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RUNNING_TIME
|
||
desc: in run time screen
|
||
user: core
|
||
<source>
|
||
*: "Running Time"
|
||
</source>
|
||
<dest>
|
||
*: "Τρέχων χρόνος"
|
||
</dest>
|
||
<voice>
|
||
*: "Τρέχων χρόνος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOP_TIME
|
||
desc: in run time screen
|
||
user: core
|
||
<source>
|
||
*: "Top Time"
|
||
</source>
|
||
<dest>
|
||
*: "Μέγιστος χρόνος"
|
||
</dest>
|
||
<voice>
|
||
*: "Μέγιστος χρόνος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CLEAR_TIME
|
||
desc: in run time screen
|
||
user: core
|
||
<source>
|
||
*: "Clear Time?"
|
||
</source>
|
||
<dest>
|
||
*: "Εκκαθάριση χρόνου;"
|
||
</dest>
|
||
<voice>
|
||
*: "Εκκαθάριση χρόνου;"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DEBUG
|
||
desc: in the info menu
|
||
user: core
|
||
<source>
|
||
*: "Debug (Keep Out!)"
|
||
</source>
|
||
<dest>
|
||
*: "Debug (Μην πλησιάζετε!)"
|
||
</dest>
|
||
<voice>
|
||
*: "Ντηι μπάγκ, μην πλησιάζετε!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST
|
||
desc: Used when you need to say playlist, also voiced
|
||
user: core
|
||
<source>
|
||
*: "Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Λίστα αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Λίστα αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INSERT
|
||
desc: in onplay menu. insert a track/playlist into dynamic playlist.
|
||
user: core
|
||
<source>
|
||
*: "Insert"
|
||
</source>
|
||
<dest>
|
||
*: "Εισαγωγή"
|
||
</dest>
|
||
<voice>
|
||
*: "Εισαγωγή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INSERT_FIRST
|
||
desc: in onplay menu. insert a track/playlist into dynamic playlist.
|
||
user: core
|
||
<source>
|
||
*: "Insert Next"
|
||
</source>
|
||
<dest>
|
||
*: "Εισαγωγή επόμενου"
|
||
</dest>
|
||
<voice>
|
||
*: "Εισαγωγή επόμενου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INSERT_LAST
|
||
desc: in onplay menu. append a track/playlist into dynamic playlist.
|
||
user: core
|
||
<source>
|
||
*: "Insert Last"
|
||
</source>
|
||
<dest>
|
||
*: "Εισαγωγή τελευταίου"
|
||
</dest>
|
||
<voice>
|
||
*: "Εισαγωγή τελευταίου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INSERT_SHUFFLED
|
||
desc: in onplay menu. insert a track/playlist randomly into dynamic playlist
|
||
user: core
|
||
<source>
|
||
*: "Insert Shuffled"
|
||
</source>
|
||
<dest>
|
||
*: "Τυχαία εισαγωγή"
|
||
</dest>
|
||
<voice>
|
||
*: "Τυχαία εισαγωγή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_QUEUE
|
||
desc: The verb/action Queue
|
||
user: core
|
||
<source>
|
||
*: "Queue"
|
||
</source>
|
||
<dest>
|
||
*: "Εισαγωγή στην ουρά"
|
||
</dest>
|
||
<voice>
|
||
*: "Εισαγωγή στην ουρά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_QUEUE_FIRST
|
||
desc: in onplay menu. queue a track/playlist into dynamic playlist.
|
||
user: core
|
||
<source>
|
||
*: "Queue Next"
|
||
</source>
|
||
<dest>
|
||
*: "Επόμενο στην ουρά"
|
||
</dest>
|
||
<voice>
|
||
*: "Επόμενο στην ουρά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_QUEUE_LAST
|
||
desc: in onplay menu. queue a track/playlist at end of playlist.
|
||
user: core
|
||
<source>
|
||
*: "Queue Last"
|
||
</source>
|
||
<dest>
|
||
*: "Τελευταίο στην ουρά"
|
||
</dest>
|
||
<voice>
|
||
*: "Τελευταίο στην ουρά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_QUEUE_SHUFFLED
|
||
desc: in onplay menu. queue a track/playlist randomly into dynamic playlist
|
||
user: core
|
||
<source>
|
||
*: "Queue Shuffled"
|
||
</source>
|
||
<dest>
|
||
*: "Ανακατεμένη εισαγωγή στην ουρά"
|
||
</dest>
|
||
<voice>
|
||
*: "Ανακατεμένη εισαγωγή στην ουρά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REPLACE
|
||
desc: in onplay menu. Replace the current playlist with a new one.
|
||
user: core
|
||
<source>
|
||
*: "Play Next"
|
||
</source>
|
||
<dest>
|
||
*: "Αναπαραγωγή επομένου"
|
||
</dest>
|
||
<voice>
|
||
*: "Αναπαραγωγή επομένου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_INSERT_COUNT
|
||
desc: splash number of tracks inserted
|
||
user: core
|
||
<source>
|
||
*: "Inserted %d tracks (%s)"
|
||
</source>
|
||
<dest>
|
||
*: "Εισήχθησαν %d κομμάτια (%s)"
|
||
</dest>
|
||
<voice>
|
||
*: "κομμάτια εισήχθησαν"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_QUEUE_COUNT
|
||
desc: splash number of tracks queued
|
||
user: core
|
||
<source>
|
||
*: "Queued %d tracks (%s)"
|
||
</source>
|
||
<dest>
|
||
*: "Προστέθηκαν %d κομμάτια στην ουρά (%s)"
|
||
</dest>
|
||
<voice>
|
||
*: "κομμάτια προστέθηκαν στην ουρά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VIEW
|
||
desc: in on+play menu
|
||
user: core
|
||
<source>
|
||
*: "View"
|
||
</source>
|
||
<dest>
|
||
*: "Προβολή"
|
||
</dest>
|
||
<voice>
|
||
*: "Προβολή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SEARCH_IN_PLAYLIST
|
||
desc: in playlist menu.
|
||
user: core
|
||
<source>
|
||
*: "Search in Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Αναζήτηση στην λίστα αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Αναζήτηση στην λίστα αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_SEARCH_MSG
|
||
desc: splash number of tracks inserted
|
||
user: core
|
||
<source>
|
||
*: "Searching... %d found (%s)"
|
||
</source>
|
||
<dest>
|
||
*: "Αναζήτηση... %d found (%s)"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHUFFLE_PLAYLIST
|
||
desc: in playlist menu, reshuffles the order in which songs are played
|
||
user: core
|
||
<source>
|
||
*: "Reshuffle"
|
||
</source>
|
||
<dest>
|
||
*: "Ανακάτεμα ξανά"
|
||
</dest>
|
||
<voice>
|
||
*: "Ανακάτεμα ξανά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CATALOG_VIEW
|
||
desc: in onplay playlist catalogue submenu
|
||
user: core
|
||
<source>
|
||
*: "View Catalogue"
|
||
</source>
|
||
<dest>
|
||
*: "Προβολή καταλόγου"
|
||
</dest>
|
||
<voice>
|
||
*: "Προβολή καταλόγου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CATALOG_ADD_TO
|
||
desc: in onplay playlist catalogue submenu
|
||
user: core
|
||
<source>
|
||
*: "Add to Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Προσθήκη στη λίστα αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Προσθήκη στη λίστα αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CATALOG_ADD_TO_NEW
|
||
desc: in onplay playlist catalogue submenu
|
||
user: core
|
||
<source>
|
||
*: "Add to New Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Προσθήκη σε νέα λίστα αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Προσθήκη σε νέα λίστα αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CATALOG_NO_DIRECTORY
|
||
desc: error message when playlist catalogue directory doesn't exist
|
||
user: core
|
||
<source>
|
||
*: "%s doesn't exist"
|
||
</source>
|
||
<dest>
|
||
*: "%s δεν υπάρχει"
|
||
</dest>
|
||
<voice>
|
||
*: "Δεν υπάρχει o φάκελος λιστών αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CATALOG_NO_PLAYLISTS
|
||
desc: error message when no playlists for playlist catalogue
|
||
user: core
|
||
<source>
|
||
*: "No Playlists"
|
||
</source>
|
||
<dest>
|
||
*: "Δεν υπάρχουν λίστες αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Δεν υπάρχουν λίστες αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_MENU
|
||
desc: Text on main menu to get to bookmark commands
|
||
user: core
|
||
<source>
|
||
*: "Bookmarks"
|
||
</source>
|
||
<dest>
|
||
*: "Σελιδοδείκτες"
|
||
</dest>
|
||
<voice>
|
||
*: "Σελιδοδείκτες"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_MENU_CREATE
|
||
desc: Used off of the bookmark menu to create a bookmark
|
||
user: core
|
||
<source>
|
||
*: "Create Bookmark"
|
||
</source>
|
||
<dest>
|
||
*: "Δημιουργία σελιδοδείκτη"
|
||
</dest>
|
||
<voice>
|
||
*: "Δημιουργία σελιδοδείκτη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_MENU_LIST
|
||
desc: Used off of the bookmark menu to list available bookmarks for the currently playing directory or M3U
|
||
user: core
|
||
<source>
|
||
*: "List Bookmarks"
|
||
</source>
|
||
<dest>
|
||
*: "Εμφάνιση σελιδοδεικτών"
|
||
</dest>
|
||
<voice>
|
||
*: "Εμφάνιση σελιδοδεικτών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ONPLAY_MENU_TITLE
|
||
desc: title for the onplay menus
|
||
user: core
|
||
<source>
|
||
*: "Context Menu"
|
||
</source>
|
||
<dest>
|
||
*: "Υπομενού"
|
||
</dest>
|
||
<voice>
|
||
*: "Υπομενού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MENU_SET_RATING
|
||
desc: Set the rating of a file in the wps context menu
|
||
user: core
|
||
<source>
|
||
*: "Set Song Rating"
|
||
</source>
|
||
<dest>
|
||
*: "Εκτίμηση κομματιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Εκτίμηση κομματιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BROWSE_CUESHEET
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Browse Cuesheet"
|
||
</source>
|
||
<dest>
|
||
*: "Περιήγηση Cuesheet"
|
||
</dest>
|
||
<voice>
|
||
*: "Περιήγηση Κιούχιτ "
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MENU_SHOW_ID3_INFO
|
||
desc: Menu option to start tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Show Track Info"
|
||
</source>
|
||
<dest>
|
||
*: "Εμφάνιση πληροφοριών κομματιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Εμφάνιση πληροφοριών κομματιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_TITLE
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Title"
|
||
</source>
|
||
<dest>
|
||
*: "Τίτλος"
|
||
</dest>
|
||
<voice>
|
||
*: "Τίτλος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_ARTIST
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Artist"
|
||
</source>
|
||
<dest>
|
||
*: "Καλλιτέχνης"
|
||
</dest>
|
||
<voice>
|
||
*: "Καλλιτέχνης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_ALBUM
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Album"
|
||
</source>
|
||
<dest>
|
||
*: "Άλμπουμ"
|
||
</dest>
|
||
<voice>
|
||
*: "Άλμπουμ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_TRACKNUM
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Tracknum"
|
||
</source>
|
||
<dest>
|
||
*: "Αριθμός κομματιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Αριθμός κομματιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_GENRE
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Genre"
|
||
</source>
|
||
<dest>
|
||
*: "Είδος"
|
||
</dest>
|
||
<voice>
|
||
*: "Είδος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_YEAR
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Year"
|
||
</source>
|
||
<dest>
|
||
*: "Χρονιά"
|
||
</dest>
|
||
<voice>
|
||
*: "Χρονιά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_LENGTH
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Length"
|
||
</source>
|
||
<dest>
|
||
*: "Μήκος"
|
||
</dest>
|
||
<voice>
|
||
*: "Μήκος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_PLAYLIST
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Λίστα αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Λίστα αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_BITRATE
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Bitrate"
|
||
</source>
|
||
<dest>
|
||
*: "Ρυθμός μετάδοσης"
|
||
</dest>
|
||
<voice>
|
||
*: "Ρυθμός μετάδοσης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_ALBUMARTIST
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Album Artist"
|
||
</source>
|
||
<dest>
|
||
*: "Καλλιτέχνης Άλμπουμ"
|
||
</dest>
|
||
<voice>
|
||
*: "Καλλιτέχνης Άλμπουμ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_DISCNUM
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Discnum"
|
||
</source>
|
||
<dest>
|
||
*: "Αριθμός δίσκου"
|
||
</dest>
|
||
<voice>
|
||
*: "Αριθμός δίσκου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_COMMENT
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Comment"
|
||
</source>
|
||
<dest>
|
||
*: "Σχόλειο"
|
||
</dest>
|
||
<voice>
|
||
*: "Σχόλειο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_VBR
|
||
desc: in browse_id3
|
||
user: core
|
||
<source>
|
||
*: "(VBR)"
|
||
</source>
|
||
<dest>
|
||
*: "(VBR)"
|
||
</dest>
|
||
<voice>
|
||
*: "VBR"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_FREQUENCY
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Frequency"
|
||
</source>
|
||
<dest>
|
||
*: "Συχνότητα"
|
||
</dest>
|
||
<voice>
|
||
*: "Συχνότητα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_TRACK_GAIN
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Track Gain"
|
||
</source>
|
||
<dest>
|
||
*: "Ενίσχυση κομματιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενίσχυση κομματιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_ALBUM_GAIN
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Album Gain"
|
||
</source>
|
||
<dest>
|
||
*: "Ενίσχυση άλμπουμ"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενίσχυση άλμπουμ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_PATH
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Path"
|
||
</source>
|
||
<dest>
|
||
*: "Θέση"
|
||
</dest>
|
||
<voice>
|
||
*: "Θέση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_NO_INFO
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "[No Info]"
|
||
</source>
|
||
<dest>
|
||
*: "[Χωρίς πληροφορίες]"
|
||
</dest>
|
||
<voice>
|
||
*: "Χωρίς πληροφορίες"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RENAME
|
||
desc: The verb/action Rename
|
||
user: core
|
||
<source>
|
||
*: "Rename"
|
||
</source>
|
||
<dest>
|
||
*: "Μετονομασία"
|
||
</dest>
|
||
<voice>
|
||
*: "Μετονομασία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CUT
|
||
desc: The verb/action Cut
|
||
user: core
|
||
<source>
|
||
*: "Cut"
|
||
</source>
|
||
<dest>
|
||
*: "Αποκοπή"
|
||
</dest>
|
||
<voice>
|
||
*: "Αποκοπή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COPY
|
||
desc: The verb/action Copy
|
||
user: core
|
||
<source>
|
||
*: "Copy"
|
||
</source>
|
||
<dest>
|
||
*: "Αντιγραφή"
|
||
</dest>
|
||
<voice>
|
||
*: "Αντιγραφή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PASTE
|
||
desc: The verb/action Paste
|
||
user: core
|
||
<source>
|
||
*: "Paste"
|
||
</source>
|
||
<dest>
|
||
*: "Επικόλληση"
|
||
</dest>
|
||
<voice>
|
||
*: "Επικόλληση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REALLY_OVERWRITE
|
||
desc: The verb/action Paste
|
||
user: core
|
||
<source>
|
||
*: "File/directory exists. Overwrite?"
|
||
</source>
|
||
<dest>
|
||
*: "Το αρχείο/φάκελος υπάρχει ήδη. Να αντικατασταθεί;"
|
||
</dest>
|
||
<voice>
|
||
*: "Το αρχείο ή ο φάκελος υπάρχει ήδη. Να αντικατασταθεί;"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DELETE
|
||
desc: The verb/action Delete
|
||
user: core
|
||
<source>
|
||
*: "Delete"
|
||
</source>
|
||
<dest>
|
||
*: "Διαγραφή"
|
||
</dest>
|
||
<voice>
|
||
*: "Διαγραφή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DELETE_DIR
|
||
desc: in on+play menu
|
||
user: core
|
||
<source>
|
||
*: "Delete Directory"
|
||
</source>
|
||
<dest>
|
||
*: "Διαγραφή φακέλου"
|
||
</dest>
|
||
<voice>
|
||
*: "Διαγραφή φακέλου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REALLY_DELETE
|
||
desc: Really Delete?
|
||
user: core
|
||
<source>
|
||
*: "Delete?"
|
||
</source>
|
||
<dest>
|
||
*: "Διαγραφή;"
|
||
</dest>
|
||
<voice>
|
||
*: "Σίγουρα διαγραφή;"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COPYING
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Copying..."
|
||
</source>
|
||
<dest>
|
||
*: "Αντιγραφή..."
|
||
</dest>
|
||
<voice>
|
||
*: "Αντιγραφή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DELETING
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Deleting..."
|
||
</source>
|
||
<dest>
|
||
*: "Διαγραφή..."
|
||
</dest>
|
||
<voice>
|
||
*: "Διαγραφή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MOVING
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Moving..."
|
||
</source>
|
||
<dest>
|
||
*: "Μεταφορά..."
|
||
</dest>
|
||
<voice>
|
||
*: "Μεταφορά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DELETED
|
||
desc: A file has beed deleted
|
||
user: core
|
||
<source>
|
||
*: "Deleted"
|
||
</source>
|
||
<dest>
|
||
*: "Διεγράφη"
|
||
</dest>
|
||
<voice>
|
||
*: "Διεγράφη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SET_AS_BACKDROP
|
||
desc: text for onplay menu entry
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_non-mono: "Set as Backdrop"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_non-mono: "Χρησιμοποίηση ως φόντο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_non-mono: "Χρησιμοποίηση ως φόντο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ONPLAY_OPEN_WITH
|
||
desc: Onplay open with
|
||
user: core
|
||
<source>
|
||
*: "Open With..."
|
||
</source>
|
||
<dest>
|
||
*: "Άνοιγμα με"
|
||
</dest>
|
||
<voice>
|
||
*: "Άνοιγμα με"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CREATE_DIR
|
||
desc: in main menu
|
||
user: core
|
||
<source>
|
||
*: "Create Directory"
|
||
</source>
|
||
<dest>
|
||
*: "Δημιουργία φακέλου"
|
||
</dest>
|
||
<voice>
|
||
*: "Δημιουργία φακέλου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES
|
||
desc: browser file/dir properties
|
||
user: core
|
||
<source>
|
||
*: "Properties"
|
||
</source>
|
||
<dest>
|
||
*: "Ιδιότητες"
|
||
</dest>
|
||
<voice>
|
||
*: "Ιδιότητες"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ADD_TO_FAVES
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Add to Shortcuts"
|
||
</source>
|
||
<dest>
|
||
*: "Προσθήκη στις συντομεύσεις"
|
||
</dest>
|
||
<voice>
|
||
*: "Προσθήκη στις συντομεύσεις"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PITCH
|
||
desc: "pitch" in the pitch screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: "Pitch"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: "Οξύτητα "
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: "Οξύτητα "
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PITCH_UP
|
||
desc: in wps
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: "Pitch Up"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: "Όξυνση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PITCH_DOWN
|
||
desc: in wps
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: "Pitch Down"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: "Βάρυνση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PITCH_UP_SEMITONE
|
||
desc: in wps
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: "Semitone Up"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: "Ημιτόνιο πάνω"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PITCH_DOWN_SEMITONE
|
||
desc: in wps
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: "Semitone Down"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: "Ημιτόνιο κάτω"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_BUFFER_FULL
|
||
desc: in playlist.indices() when playlist is full
|
||
user: core
|
||
<source>
|
||
*: "Playlist Buffer Full"
|
||
</source>
|
||
<dest>
|
||
*: "Μνήμη λίστας αναπαραγωγής γεμάτη"
|
||
</dest>
|
||
<voice>
|
||
*: "Μνήμη λίστας αναπαραγωγής γεμάτη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_END_PLAYLIST
|
||
desc: when playlist has finished
|
||
user: core
|
||
<source>
|
||
*: "End of Song List"
|
||
archosplayer: "End of List"
|
||
</source>
|
||
<dest>
|
||
*: "Τέλος λίστας κομματιών"
|
||
archosplayer: "Τέλος λίστας"
|
||
</dest>
|
||
<voice>
|
||
*: "Τέλος λίστας κομματιών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CREATING
|
||
desc: Screen feedback during playlist creation
|
||
user: core
|
||
<source>
|
||
*: "Creating"
|
||
</source>
|
||
<dest>
|
||
*: "Δημιουργία"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NOTHING_TO_RESUME
|
||
desc: Error message displayed when resume button pressed but no playlist
|
||
user: core
|
||
<source>
|
||
*: "Nothing to resume"
|
||
</source>
|
||
<dest>
|
||
*: "Τίποτα για συνέχιση"
|
||
</dest>
|
||
<voice>
|
||
*: "Τίποτα για συνέχιση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_CONTROL_UPDATE_ERROR
|
||
desc: Playlist error
|
||
user: core
|
||
<source>
|
||
*: "Error updating playlist control file"
|
||
</source>
|
||
<dest>
|
||
*: "Σφάλμα ενημέρωσης αρχείου ελέγχου λίστας αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Σφάλμα ενημέρωσης αρχείου ελέγχου λίστας αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_ACCESS_ERROR
|
||
desc: Playlist error
|
||
user: core
|
||
<source>
|
||
*: "Error accessing playlist file"
|
||
</source>
|
||
<dest>
|
||
*: "Σφάλμα πρόσβασης λίστας αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Σφάλμα πρόσβασης λίστας αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_CONTROL_ACCESS_ERROR
|
||
desc: Playlist error
|
||
user: core
|
||
<source>
|
||
*: "Error accessing playlist control file"
|
||
</source>
|
||
<dest>
|
||
*: "Σφάλμα πρόσβασης αρχείου ελέγχου λίστας αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Σφάλμα πρόσβασης αρχείου ελέγχου λίστας αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_DIRECTORY_ACCESS_ERROR
|
||
desc: Playlist error
|
||
user: core
|
||
<source>
|
||
*: "Error accessing directory"
|
||
</source>
|
||
<dest>
|
||
*: "Σφάλμα πρόσβασης φακέλου"
|
||
</dest>
|
||
<voice>
|
||
*: "Σφάλμα πρόσβασης φακέλου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_CONTROL_INVALID
|
||
desc: Playlist resume error
|
||
user: core
|
||
<source>
|
||
*: "Playlist control file is invalid"
|
||
</source>
|
||
<dest>
|
||
*: "Άκυρο αρχείο ελέγχου λίστας αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Άκυρο αρχείο ελέγχου λίστας αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PAUSE
|
||
desc: in wps and recording trigger menu
|
||
user: core
|
||
<source>
|
||
*: "Pause"
|
||
</source>
|
||
<dest>
|
||
*: "Πάυση"
|
||
</dest>
|
||
<voice>
|
||
*: "Πάυση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MODE
|
||
desc: in wps F2 pressed and radio screen
|
||
user: core
|
||
<source>
|
||
*: "Mode:"
|
||
</source>
|
||
<dest>
|
||
*: "Τύπος:"
|
||
</dest>
|
||
<voice>
|
||
*: "Τύπος:"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TIME
|
||
desc: Used on the bookmark select window to label elapsed time
|
||
user: core
|
||
<source>
|
||
*: "Time"
|
||
</source>
|
||
<dest>
|
||
*: "Ώρα"
|
||
</dest>
|
||
<voice>
|
||
*: "Ώρα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USB_CHARGING
|
||
desc: in Battery menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
usb_charging_enable: "Charge During USB Connection"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
usb_charging_enable: "Φόρτιση στην σύνδεση USB"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
usb_charging_enable: "Φόρτιση στην σύνδεση Γιού Ες Μπι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEYLOCK_ON
|
||
desc: displayed when key lock is on
|
||
user: core
|
||
<source>
|
||
*: "Buttons Locked"
|
||
</source>
|
||
<dest>
|
||
*: "Κουμπιά κλειδωμένα"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEYLOCK_OFF
|
||
desc: displayed when key lock is turned off
|
||
user: core
|
||
<source>
|
||
*: "Buttons Unlocked"
|
||
</source>
|
||
<dest>
|
||
*: "Κουμπιά ξεκλείδωτα"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_TIME
|
||
desc: Display of recorded time
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Time:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Χρόνος:"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISK_FULL
|
||
desc: in recording screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
|
||
iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
|
||
recording: "The disk is full. Press OFF to continue."
|
||
samsungyh*: "Disk full. Press LEFT to continue."
|
||
sansac200*,sansae200*,vibe500: "The disk is full. Press PREV to continue."
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
iaudiom5,iaudiox5: "Ο δίσκος είναι γεμάτος. Πατήστε POWER για συνέχεια.."
|
||
iriverh100,iriverh120,iriverh300: "Ο δίσκος είναι γεμάτος. Πατήστε STOP για συνέχεια."
|
||
recording: "Ο δίσκος είναι γεμάτος. Πατήστε OFF για συνέχεια."
|
||
samsungyh*: "Ο δίσκος είναι γεμάτος. Πατήστε LEFT για συνέχεια."
|
||
sansac200*,sansae200*,vibe500: "Ο δίσκος είναι γεμάτος. Πατήστε PREV για συνέχεια."
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
iaudiom5,iaudiox5,iriverh100,iriverh120,iriverh300,recording,sansac200*,sansae200*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DB_INF
|
||
desc: -inf db for values below measurement
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "-inf"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "-άπειρο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "μείον άπειρο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CONFIRM_SHUTDOWN
|
||
desc: in shutdown screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
soft_shutdown: "Press OFF to shut down"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
soft_shutdown: "OFF για τερματισμό"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
soft_shutdown: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOVE_MMC
|
||
desc: before acknowledging usb in case an MMC is inserted (Ondio)
|
||
user: core
|
||
<source>
|
||
*: none
|
||
archosondio*: "Please remove inserted MMC"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
archosondio*: "Παρακαλώ αφαιρέστε την κάρτα MMC"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
archosondio*: "Παρακαλώ αφαιρέστε την κάρτα Εμ Εμ Σι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOT_CHANGED
|
||
desc: File browser discovered the boot file was changed
|
||
user: core
|
||
<source>
|
||
*: "Boot changed"
|
||
</source>
|
||
<dest>
|
||
*: "Αλλαγή αρχείου εκκίνησης"
|
||
</dest>
|
||
<voice>
|
||
*: "Αλλαγή αρχείου εκκίνησης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REBOOT_NOW
|
||
desc: Do you want to reboot?
|
||
user: core
|
||
<source>
|
||
*: "Reboot now?"
|
||
</source>
|
||
<dest>
|
||
*: "Επανακίνηση τώρα;"
|
||
</dest>
|
||
<voice>
|
||
*: "Επανακίνηση τώρα;"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_OFF_ABORT
|
||
desc: Used on archosrecorder models
|
||
user: core
|
||
<source>
|
||
*: "OFF to abort"
|
||
gigabeatfx: "POWER to abort"
|
||
gigabeats,sansafuzeplus: "BACK to abort"
|
||
iaudiom5,iaudiox5: "Long PLAY to abort"
|
||
ipod*: "PLAY/PAUSE to abort"
|
||
iriverh10,iriverh10_5gb,sansac200*,sansae200*,vibe500: "PREV to abort"
|
||
iriverh100,iriverh120,iriverh300: "STOP to abort"
|
||
</source>
|
||
<dest>
|
||
*: "OFF για ακύρωση"
|
||
gigabeatfx: "POWER για ακύρωση"
|
||
gigabeats,sansafuzeplus: "BACK για ακύρωση"
|
||
iaudiom5,iaudiox5: "Long PLAY για ακύρωση"
|
||
ipod*: "PLAY/PAUSE για ακύρωση"
|
||
iriverh10,iriverh10_5gb,sansac200*,sansae200*,vibe500: "PREV για ακύρωση"
|
||
iriverh100,iriverh120,iriverh300: "STOP για ακύρωση"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NO_FILES
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "No files"
|
||
</source>
|
||
<dest>
|
||
*: "Δεν υπάρχουν αρχεία"
|
||
</dest>
|
||
<voice>
|
||
*: "Δεν υπάρχουν αρχεία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEYBOARD_LOADED
|
||
desc: shown when a keyboard has been loaded from the dir browser
|
||
user: core
|
||
<source>
|
||
*: "New Keyboard"
|
||
</source>
|
||
<dest>
|
||
*: "Νέο πληκτρολόγιο"
|
||
</dest>
|
||
<voice>
|
||
*: "Νέο πληκτρολόγιο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLUGIN_CANT_OPEN
|
||
desc: Plugin open error message
|
||
user: core
|
||
<source>
|
||
*: "Can't open %s"
|
||
</source>
|
||
<dest>
|
||
*: "Αποτυχία φόρτωσης %s"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_READ_FAILED
|
||
desc: There was an error reading a file
|
||
user: core
|
||
<source>
|
||
*: "Failed reading %s"
|
||
</source>
|
||
<dest>
|
||
*: "Αποτυχία ανάγνωσης %s"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLUGIN_WRONG_MODEL
|
||
desc: The plugin is not compatible with the archos model trying to run it
|
||
user: core
|
||
<source>
|
||
*: "Incompatible model"
|
||
</source>
|
||
<dest>
|
||
*: "Μη σύμβατο μοντέλο"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLUGIN_WRONG_VERSION
|
||
desc: The plugin is not compatible with the rockbox version trying to run it
|
||
user: core
|
||
<source>
|
||
*: "Incompatible version"
|
||
</source>
|
||
<dest>
|
||
*: "Μη σύμβατη έκδοση"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLUGIN_ERROR
|
||
desc: The plugin return an error code
|
||
user: core
|
||
<source>
|
||
*: "Plugin returned error"
|
||
</source>
|
||
<dest>
|
||
*: "Επιστροφή σφάλματος απο plugin"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILETYPES_FULL
|
||
desc: Filetype array full
|
||
user: core
|
||
<source>
|
||
*: "Filetype array full"
|
||
</source>
|
||
<dest>
|
||
*: "Πίνακας τύπων αρχείων γεμάτος"
|
||
</dest>
|
||
<voice>
|
||
*: "Πίνακας τύπων αρχείων γεμάτος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOWDIR_BUFFER_FULL
|
||
desc: in showdir(), displayed on screen when you reach buffer limit
|
||
user: core
|
||
<source>
|
||
*: "Dir Buffer is Full!"
|
||
</source>
|
||
<dest>
|
||
*: "Μνήμη φακέλων γεμάτη!"
|
||
</dest>
|
||
<voice>
|
||
*: "Μνήμη φακέλων γεμάτη!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INVALID_FILENAME
|
||
desc: "invalid filename entered" error message
|
||
user: core
|
||
<source>
|
||
*: "Invalid Filename!"
|
||
</source>
|
||
<dest>
|
||
*: "Άκυρο όνομα αρχείου!"
|
||
</dest>
|
||
<voice>
|
||
*: "Άκυρο όνομα αρχείου!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLEASE_REBOOT
|
||
desc: when activating an option that requires a reboot
|
||
user: core
|
||
<source>
|
||
*: "Please reboot to enable"
|
||
</source>
|
||
<dest>
|
||
*: "Παρακαλώ επανεκινήστε για ενεργοποίηση"
|
||
</dest>
|
||
<voice>
|
||
*: "Παρακαλώ επανεκινήστε για ενεργοποίηση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_CHARGE
|
||
desc: tells that the battery is charging, instead of battery level
|
||
user: core
|
||
<source>
|
||
*: none
|
||
charging: "Battery: Charging"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
charging: "Μπαταρία: Φορτίζει"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
charging: "Μπαταρία: Φορτίζει"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_TOPOFF_CHARGE
|
||
desc: in info display, shows that top off charge is running Only for V1 archosrecorder
|
||
user: core
|
||
<source>
|
||
*: none
|
||
archosrecorder: "Battery: Top-Off Chg"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
archosrecorder: "Μπαταρία: Μέγιστη φόρτιση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
archosrecorder: "Μπαταρία: Μέγιστη φόρτιση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_TRICKLE_CHARGE
|
||
desc: in info display, shows that trickle charge is running
|
||
user: core
|
||
<source>
|
||
*: none
|
||
charging: "Battery: Trickle Chg"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
charging: "Μπαταρία: Βραδεία φόρτιση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
charging: "Μπαταρία: Βραδεία φόρτιση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WARNING_BATTERY_LOW
|
||
desc: general warning
|
||
user: core
|
||
<source>
|
||
*: "WARNING! Low Battery!"
|
||
</source>
|
||
<dest>
|
||
*: "ΠΡΟΣΟΧΗ! Χαμηλή μπαταρία!"
|
||
</dest>
|
||
<voice>
|
||
*: "ΠΡΟΣΟΧΗ! Χαμηλή μπαταρία!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WARNING_BATTERY_EMPTY
|
||
desc: general warning
|
||
user: core
|
||
<source>
|
||
*: "Battery empty! RECHARGE!"
|
||
</source>
|
||
<dest>
|
||
*: "Μπαταρία άδεια! ΕΠΑΝΑΦΟΡΤΙΣΤΕ!"
|
||
</dest>
|
||
<voice>
|
||
*: "Μπαταρία άδεια! ΕΠΑΝΑΦΟΡΤΙΣΤΕ!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BYTE
|
||
desc: a unit postfix
|
||
user: core
|
||
<source>
|
||
*: "B"
|
||
</source>
|
||
<dest>
|
||
*: "B"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_POINT
|
||
desc: decimal separator for composing numbers
|
||
user: core
|
||
<source>
|
||
*: "."
|
||
</source>
|
||
<dest>
|
||
*: ","
|
||
</dest>
|
||
<voice>
|
||
*: "κόμμα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_ZERO
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "0"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_ONE
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "1"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_TWO
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "2"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_THREE
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "3"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_FOUR
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "4"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_FIVE
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "5"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_SIX
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "6"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_SEVEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "7"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EIGHT
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "8"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_NINE
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "9"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_TEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "10"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_ELEVEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "11"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_TWELVE
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "12"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_THIRTEEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "13"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_FOURTEEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "14"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_FIFTEEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "15"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_SIXTEEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "16"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_SEVENTEEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "17"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EIGHTEEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "18"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_NINETEEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "19"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_TWENTY
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "20"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_THIRTY
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "30"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_FORTY
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "40"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_FIFTY
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "50"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_SIXTY
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "60"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_SEVENTY
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "70"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EIGHTY
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "80"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_NINETY
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "90"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_HUNDRED
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "εκατοντάδες"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_THOUSAND
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "χιλιάδες"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_MILLION
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "εκατομμύρια"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_BILLION
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "δισεκατομμύρια"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_MINUS
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "πλην"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PLUS
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "συν"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_MILLISECONDS
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "μίλι δευτερόλεπτα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_SECOND
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "δευτερόλεπτο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_SECONDS
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "δευτερόλεπτα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_MINUTE
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "λεπτό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_MINUTES
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "λεπτά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_HOUR
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "ώρα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_HOURS
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "ώρες"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_KHZ
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "κίλο χέρτζ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_DB
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "ντεσιμπέλ,"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PERCENT
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "τοις εκατό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_MILLIAMPHOURS
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "μίλιαμ περώρες"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PIXEL
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "πίξελ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PER_SEC
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "ανά δευτερόλεπτο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_HERTZ
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "χέρτζ,"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_KBIT_PER_SEC
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "κιλομπίτ ανά δευτερόλεπτο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_A
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "A."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_B
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "B."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_C
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "C."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_D
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "D."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_E
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "E."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_F
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "F."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_G
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "G."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_H
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "H."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_I
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "I."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_J
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "J."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_K
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "K."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_L
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "L."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_M
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "M."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_N
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "N."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_O
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "O."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_P
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "P."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_Q
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Q."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_R
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "R."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_S
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "S."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_T
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "T."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_U
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "U."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_V
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "V."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_W
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "W."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_X
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "X."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_Y
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Y."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_Z
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Z."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_DOT
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "τελεία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PAUSE
|
||
desc: spoken only, for spelling, a split second of silence (difficult to author)
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: " "
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_FILE
|
||
desc: spoken only, prefix for file number
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "αρχείο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_DIR
|
||
desc: spoken only, prefix for directory number
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "φάκελος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_MPA
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "ήχου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_CFG
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "ρυθμίσεων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_WPS
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "γουάιλ πλέινγκ σκρίν"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_ROCK
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "πλαγκίν"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_FONT
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "γραμματοσειράς"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_BMARK
|
||
desc: spoken only, for file extension and the word in general
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "σελιδοδείκτη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_AJZ
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "φιρμγουέαρ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_RWPS
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "γουάιλ πλέινγκ σκρίν χειριστηρίου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_KBD
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Πληκτρολόγιο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_CUESHEET
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "κιούχιτ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_BOOKMARK_SELECT_INDEX_TEXT
|
||
desc: voice only, used in the bookmark list to label index number
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Δείκτης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CURRENT_TIME
|
||
desc: for wall clock announce
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Current Time"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Τρέχουσα ώρα"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: "Τρέχουσα ώρα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Edit mode: %s %s"
|
||
</source>
|
||
<dest>
|
||
*: "Τρόπος επεξεργασίας: %s %s"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Cutoff"
|
||
</source>
|
||
<dest>
|
||
*: "Αποκοπή"
|
||
</dest>
|
||
<voice>
|
||
*: "Συχνότητα αποκοπής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_GAIN
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Gain"
|
||
</source>
|
||
<dest>
|
||
*: "Gain"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενίσχυση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_MODE
|
||
desc: in wps F2 pressed
|
||
user: core
|
||
<source>
|
||
*: "Mode:"
|
||
</source>
|
||
<dest>
|
||
*: "Mode:"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_DIRBROWSE_F1
|
||
desc: in dir browser, F1 button bar text
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recorder_pad: "Menu"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recorder_pad: "Menu"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recorder_pad: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_DIRBROWSE_F2
|
||
desc: in dir browser, F2 button bar text
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recorder_pad: "Option"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recorder_pad: "Option"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recorder_pad: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_DIRBROWSE_F3
|
||
desc: in dir browser, F3 button bar text
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recorder_pad: "LCD"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recorder_pad: "LCD"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recorder_pad: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_CHANNEL_STEREO
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Stereo"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Stereo"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Στερεοφωνικό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_CHANNEL_MONO
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Mono"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Mono"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Μονοφωνικό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_RECORDING_QUALITY
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording_hwcodec: "Quality"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording_hwcodec: "Quality"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording_hwcodec: "Ποι-ότητα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_RECORDING_FREQUENCY
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Frequency"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Frequency"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Συχνότητα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_RECORDING_SOURCE
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Source"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Source"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Πηγή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_RECORDING_SRC_MIC
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Int. Mic"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Int. Mic"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Εσωτερικό Μικρόφωνο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_LINE_IN
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Line In"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Line In"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Είσοδος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Digital"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Digital"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Ψηφιακή είσοδος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_CHANNELS
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Channels"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Κανάλια"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Κανάλια"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_RECORD_TRIGGER
|
||
desc: in recording settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Trigger"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Trigger"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Πυροδότης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_OF
|
||
desc: spoken only, as in 3/8 => 3 of 8
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "από"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLUGIN_GAMES
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Games"
|
||
</source>
|
||
<dest>
|
||
*: "Παιχνίδια"
|
||
</dest>
|
||
<voice>
|
||
*: "Παιχνίδια"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLUGIN_APPS
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Applications"
|
||
</source>
|
||
<dest>
|
||
*: "Εφαρμογές"
|
||
</dest>
|
||
<voice>
|
||
*: "Εφαρμογές"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLUGIN_DEMOS
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Demos"
|
||
</source>
|
||
<dest>
|
||
*: "Εφαρμογές επίδειξης"
|
||
</dest>
|
||
<voice>
|
||
*: "Εφαρμογές επίδειξης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_GROUPING
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Work"
|
||
</source>
|
||
<dest>
|
||
*: "Εργασία"
|
||
</dest>
|
||
<voice>
|
||
*: "Εργασία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_FILENAME_EXT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Show Filename Extensions"
|
||
</source>
|
||
<dest>
|
||
*: "Εμφάνιση επέκτασης αρχείων"
|
||
</dest>
|
||
<voice>
|
||
*: "Εμφάνιση επέκτασης αρχείων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_UNKNOWN_TYPES
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Only Unknown Types"
|
||
</source>
|
||
<dest>
|
||
*: "Μόνο για άγνωστους τύπους"
|
||
</dest>
|
||
<voice>
|
||
*: "Μόνο για άγνωστους τύπους"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EXT_ONLY_VIEW_ALL
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Only When Viewing All Types"
|
||
</source>
|
||
<dest>
|
||
*: "Μόνο όταν εμφανίζονται όλοι οι τύποι"
|
||
</dest>
|
||
<voice>
|
||
*: "Μόνο όταν εμφανίζονται όλοι οι τύποι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PM_UNITS_PER_TICK
|
||
desc: spoken only, peak meter release unit
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Μονάδες ανα τικ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_OCLOCK
|
||
desc: spoken only, for wall clock announce
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "ακριβώς"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PM
|
||
desc: spoken only, for wall clock announce
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "μετά μεσημβρίας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_AM
|
||
desc: spoken only, for wall clock announce
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "πρό μεσημβρίας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_OH
|
||
desc: spoken only, for wall clock announce
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "μηδέν"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_CLIPCOUNTER
|
||
desc: in settings, for recording peak meter
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Clip Counter"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Μετρητής ψαλιδίσματος"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Μετρητής ψαλιδίσματος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SELECTOR_START_COLOR
|
||
desc: line selector color option
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Primary Colour"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Πρωτεύων χρώμα"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Πρωτεύων χρώμα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SELECTOR_END_COLOR
|
||
desc: line selector color option
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Secondary Colour"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Δευτερεύων χρώμα"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Δευτερεύων χρώμα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SELECTOR_TEXT_COLOR
|
||
desc: line selector text color option
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Text Colour"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Χρώμα κειμένου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Χρώμα κειμένου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INVERT_CURSOR_COLOR
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Bar (Solid Colour)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Μπάρα (Συμπαγές χρώμα)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Μπάρα, Συμπαγές χρώμα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INVERT_CURSOR_GRADIENT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Bar (Gradient Colour)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Μπάρα (χρώμα βαθμωτής μεταβολής)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Μπάρα, χρώμα βαθμωτής μεταβολής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_CENTRAL_EUROPEAN
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Central European (CP1250)"
|
||
</source>
|
||
<dest>
|
||
*: "Κεντρική Ευρώπη (CP1250)"
|
||
</dest>
|
||
<voice>
|
||
*: "Κεντρική Ευρώπη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_THEME_MENU
|
||
desc: in the settings menu
|
||
user: core
|
||
<source>
|
||
*: "Theme Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Ρυθμίσεις θεμάτων"
|
||
</dest>
|
||
<voice>
|
||
*: "Ρυθμίσεις θεμάτων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COLORS_MENU
|
||
desc: colours menu under theme settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Colours"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Χρώματα"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Χρώματα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SELECTOR_COLOR_MENU
|
||
desc: line selector color menu title
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Line Selector Colours"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Γραμμή επιλογής χρωμάτων"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Γραμμή επιλογής χρωμάτων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EDIT
|
||
desc: keyboard
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Επεξεργασία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_BLANK
|
||
desc: keyboard
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Κενό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EMPTY_LIST
|
||
desc: spoken only, when a list dialog contains no elements
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Άδεια λίστα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NOT_PRESENT
|
||
desc: when external memory is not present
|
||
user: core
|
||
<source>
|
||
*: none
|
||
multivolume: "Not present"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
multivolume: "Μη υπαρκτή"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
multivolume: "Μη υπαρκτή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TALK_BATTERY_LEVEL
|
||
desc: Setting for spontaneous battery level announcement
|
||
user: core
|
||
<source>
|
||
*: "Announce Battery Level"
|
||
</source>
|
||
<dest>
|
||
*: "Αναγγελία επιπέδου μπαταρίας"
|
||
</dest>
|
||
<voice>
|
||
*: "Αναγγελία επιπέδου μπαταρίας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_FILETYPE
|
||
desc: voice settings menu
|
||
user: core
|
||
<source>
|
||
*: "Say File Type"
|
||
</source>
|
||
<dest>
|
||
*: "Εκφώνηση τύπου αρχείου"
|
||
</dest>
|
||
<voice>
|
||
*: "Εκφώνηση τύπου αρχείου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BASS_CUTOFF
|
||
desc: Bass setting cut-off frequency
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Bass Cutoff"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Αποκοπή μπάσων"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Αποκοπή μπάσων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TREBLE_CUTOFF
|
||
desc: Treble setting cut-off frequency
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Treble Cutoff"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Αποκοπή πρίμων"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Αποκοπή πρίμων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_SIZE
|
||
desc: Display of recorded file size
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Size:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Μέγεθος:"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_AGC_MAXGAIN
|
||
desc: AGC maximum gain in recording screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
agc: "AGC max. gain"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
agc: "Μεγ. ενίσχυση AGC "
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
agc: " μέγιστη ενίσχυση Έι Τζι Σι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOUCHPAD_SENSITIVITY
|
||
desc: touchpad sensitivity setting
|
||
user: core
|
||
<source>
|
||
*: none
|
||
fiiom3k,gigabeatfx,sansafuzeplus: "Touchpad Sensitivity"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
fiiom3k,gigabeatfx,sansafuzeplus: "Ευαισθησία πινακίδας αφής"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
fiiom3k,gigabeatfx,sansafuzeplus: "Ευαισθησία πινακίδας αφής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FAST
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Fast"
|
||
</source>
|
||
<dest>
|
||
*: "Γρήγορα"
|
||
</dest>
|
||
<voice>
|
||
*: "Γρήγορα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SKIP_LENGTH
|
||
desc: playback settings menu
|
||
user: core
|
||
<source>
|
||
*: "Skip Length"
|
||
</source>
|
||
<dest>
|
||
*: "Διάρκεια αναπήδησης"
|
||
</dest>
|
||
<voice>
|
||
*: "Διάρκεια αναπήδησης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_SLASH
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Κάθετος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGNAVI_RANDOM
|
||
desc: "[Random]" entry in tag browser
|
||
user: core
|
||
<source>
|
||
*: "[Random]"
|
||
</source>
|
||
<dest>
|
||
*: "[Τυχαία]"
|
||
</dest>
|
||
<voice>
|
||
*: "Τυχαία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACCESSORY_SUPPLY
|
||
desc: in system settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
accessory_supply: "Accessory Power Supply"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
accessory_supply: "Τροφοδοσία από Αξεσουάρ"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
accessory_supply: "Τροφοδοσία από Αξεσουάρ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STOP_RECORDING_AND_SHUTDOWN
|
||
desc: in record timesplit options
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Stop Recording and Shutdown"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Διακοπή ηχογράφησης και τερματισμός"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Διακοπή ηχογράφησης και τερματισμός"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_TIMESPLIT_REC
|
||
desc: Display of record timer interval setting, on the record screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Split Time:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Χρόνος Κατάτμησης:"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SAVE_SOUND
|
||
desc: save a sound config file
|
||
user: core
|
||
<source>
|
||
*: "Save Sound Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Αποθήκευση ρυθμίσεων ήχου"
|
||
</dest>
|
||
<voice>
|
||
*: "Αποθήκευση ρυθμίσεων ήχου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VERY_SLOW
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Very slow"
|
||
</source>
|
||
<dest>
|
||
*: "Πολύ αργά"
|
||
</dest>
|
||
<voice>
|
||
*: "Πολύ αργά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEYCLICK
|
||
desc: in keyclick settings menu
|
||
user: core
|
||
<source>
|
||
*: "Keyclick"
|
||
</source>
|
||
<dest>
|
||
*: "Κλικ κουμπιών"
|
||
</dest>
|
||
<voice>
|
||
*: "Κλικ κουμπιών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_CLIPCOUNT
|
||
desc: in recording GUI, for recording peak meter. MAX 5 characters!
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "CLIP:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "ΨΑΛ,:"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GAIN_RIGHT
|
||
desc: in the recording screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Gain R"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Ενίσχυση Δ"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Ενίσχυση Δεξιά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_FILENAME
|
||
desc: Filename header in recording screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Filename:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Όνομα αρχείου:"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SLOW
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Slow"
|
||
</source>
|
||
<dest>
|
||
*: "Αργά"
|
||
</dest>
|
||
<voice>
|
||
*: "Αργά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GAIN_LEFT
|
||
desc: in the recording screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Gain L"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Ενίσχυση Α"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Ενίσχυση Αριστερά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_QUICKSCREEN
|
||
desc: spoken only, Announces entering the "quick screen"
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Οθόνη ταχείας πρόσβασης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VERY_FAST
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Very fast"
|
||
</source>
|
||
<dest>
|
||
*: "Πολύ γρήγορα"
|
||
</dest>
|
||
<voice>
|
||
*: "Πολύ γρήγορα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_AGC_PRESET
|
||
desc: automatic gain control in record settings and screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
agc: "AGC"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
agc: "AGC"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
agc: "Αυτόματος χειρισμός ενίσχυσης (Έι Τζι Σι)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_UNKNOWN
|
||
desc: generic string for unknown states, such as an unset clock
|
||
user: core
|
||
<source>
|
||
*: "Unknown"
|
||
</source>
|
||
<dest>
|
||
*: "Άγνωστο"
|
||
</dest>
|
||
<voice>
|
||
*: "Άγνωστο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_AGC_CLIPTIME
|
||
desc: in record settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
agc: "AGC clip time"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
agc: "Χρόνος ψαλιδίσματος AGC"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
agc: "Χρόνος ψαλιδίσματος Έι Τζι Σι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SKIP_TRACK
|
||
desc: skip length setting entry 0
|
||
user: core
|
||
<source>
|
||
*: "Skip Track"
|
||
</source>
|
||
<dest>
|
||
*: "Αναπήδηση κομματιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Αναπήδηση κομματιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_OK
|
||
desc: spoken only, on exiting a context, specifically the quick screen
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Εντάξει"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEYCLICK_REPEATS
|
||
desc: in keyclick settings menu
|
||
user: core
|
||
<source>
|
||
*: "Keyclick Repeats"
|
||
</source>
|
||
<dest>
|
||
*: "Επαναλαμβανόμενο κλικ κουμπιών"
|
||
</dest>
|
||
<voice>
|
||
*: "Επαναλαμβανόμενο κλικ κουμπιών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HIGH
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeatfx: "High"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeatfx: "Ψηλά"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeatfx: "Ψηλά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNEL_LEFTRIGHT
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Mono Left + Right"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Μονοφωνικό αριστερά + δεξιά"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Μονοφωνικό αριστερά συν δεξιά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LEFT_QS_ITEM
|
||
desc: used for the submenu name for the quickscreen items
|
||
user: core
|
||
<source>
|
||
*: none
|
||
quickscreen: "Set as Left Quickscreen Item"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
quickscreen: "Δεξί αντικείμενο στην οθόνη ταχείας πρόσβασης"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
quickscreen: "Δεξί αντικείμενο στην οθόνη ταχείας πρόσβασης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESET_SETTING
|
||
desc: used in the settings context menu
|
||
user: core
|
||
<source>
|
||
*: "Reset Setting"
|
||
</source>
|
||
<dest>
|
||
*: "Επαναφορά ρύθμισης"
|
||
</dest>
|
||
<voice>
|
||
*: "Επαναφορά ρύθμισης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOTTOM_QS_ITEM
|
||
desc: used for the submenu name for the quickscreen items
|
||
user: core
|
||
<source>
|
||
*: none
|
||
quickscreen: "Set as Bottom Quickscreen Item"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
quickscreen: "Κάτω αντικείμενο στην οθόνη ταχείας πρόσβασης"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
quickscreen: "Κάτω αντικείμενο στην οθόνη ταχείας πρόσβασης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RIGHT_QS_ITEM
|
||
desc: used for the submenu name for the quickscreen items
|
||
user: core
|
||
<source>
|
||
*: none
|
||
quickscreen: "Set as Right Quickscreen Item"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
quickscreen: "Αριστερό αντικείμενο στην οθόνη ταχείας πρόσβασης"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
quickscreen: "Αριστερό αντικείμενο στην οθόνη ταχείας πρόσβασης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SEARCH_RESULTS
|
||
desc: title for the list of results displayed after searching in a playlist
|
||
user: core
|
||
<source>
|
||
*: "Search Results"
|
||
</source>
|
||
<dest>
|
||
*: "Αποτελέσματα αναζήτησης"
|
||
</dest>
|
||
<voice>
|
||
*: "Αποτελέσματα αναζήτησης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_MONO_MODE
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Mono mode"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Μονοφωνικός τρόπος"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Μονοφωνικός τρόπος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SERIAL_BITRATE_19200
|
||
desc: in system settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
serial_port: "19200"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
serial_port: "19200"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
serial_port: "19200"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ENABLE_SPEAKER
|
||
desc: in Settings -> Sound Settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
speaker: "Enable Speaker"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
speaker: "Ενεργοποίηση ηχείου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
speaker: "Ενεργοποίηση ηχείου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_INTERPRET_NUMBERS
|
||
desc: in Settings -> File view
|
||
user: core
|
||
<source>
|
||
*: "Interpret numbers when sorting"
|
||
</source>
|
||
<dest>
|
||
*: "Ερμηνεία αριθμών κατά την ταξινόμηση"
|
||
</dest>
|
||
<voice>
|
||
*: "Ερμηνεία αριθμών κατά την ταξινόμηση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SERIAL_BITRATE
|
||
desc: in system settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
serial_port: "Serial Bitrate"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
serial_port: "Ρυθμός μετάδοσης σειριακής θύρας"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
serial_port: "Ρυθμός μετάδοσης σειριακής θύρας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SERIAL_BITRATE_9600
|
||
desc: in system settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
serial_port: "9600"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
serial_port: "9600"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
serial_port: "9600"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SERIAL_BITRATE_38400
|
||
desc: in system settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
serial_port: "38400"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
serial_port: "38400"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
serial_port: "38400"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SERIAL_BITRATE_57600
|
||
desc: in system settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
serial_port: "57600"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
serial_port: "57600"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
serial_port: "57600"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_INTERPRET_AS_NUMBERS
|
||
desc: in Settings -> File view
|
||
user: core
|
||
<source>
|
||
*: "As whole numbers"
|
||
</source>
|
||
<dest>
|
||
*: "Ως ολόκληρους αριθμούς"
|
||
</dest>
|
||
<voice>
|
||
*: "Ως ολόκληρους αριθμούς"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CREDITS
|
||
desc: in the Main Menu -> System screen
|
||
user: core
|
||
<source>
|
||
*: "Credits"
|
||
</source>
|
||
<dest>
|
||
*: "Συντελεστές"
|
||
</dest>
|
||
<voice>
|
||
*: "Συντελεστές"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_INTERPRET_AS_DIGIT
|
||
desc: in Settings -> File view
|
||
user: core
|
||
<source>
|
||
*: "As digits"
|
||
</source>
|
||
<dest>
|
||
*: "Ως ψηφία"
|
||
</dest>
|
||
<voice>
|
||
*: "Ως ψηφία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SERIAL_BITRATE_AUTO
|
||
desc: in system settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
serial_port: "Auto"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
serial_port: "Αυτόματο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
serial_port: "Αυτόματο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILESIZE
|
||
desc: in record timesplit options and in track information viewer
|
||
user: core
|
||
<source>
|
||
*: "Filesize"
|
||
</source>
|
||
<dest>
|
||
*: "Μέγεθος αρχείου"
|
||
</dest>
|
||
<voice>
|
||
*: "Μέγεθος αρχείου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_RATIO
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Ratio"
|
||
</source>
|
||
<dest>
|
||
*: "Αναλογία"
|
||
</dest>
|
||
<voice>
|
||
*: "Αναλογία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SET_AS_PLAYLISTCAT_DIR
|
||
desc: used in the onplay menu to set a playlist catalogue dir
|
||
user: core
|
||
<source>
|
||
*: "Set as Playlist Catalogue Directory"
|
||
</source>
|
||
<dest>
|
||
*: "Ορισμός ως καταλόγου λιστών αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Ορισμός ως καταλόγου λιστών αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESUME_REWIND
|
||
desc: in playback settings menu
|
||
user: core
|
||
<source>
|
||
*: "Rewind Before Resume"
|
||
</source>
|
||
<dest>
|
||
*: "Επαναφορά πριν τη συνέχιση"
|
||
</dest>
|
||
<voice>
|
||
*: "Επαναφορά πριν τη συνέχιση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SLEEP_TIMER_CANCEL_CURRENT
|
||
desc: shown instead of sleep timer when it's running
|
||
user: core
|
||
<source>
|
||
*: "Cancel Sleep Timer"
|
||
</source>
|
||
<dest>
|
||
*: "Ακύρωση χρονοδιακόπτη ύπνου"
|
||
</dest>
|
||
<voice>
|
||
*: "Ακύρωση χρονοδιακόπτη ύπνου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DEADZONE
|
||
desc: touchpad deadzone setting
|
||
user: core
|
||
<source>
|
||
*: none
|
||
sansafuzeplus: "Touchpad Dead Zone"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
sansafuzeplus: "Κατάσταση νέκρωσης της οθόνης αφής"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
sansafuzeplus: "Κατάσταση νέκρωσης της οθόνης αφής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SURROUND_FX1
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "f(x1)"
|
||
</source>
|
||
<dest>
|
||
*: "f(x1)"
|
||
</dest>
|
||
<voice>
|
||
*: "f(x1)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STATUSBAR_CUSTOM
|
||
desc: if this translation is compatible with LANG_CHANNEL_CUSTOM, then please use the same translation. it can be combined later then
|
||
user: core
|
||
<source>
|
||
*: "Custom"
|
||
</source>
|
||
<dest>
|
||
*: "Προσαρμοσμένο"
|
||
</dest>
|
||
<voice>
|
||
*: "Προσαρμοσμένο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOUCHSCREEN_MODE
|
||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "Touchscreen Mode"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "Λειτουργία οθόνης αφής"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "Λειτουργία οθόνης αφής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AFR
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Auditory Fatigue Reduction"
|
||
</source>
|
||
<dest>
|
||
*: "Auditory Fatigue Reduction"
|
||
</dest>
|
||
<voice>
|
||
*: "Auditory Fatigue Reduction"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LIST_LINE_PADDING
|
||
desc: list padding, in display settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "Line Padding in Lists"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "Line Padding in Lists"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "Line Padding in Lists"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MORSE_INPUT
|
||
desc: in Settings -> System
|
||
user: core
|
||
<source>
|
||
*: none
|
||
morse_input: "Use Morse Code Input"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
morse_input: "Χρήση της εισόδου κώδικα Morse"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
morse_input: "Χρήση της εισόδου κώδικα Morse"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_OTHER
|
||
desc: Catch-all FM region. Select if none of the others work
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Other"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Άλλο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Άλλο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_SCREEN
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Remote Screen"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Οθόνη χειριστηρίου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Οθόνη χειριστηρίου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_OF
|
||
desc: Shown in WPS: X of Y (tracks)
|
||
user: core
|
||
<source>
|
||
*: "of"
|
||
</source>
|
||
<dest>
|
||
*: "Από"
|
||
</dest>
|
||
<voice>
|
||
*: "Από"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CURRENT_PLAYLIST
|
||
desc: Used when you need to say playlist, also voiced
|
||
user: core
|
||
<source>
|
||
*: "Current Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Τρέχουσα λίστα αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Τρέχουσα λίστα αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_RATIO_10
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "10:1"
|
||
</source>
|
||
<dest>
|
||
*: "10:1"
|
||
</dest>
|
||
<voice>
|
||
*: "10 σε 1"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KBD_OK
|
||
desc: in keyboard
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "OK"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "OK"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "OK"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ONPLAY_PICTUREFLOW
|
||
desc: Onplay pictureflow
|
||
user: core
|
||
<source>
|
||
*: "PictureFlow"
|
||
</source>
|
||
<dest>
|
||
*: "PictureFlow"
|
||
</dest>
|
||
<voice>
|
||
*: "open picture flow"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HW_EQ_WIDTH_WIDE
|
||
desc: in sound_menu, hardware equalizer tone controls wide bandwidth setting
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeats,samsungypr1: "Wide"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeats,samsungypr1: "Wide"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeats,samsungypr1: "Wide"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUTORESUME
|
||
desc: resume settings menu
|
||
user: core
|
||
<source>
|
||
*: "Automatic Resume"
|
||
</source>
|
||
<dest>
|
||
*: "Αυτόματη επαναφορά"
|
||
</dest>
|
||
<voice>
|
||
*: "Αυτόματη επαναφορά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFEED_CUSTOM
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Custom"
|
||
</source>
|
||
<dest>
|
||
*: "Προσαρμοσμένο"
|
||
</dest>
|
||
<voice>
|
||
*: "Προσαρμοσμένο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYBACK_RATE
|
||
desc: "rate" in pitch screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: "Rate"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: "Ταχύτητα"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: "Ταχύτητα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SKIP_OUTRO
|
||
desc: skipping to the 5 seconds before the end of a track
|
||
user: core
|
||
<source>
|
||
*: "Skip to Outro"
|
||
</source>
|
||
<dest>
|
||
*: "Μεταπήδηση στο τέλος"
|
||
</dest>
|
||
<voice>
|
||
*: "Μεταπήδηση στο τέλος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HW_EQ_TONE_CONTROLS_ADVANCED
|
||
desc: in sound_menu, advanced settings for hardware equalizer tone controls
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeats,samsungypr1: "Advanced Tone Control Settings"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeats,samsungypr1: "Ρυθμίσης ελέγχου τονικότητας για προχωρημένους"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeats,samsungypr1: "Ρυθμίσης ελέγχου τονικότητας για προχωρημένους"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEYPRESS_RESTARTS_SLEEP_TIMER
|
||
desc: whether to restart running sleep timer on keypress
|
||
user: core
|
||
<source>
|
||
*: "Restart Sleep Timer on Keypress"
|
||
</source>
|
||
<dest>
|
||
*: "Επανεκίνηση χρονοδιακόπτη ύπνου με το πάτημα πλήκτρου"
|
||
</dest>
|
||
<voice>
|
||
*: "Επανεκίνηση χρονοδιακόπτη ύπνου με το πάτημα πλήκτρου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MOUSE_MODE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
usb_hid: "Mouse"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
usb_hid: "Ποντίκι"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
usb_hid: "Ποντίκι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_QUEUE_LAST_SHUFFLED
|
||
desc: in onplay menu. queue a playlist randomly at end of dynamic playlist
|
||
user: core
|
||
<source>
|
||
*: "Queue Last Shuffled"
|
||
</source>
|
||
<dest>
|
||
*: "Queue Last Shuffled"
|
||
</dest>
|
||
<voice>
|
||
*: "Queue Last Shuffled"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MULTIMEDIA_MODE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
usb_hid: "Multimedia"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
usb_hid: "Πολυμέσα"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
usb_hid: "Πολυμέσα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PBE
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Perceptual Bass Enhancement"
|
||
</source>
|
||
<dest>
|
||
*: "Ενίσχυση μπάσων"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενίσχυση μπάσων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RIGHT
|
||
desc: Generic use of 'right'
|
||
user: core
|
||
<source>
|
||
*: "Right"
|
||
</source>
|
||
<dest>
|
||
*: "Δεξιά"
|
||
</dest>
|
||
<voice>
|
||
*: "Δεξιά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DEPTH_3D
|
||
desc: in sound_menu, amount of 3D enhancement effect
|
||
user: core
|
||
<source>
|
||
*: none
|
||
depth_3d: "3-D Enhancement"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
depth_3d: "Βελτίωση ήχου 3-D "
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
depth_3d: "Βελτίωση ήχου 3-D"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_SBS
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Εμφάνιση γραμμής κατάστασης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SURROUND_METHOD2
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "SIDE ONLY"
|
||
</source>
|
||
<dest>
|
||
*: "SIDE ONLY"
|
||
</dest>
|
||
<voice>
|
||
*: "SIDE ONLY"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USB_MODE_CHARGE
|
||
desc: in Settings -> General -> System -> USB Mode: Charge Only
|
||
user: core
|
||
<source>
|
||
*: "Charge Only"
|
||
</source>
|
||
<dest>
|
||
*: "Μόνο φόρτιση"
|
||
</dest>
|
||
<voice>
|
||
*: "Μόνο φόρτιση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_DISABLE_TOUCH
|
||
desc: Softlock behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "Disable Touch"
|
||
</source>
|
||
<dest>
|
||
*: "Απενεργοποίηση αφής"
|
||
</dest>
|
||
<voice>
|
||
*: "Απενεργοποίηση αφής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SLEEP_TIMER_START_CURRENT
|
||
desc: shown when a sleep timer isn't running
|
||
user: core
|
||
<source>
|
||
*: "Start Sleep Timer"
|
||
</source>
|
||
<dest>
|
||
*: "Έναρξη χρονοδιακόπτη ύπνου"
|
||
</dest>
|
||
<voice>
|
||
*: "Έναρξη χρονοδιακόπτη ύπνου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_RSBS
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Εμφάνιση γραμμής κατάστασης στο χειριστήριο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUTO
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Auto"
|
||
</source>
|
||
<dest>
|
||
*: "Αυτόματο"
|
||
</dest>
|
||
<voice>
|
||
*: "Αυτόματο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_DISABLE_EXT_POWER
|
||
desc: Backlight behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "Disable on External Power"
|
||
</source>
|
||
<dest>
|
||
*: "Απενεργοποίηση σε εξωτερική τροφοδωσία"
|
||
</dest>
|
||
<voice>
|
||
*: "Απενεργοποίηση σε εξωτερική τροφοδωσία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SEMITONE
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: "Semitone"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: "Semitone"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: "Semitone"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_KNEE
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Knee"
|
||
</source>
|
||
<dest>
|
||
*: "Knee"
|
||
</dest>
|
||
<voice>
|
||
*: "Knee"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_DISABLE_UNMAPPED
|
||
desc: Backlight behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "Disable Unmapped Keys"
|
||
</source>
|
||
<dest>
|
||
*: "Απενεργοποίηση άχρηστων πλήκτρων"
|
||
</dest>
|
||
<voice>
|
||
*: "Απενεργοποίηση άχρηστων πλήκτρων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKLIGHT_SELECTIVE
|
||
desc: Backlight behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "Backlight Exemptions"
|
||
</source>
|
||
<dest>
|
||
*: "Επιλογή Φωτισμού"
|
||
</dest>
|
||
<voice>
|
||
*: "Επιλογή Φωτισμού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_RATIO_6
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "6:1"
|
||
</source>
|
||
<dest>
|
||
*: "6:1"
|
||
</dest>
|
||
<voice>
|
||
*: "6 σε 1"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESET_PLAYLISTCAT_DIR
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Reset Playlist Catalogue Directory"
|
||
</source>
|
||
<dest>
|
||
*: "Επαναφορά του καταλόγου λιστών αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Επαναφορά του καταλόγου λιστών αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGNAVI_UNTAGGED
|
||
desc: "[untagged]" entry in tag browser
|
||
user: core
|
||
<source>
|
||
*: "[Untagged]"
|
||
</source>
|
||
<dest>
|
||
*: "[Χωρίς ετικέτα]"
|
||
</dest>
|
||
<voice>
|
||
*: "Χωρίς ετικέτα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RADIOSCREEN
|
||
desc: in the theme menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Radio Screen"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Οθόνη ραδιοφώνου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Οθόνη ραδιοφώνου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_RFMS
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio_remote: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio_remote: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio_remote: "Εμφάνιση οθόνης ραδιοφώνου στο χειριστήριο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEYCLICK_HARDWARE
|
||
desc: in keyclick settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hardware_click: "Speaker Keyclick"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hardware_click: "Ήχος κουμπιών στο μεγάφωνο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hardware_click: "Ήχος κουμπιών στο μεγάφωνο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TIMESTRETCH
|
||
desc: timestretch enable
|
||
user: core
|
||
<source>
|
||
*: "Timestretch"
|
||
</source>
|
||
<dest>
|
||
*: "Timestretch"
|
||
</dest>
|
||
<voice>
|
||
*: "Timestretch"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USB_HID
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
usb_hid: "USB HID"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
usb_hid: "USB HID"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
usb_hid: "Συσκευή ελέγχου USB"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LEFT
|
||
desc: Generic use of 'left'
|
||
user: core
|
||
<source>
|
||
*: "Left"
|
||
</source>
|
||
<dest>
|
||
*: "Αριστερά"
|
||
</dest>
|
||
<voice>
|
||
*: "Αριστερά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HW_EQ_GAIN
|
||
desc: in sound_menu, hardware equalizer tone controls filter gain
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeats,samsungypr1: "Band %d Gain"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeats,samsungypr1: "Band %d Gain"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeats,samsungypr1: "Band Gain"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_THRESHOLD
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Threshold"
|
||
</source>
|
||
<dest>
|
||
*: "Threshold"
|
||
</dest>
|
||
<voice>
|
||
*: "Threshold"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KBD_DELETE
|
||
desc: in keyboard
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "Del"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "Διαγραφή"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "Διαγραφή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOUCHSCREEN_POINT
|
||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "Absolute Point"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "Absolute Point"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "Absolute Point"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SAVE_CHANGES
|
||
desc: When you try to exit screens to confirm save
|
||
user: core
|
||
<source>
|
||
*: "Save Changes?"
|
||
</source>
|
||
<dest>
|
||
*: "Αποθήκευση αλλαγών;"
|
||
</dest>
|
||
<voice>
|
||
*: "Αποθήκευση αλλαγών;"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STATUSBAR_TOP
|
||
desc: in Settings -> General -> Display -> statusbar
|
||
user: core
|
||
<source>
|
||
*: "Top"
|
||
</source>
|
||
<dest>
|
||
*: "Κορυφή"
|
||
</dest>
|
||
<voice>
|
||
*: "Κορυφή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHORTCUTS
|
||
desc: Title in the shortcuts menu
|
||
user: core
|
||
<source>
|
||
*: "Shortcuts"
|
||
</source>
|
||
<dest>
|
||
*: "Συντομεύσεις"
|
||
</dest>
|
||
<voice>
|
||
*: "Συντομεύσεις"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOLUME_LIMIT
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Maximum Volume Limit"
|
||
</source>
|
||
<dest>
|
||
*: "Όριο μέγιστης έντασης"
|
||
</dest>
|
||
<voice>
|
||
*: "Όριο μέγιστης έντασης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_RATIO_2
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "2:1"
|
||
</source>
|
||
<dest>
|
||
*: "2:1"
|
||
</dest>
|
||
<voice>
|
||
*: "2 σε 1"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HOTKEY
|
||
desc: hotkey menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hotkey: "Hotkey"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hotkey: "Πλήκτρο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hotkey: "Πλήκτρο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOUCHSCREEN_CALIBRATE
|
||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "Calibrate"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "Calibrate"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "Calibrate"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SELECT_FOLDER
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Select one or more directories"
|
||
</source>
|
||
<dest>
|
||
*: "Επιλογή ενός ή περισσότερων φακέλων"
|
||
</dest>
|
||
<voice>
|
||
*: "Επιλογή ενός ή περισσότερων φακέλων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HW_EQ_FREQUENCY
|
||
desc: in sound_menu, hardware equalizer tone controls shelf filter cutoff frequency
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeats,samsungypr1: "Band %d Frequency"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeats,samsungypr1: "Ρύθμιση %d συχνότητα"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeats,samsungypr1: "Συχνότητα ρύθμισης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SURROUND
|
||
desc: in the sound settings menu
|
||
user: core
|
||
<source>
|
||
*: "Haas Surround"
|
||
</source>
|
||
<dest>
|
||
*: "Haas Surround"
|
||
</dest>
|
||
<voice>
|
||
*: "Haas Surround"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_HARD_KNEE
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Hard Knee"
|
||
</source>
|
||
<dest>
|
||
*: "Hard Knee"
|
||
</dest>
|
||
<voice>
|
||
*: "Hard Knee"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESET_START_DIR
|
||
desc: reset the browser start directory
|
||
user: core
|
||
<source>
|
||
*: "Start File Browser at /"
|
||
</source>
|
||
<dest>
|
||
*: "Έναρξη περιηγητή αρχείων σε"
|
||
</dest>
|
||
<voice>
|
||
*: "Έναρξη περιηγητή αρχείων στον κύριο κατάλογο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USB_MODE
|
||
desc: in Settings -> General -> System -> USB Mode
|
||
user: core
|
||
<source>
|
||
*: "USB Mode"
|
||
</source>
|
||
<dest>
|
||
*: "Λειτουργία USB"
|
||
</dest>
|
||
<voice>
|
||
*: "Λειτουργία USB"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_ROLL_OFF
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
filter_roll_off: "DAC filter roll-off"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
filter_roll_off: "DAC filter roll-off"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
filter_roll_off: "DAC filter roll-off"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Compressor"
|
||
</source>
|
||
<dest>
|
||
*: "Συμπιεστής"
|
||
</dest>
|
||
<voice>
|
||
*: "Συμπιεστής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STATUSBAR_BOTTOM
|
||
desc: in Settings -> General -> Display -> statusbar
|
||
user: core
|
||
<source>
|
||
*: "Bottom"
|
||
</source>
|
||
<dest>
|
||
*: "Κάτω μέρος"
|
||
</dest>
|
||
<voice>
|
||
*: "Κάτω μέρος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FORCE
|
||
desc: alternative to yes/no for tristate settings
|
||
user: core
|
||
<source>
|
||
*: "Force"
|
||
</source>
|
||
<dest>
|
||
*: "Εξαναγκασμός"
|
||
</dest>
|
||
<voice>
|
||
*: "Εξαναγκασμός"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_ENABLED
|
||
desc: Selective Actions
|
||
user: core
|
||
<source>
|
||
*: "Enabled"
|
||
</source>
|
||
<dest>
|
||
*: "Ενεργοποιημένο"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενεργοποιημένο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NEXT_TRACK
|
||
desc: Shown in WPS
|
||
user: core
|
||
<source>
|
||
*: "Next Track:"
|
||
</source>
|
||
<dest>
|
||
*: "Επόμενο κομμάτι"
|
||
</dest>
|
||
<voice>
|
||
*: "Επόμενο κομμάτι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEYCLICK_SOFTWARE
|
||
desc: in keyclick settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hardware_click: "Headphone Keyclick"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hardware_click: "Ήχος πλήκτρων στα ακουστικά"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hardware_click: "Ήχος πλήκτρων στα ακουστικά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_STATUSBAR
|
||
desc: in Settings -> General -> Display -> statusbar
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Remote Statusbar"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Γραμμή κατάστασης χειριστηρίου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Γραμμή κατάστασης χειριστηρίου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLLBAR_WIDTH
|
||
desc: in Settings -> General -> Display -> Status-/Scrollbar
|
||
user: core
|
||
<source>
|
||
*: "Scroll Bar Width"
|
||
</source>
|
||
<dest>
|
||
*: "Πλάτος γραμμής κίλησης"
|
||
</dest>
|
||
<voice>
|
||
*: "Πλάτος γραμμής κίλησης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PRESENTATION_MODE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
usb_hid: "Presentation"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
usb_hid: "Παρουσίαση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
usb_hid: "Παρουσίαση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_RELEASE
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Release Time"
|
||
</source>
|
||
<dest>
|
||
*: "Χρόνος κυκλοφορίας"
|
||
</dest>
|
||
<voice>
|
||
*: "Χρόνος κυκλοφορίας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SLEEP_TIMER_DURATION
|
||
desc: default sleep timer duration in minutes
|
||
user: core
|
||
<source>
|
||
*: "Default Sleep Timer Duration"
|
||
</source>
|
||
<dest>
|
||
*: "Προεπιλεγμένη Διάρκεια χρονοδιακόπτη ύπνου"
|
||
</dest>
|
||
<voice>
|
||
*: "Προεπιλεγμένη Διάρκεια χρονοδιακόπτη ύπνου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SOFTLOCK_SELECTIVE
|
||
desc: Softlock behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "Advanced Key Lock"
|
||
</source>
|
||
<dest>
|
||
*: "Κλείδωμα πλήκτρων για προχωρημένους"
|
||
</dest>
|
||
<voice>
|
||
*: "Κλείδωμα πλήκτρων για προχωρημένους"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SELECT_DATABASE_DIRS
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Select directories to scan"
|
||
</source>
|
||
<dest>
|
||
*: "Επιλογή φακέλων για τη σάρωση"
|
||
</dest>
|
||
<voice>
|
||
*: "Επιλογή φακέλων για τη σάρωση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PREVENT_SKIPPING
|
||
desc: in Settings -> Playback Settings
|
||
user: core
|
||
<source>
|
||
*: "Prevent Track Skipping"
|
||
</source>
|
||
<dest>
|
||
*: "Απαγώρευση παράκαμψης κομματιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Απαγώρευση παράκαμψης κομματιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_GAIN
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Makeup Gain"
|
||
</source>
|
||
<dest>
|
||
*: "Makeup Gain"
|
||
</dest>
|
||
<voice>
|
||
*: "Makeup Gain"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CONSTRAIN_NEXT_FOLDER
|
||
desc: in settings_menu. Whether LANG_NEXT_FOLDER should be constrained to directories within LANG_SET_AS_START_DIR
|
||
user: core
|
||
<source>
|
||
*: "Constrain Auto-Change"
|
||
</source>
|
||
<dest>
|
||
*: "Constrain Auto-Change"
|
||
</dest>
|
||
<voice>
|
||
*: "Constrain Auto-Change"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_AUTOLOCK_OFF
|
||
desc: Softlock behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "Autolock Off"
|
||
</source>
|
||
<dest>
|
||
*: "Απενεργοποίηση αυτόματου κλειδώματος"
|
||
</dest>
|
||
<voice>
|
||
*: "Απενεργοποίηση αυτόματου κλειδώματος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_PLAY
|
||
desc: Selective Actions
|
||
user: core
|
||
<source>
|
||
*: "Play"
|
||
</source>
|
||
<dest>
|
||
*: "Αναπαραγωγή"
|
||
</dest>
|
||
<voice>
|
||
*: "Αναπαραγωγή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_RATIO_4
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "4:1"
|
||
</source>
|
||
<dest>
|
||
*: "4:1"
|
||
</dest>
|
||
<voice>
|
||
*: "4 σε 1"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BASE_SKIN
|
||
desc: browse for the base skin in theme settings
|
||
user: core
|
||
<source>
|
||
*: "Base Skin"
|
||
</source>
|
||
<dest>
|
||
*: "Εμφάνιση βάσης"
|
||
</dest>
|
||
<voice>
|
||
*: "Εμφάνιση βάσης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HISTOGRAM_INTERVAL
|
||
desc: in record settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
histogram: "Histogram interval"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
histogram: "Histogram interval"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
histogram: "Histogram interval"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_SOFT_KNEE
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Soft Knee"
|
||
</source>
|
||
<dest>
|
||
*: "Soft Knee"
|
||
</dest>
|
||
<voice>
|
||
*: "Soft Knee"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SLEEP_TIMER_ON_POWER_UP
|
||
desc: whether sleep timer starts on power up
|
||
user: core
|
||
<source>
|
||
*: "Start Sleep Timer on Boot"
|
||
</source>
|
||
<dest>
|
||
*: "Έναρξη χρονοδιακόπτη ύπνου στην εκίνηση"
|
||
</dest>
|
||
<voice>
|
||
*: "Έναρξη χρονοδιακόπτη ύπνου στην εκίνηση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_RSSI
|
||
desc: Signal strength of a received FM station
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Signal strength:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Ισχής σήματος"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Ισχής σήματος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_ATTACK
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Attack Time"
|
||
</source>
|
||
<dest>
|
||
*: "Attack Time"
|
||
</dest>
|
||
<voice>
|
||
*: "Attack Time"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HOTKEY_FILE_BROWSER
|
||
desc: hotkey menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hotkey: "File Browser Hotkey"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hotkey: "Πλήκτρο περιηγητή αρχείων"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hotkey: "Πλήκτρο περιηγητή αρχείων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KBD_CANCEL
|
||
desc: in keyboard
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "Cancel"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "Ακύρωση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "Ακύρωση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PAUSE_REWIND
|
||
desc: Seconds to rewind when rewind on pause is enabled.
|
||
user: core
|
||
<source>
|
||
*: "Rewind on Pause"
|
||
</source>
|
||
<dest>
|
||
*: "Επαναφορά στην παύση"
|
||
</dest>
|
||
<voice>
|
||
*: "Επαναφορά στην παύση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOUCHSCREEN_SETTINGS
|
||
desc: in Settings -> General -> Display menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "Touchscreen Settings"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "Ρυθμίσεις οθόνης αφής"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "Ρυθμίσεις οθόνης αφής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOUCHSCREEN_GRID
|
||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "3x3 Grid"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "Πλέγμα 3x3"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "Πλέγμα 3x3"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUTORESUME_AUTOMATIC
|
||
desc: resume on automatic track change
|
||
user: core
|
||
<source>
|
||
*: "Resume on automatic track change"
|
||
</source>
|
||
<dest>
|
||
*: "Επαναφορά σε αυτόματη αλλαγή κομματιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Επαναφορά σε αυτόματη αλλαγή κομματιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SPEED
|
||
desc: timestretch speed
|
||
user: core
|
||
<source>
|
||
*: "Speed"
|
||
</source>
|
||
<dest>
|
||
*: "Ταχύτητα"
|
||
</dest>
|
||
<voice>
|
||
*: "Ταχύτητα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HOTKEY_WPS
|
||
desc: hotkey menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hotkey: "WPS Hotkey"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hotkey: "Πλήκτρο WPS"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hotkey: "Πλήκτρο WPS"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SURROUND_MIX
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Dry / Wet Mix"
|
||
</source>
|
||
<dest>
|
||
*: "Dry / Wet Mix"
|
||
</dest>
|
||
<voice>
|
||
*: "Dry / Wet Mix"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USB_MODE_MASS_STORAGE
|
||
desc: in Settings -> General -> System -> USB Mode: Mass Storage
|
||
user: core
|
||
<source>
|
||
*: "Mass Storage"
|
||
</source>
|
||
<dest>
|
||
*: "Εσωτερική μνήμη"
|
||
</dest>
|
||
<voice>
|
||
*: "Εσωτερική μνήμη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USB_SKIP_FIRST_DRIVE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
multidrive_usb: "USB Hide Internal Drive"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
multidrive_usb: "Απόκριψη εσωτερικής μνήμης USB"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
multidrive_usb: "Απόκριψη εσωτερικής μνήμης USB"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS_AUTOUPDATE
|
||
desc: prompt for user to decide whether to update bookmarks
|
||
user: core
|
||
<source>
|
||
*: "Update on Stop"
|
||
</source>
|
||
<dest>
|
||
*: "Ενημέρωση στην παύση"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενημέρωση στην παύση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MAIN_SCREEN
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Main Screen"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Κύρια οθόνη"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Κύρια οθόνη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUTOTRACKSKIP
|
||
desc: in crossfade settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Automatic Track Change Only"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Μόνο αυτόματη εναλλαγή κομματιού"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Μόνο αυτόματη εναλλαγή κομματιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUTOMATIC
|
||
desc: generic automatic
|
||
user: core
|
||
<source>
|
||
*: "Automatic"
|
||
</source>
|
||
<dest>
|
||
*: "Αυτόματο"
|
||
</dest>
|
||
<voice>
|
||
*: "Αυτόματο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_DISABLE_NOTIFY
|
||
desc: Softlock behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "Disable Notify"
|
||
</source>
|
||
<dest>
|
||
*: "Απενεργοποίηση ειδοποίησης"
|
||
</dest>
|
||
<voice>
|
||
*: "Απενεργοποίηση ειδοποίησης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STARTUP_SHUTDOWN
|
||
desc: in the general settings menu
|
||
user: core
|
||
<source>
|
||
*: "Startup/Shutdown"
|
||
</source>
|
||
<dest>
|
||
*: "Εκίνηση/Τερματισμός"
|
||
</dest>
|
||
<voice>
|
||
*: "Εκίνηση/Τερματισμός"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LINEOUT_ONOFF
|
||
desc: in system settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lineout_poweroff: "Line Out"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lineout_poweroff: "Γραμμή εξώδου"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lineout_poweroff: "Γραμμή εξώδου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LIST_SEPARATOR
|
||
desc: line between lines in lists
|
||
user: core
|
||
<source>
|
||
*: "Line Separator"
|
||
</source>
|
||
<dest>
|
||
*: "Διαχωριστής γραμμής"
|
||
</dest>
|
||
<voice>
|
||
*: "Διαχωριστής γραμμής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SURROUND_FX2
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "f(x2)"
|
||
</source>
|
||
<dest>
|
||
*: "f(x2)"
|
||
</dest>
|
||
<voice>
|
||
*: "f(x2)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_SEEK
|
||
desc: Selective Actions
|
||
user: core
|
||
<source>
|
||
*: "Seek"
|
||
</source>
|
||
<dest>
|
||
*: "Μεταπήδηση"
|
||
</dest>
|
||
<voice>
|
||
*: "Μεταπήδηση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USB_KEYPAD_MODE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
usb_hid: "USB Keypad Mode"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
usb_hid: "Λειτουργία πληκτρολογίου USB"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
usb_hid: "Λειτουργία πληκτρολογίου USB"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GLYPHS
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Glyphs To Cache"
|
||
</source>
|
||
<dest>
|
||
*: "Glyphs To Cache"
|
||
</dest>
|
||
<voice>
|
||
*: "Glyphs To Cache"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BROWSER_MODE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
usb_hid: "Browser"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
usb_hid: "Περιηγητής"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
usb_hid: "Περιηγητής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HW_EQ_WIDTH_NARROW
|
||
desc: in sound_menu, hardware equalizer tone controls narrow bandwith setting
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeats,samsungypr1: "Narrow"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeats,samsungypr1: "Narrow"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeats,samsungypr1: "Narrow"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USE_SHORTCUTS_INSTEAD_OF_QS
|
||
desc: in settings_menu.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
quickscreen: "Use Shortcuts Menu Instead of Quick Screen"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
quickscreen: "Χρήση του μενού συντομεύσεων αντί για την οθόνη συντομεύσεων"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
quickscreen: "Χρήση του μενού συντομεύσεων αντί για την οθόνη συντομεύσεων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_SKIP
|
||
desc: Selective Actions
|
||
user: core
|
||
<source>
|
||
*: "Skip"
|
||
</source>
|
||
<dest>
|
||
*: "Παράκαμψη"
|
||
</dest>
|
||
<voice>
|
||
*: "Παράκαμψη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_EQUALIZER_BAND_Q
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Q"
|
||
</source>
|
||
<dest>
|
||
*: "Q"
|
||
</dest>
|
||
<voice>
|
||
*: "Q"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_RATIO_LIMIT
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Limit"
|
||
</source>
|
||
<dest>
|
||
*: "Όριο"
|
||
</dest>
|
||
<voice>
|
||
*: "Όριο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFEED_MEIER
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Simple (Meier)"
|
||
</source>
|
||
<dest>
|
||
*: "Simple (Meier)"
|
||
</dest>
|
||
<voice>
|
||
*: "Simple"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOUCHSCREEN_RESET_CALIBRATION
|
||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "Reset Calibration"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "Reset Calibration"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "Reset Calibration"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUTORESUME_CUSTOM
|
||
desc: enable customization of resume on automatic track change
|
||
user: core
|
||
<source>
|
||
*: "In custom directories only"
|
||
</source>
|
||
<dest>
|
||
*: "Μόνο σε προσαρμοσμένους φακέλους"
|
||
</dest>
|
||
<voice>
|
||
*: "Μόνο σε προσαρμοσμένους φακέλους"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_FMS
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Εμφάνιση οθόνης ραδιοφώνου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_STATION_HEADER
|
||
desc: in radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Station:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Σταθμός"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NEXT
|
||
desc: Shown in WPS (short form of Next Track)
|
||
user: core
|
||
<source>
|
||
*: "Next:"
|
||
</source>
|
||
<dest>
|
||
*: "Επόμενο"
|
||
</dest>
|
||
<voice>
|
||
*: "Επόμενο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_WESTERN_EUROPEAN
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Western European (CP1252)"
|
||
</source>
|
||
<dest>
|
||
*: "Western European (CP1252)"
|
||
</dest>
|
||
<voice>
|
||
*: "Western European"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HW_EQ_WIDTH
|
||
desc: in sound_menu, hardware equalizer tone controls peak bandwith setting
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeats,samsungypr1: "Band %d Width"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeats,samsungypr1: "Πλάτος %d ρύθμισης"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeats,samsungypr1: "Πλάτος ρύθμισης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_BASE_SKIN
|
||
desc: browse for the base skin in theme settings
|
||
user: core
|
||
<source>
|
||
*: "Remote Base Skin"
|
||
</source>
|
||
<dest>
|
||
*: "Remote Base Skin"
|
||
</dest>
|
||
<voice>
|
||
*: "Remote Base Skin"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SET_AS_START_DIR
|
||
desc: used in the onplay menu to set a starting browser dir
|
||
user: core
|
||
<source>
|
||
*: "Start File Browser Here"
|
||
</source>
|
||
<dest>
|
||
*: "Έναρξη περιηγητή αρχείων εδώ"
|
||
</dest>
|
||
<voice>
|
||
*: "Έναρξη περιηγητή αρχείων εδώ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_IBASSO_FREQ_SCALING_GOVERNOR
|
||
desc: in Settings -> General -> System -> Freq Scaling Governor
|
||
user: core
|
||
<source>
|
||
*: none
|
||
ibassodx50,ibassodx90: "Freq Scaling Governor"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
ibassodx50,ibassodx90: "Freq Scaling Governor"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
ibassodx50,ibassodx90: "Freq Scaling Governor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_AUTOLOCK_ON
|
||
desc: Softlock behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "Autolock On"
|
||
</source>
|
||
<dest>
|
||
*: "Ενεργοποίηση αυτόματου κλειδώματος"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενεργοποίηση αυτόματου κλειδώματος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOP_QS_ITEM
|
||
desc: used for the submenu name for the quickscreen items
|
||
user: core
|
||
<source>
|
||
*: none
|
||
quickscreen: "Set as Top Quickscreen Item"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
quickscreen: "Ορισμός ως πρώτου αντικειμένου στην οθόνη συντομεύσεων"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
quickscreen: "Ορισμός ως πρώτου αντικειμένου στην οθόνη συντομεύσεων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_SHARP
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
filter_roll_off: "Sharp"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
filter_roll_off: "Sharp"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
filter_roll_off: "Sharp"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLLBAR_POSITION
|
||
desc: in Settings -> General -> Display -> Status-/Scrollbar
|
||
user: core
|
||
<source>
|
||
*: "Scroll Bar Position"
|
||
</source>
|
||
<dest>
|
||
*: "Θέση γραμμής κίλησης"
|
||
</dest>
|
||
<voice>
|
||
*: "Θέση γραμμής κίλησης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LIST_SEPARATOR_COLOR
|
||
desc: line between lines in lists
|
||
user: core
|
||
<source>
|
||
*: "Line Separator Colour"
|
||
</source>
|
||
<dest>
|
||
*: "Χρώμα διαχωριστή γραμμής"
|
||
</dest>
|
||
<voice>
|
||
*: "Χρώμα διαχωριστή γραμμής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INSERT_LAST_SHUFFLED
|
||
desc: in onplay menu. insert a playlist randomly at end of dynamic playlist
|
||
user: core
|
||
<source>
|
||
*: "Insert Last Shuffled"
|
||
</source>
|
||
<dest>
|
||
*: "Εισαγωγή τελευταίου ανακατεμένου"
|
||
</dest>
|
||
<voice>
|
||
*: "Εισαγωγή τελευταίου ανακατεμένου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_RADIOSCREEN
|
||
desc: in the theme menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio_remote: "Remote Radio Screen"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio_remote: "Οθόνη ραδιοφώνου στο χειριστήριο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio_remote: "Οθόνη ραδιοφώνου στο χειριστήριο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_SLOW
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
filter_roll_off: "Slow"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
filter_roll_off: "Σιγανό"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
filter_roll_off: "Σιγανό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USB_MODE_ADB
|
||
desc: in Settings -> General -> System -> USB Mode: Android Debug Bridge
|
||
user: core
|
||
<source>
|
||
*: "Android Debug Bridge"
|
||
</source>
|
||
<dest>
|
||
*: "Android Debug Bridge"
|
||
</dest>
|
||
<voice>
|
||
*: "Android Debug Bridge"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STRETCH_LIMIT
|
||
desc: "limit" in pitch screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: "Limit"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: "Όριο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: "Όριο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HW_EQ_TONE_CONTROLS
|
||
desc: in sound_menu, hardware equalizer tone controls
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeats,samsungypr1: "Tone Controls"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeats,samsungypr1: "Έλεγχος τονικότητας"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeats,samsungypr1: "Έλεγχος τονικότητας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_ITALY
|
||
desc: fm region Italy
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Italy"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Ιταλία"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Ιταλία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_COMPOSER
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Composer"
|
||
</source>
|
||
<dest>
|
||
*: "Συνθέτης"
|
||
</dest>
|
||
<voice>
|
||
*: "Συνθέτης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_BAD_TRACK
|
||
desc: playlist viewer
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Κακό Κομμάτι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_BYPASS
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
es9018: "Bypass"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
es9018: "Παράκαμψη"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
es9018: "Παράκαμψη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_MOVING_TRACK
|
||
desc: playlist viewer
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Μετακίνηση κομματιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GIBIBYTE
|
||
desc: a unit postfix, also voiced
|
||
user: core
|
||
<source>
|
||
*: "GiB"
|
||
</source>
|
||
<dest>
|
||
*: "Gigabyte"
|
||
</dest>
|
||
<voice>
|
||
*: "Gigabyte"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KIBIBYTE
|
||
desc: a unit postfix, also voiced
|
||
user: core
|
||
<source>
|
||
*: "KiB"
|
||
</source>
|
||
<dest>
|
||
*: "Kilobyte"
|
||
</dest>
|
||
<voice>
|
||
*: "Kilobyte"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NO_VIEWERS
|
||
desc: text for splash to indicate that no viewers are available
|
||
user: core
|
||
<source>
|
||
*: "No viewers found"
|
||
</source>
|
||
<dest>
|
||
*: "Δεν βρέθηκε προβολέας"
|
||
</dest>
|
||
<voice>
|
||
*: "Δεν βρέθηκε προβολέας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_TRACK_TO_MOVE
|
||
desc: playlist viewer
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Κομμάτι για μετακίνηση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS_ONE_PER_PLAYLIST
|
||
desc: Save only one bookmark for a playlist in recent bookmarks
|
||
user: core
|
||
<source>
|
||
*: "One per playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Ένας για κάθε λίστα αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Ένας για κάθε λίστα αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_SHORT
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
es9018: "Short"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
es9018: "Σύντομο"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
es9018: "Σύντομο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MEBIBYTE
|
||
desc: a unit postfix, also voiced
|
||
user: core
|
||
<source>
|
||
*: "MiB"
|
||
</source>
|
||
<dest>
|
||
*: "MegaByte"
|
||
</dest>
|
||
<voice>
|
||
*: "megabyte"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_QUEUED
|
||
desc: playlist viewer
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Προστέθηκε"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS_ONE_PER_TRACK
|
||
desc: Save only one bookmark for a combination (playlist,track) in recent bookmarks
|
||
user: core
|
||
<source>
|
||
*: "One per track"
|
||
</source>
|
||
<dest>
|
||
*: "Ένας για κάθε κομμάτι"
|
||
</dest>
|
||
<voice>
|
||
*: "Ένας για κάθε κομμάτι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NEVER
|
||
desc: in lcd settings
|
||
user: core
|
||
<source>
|
||
*: "Never"
|
||
</source>
|
||
<dest>
|
||
*: "Ποτέ"
|
||
</dest>
|
||
<voice>
|
||
*: "Ποτέ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANGE_VOLUME
|
||
desc: in playback control menu
|
||
user: core
|
||
<source>
|
||
*: "Change Volume"
|
||
</source>
|
||
<dest>
|
||
*: "Αλλαγή Έντασης"
|
||
</dest>
|
||
<voice>
|
||
*: "Αλλαγή Έντασης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REBUILD_CACHE
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "Rebuild cache"
|
||
</source>
|
||
<dest>
|
||
*: "Ανάκτηση προσορινής μνήμης"
|
||
</dest>
|
||
<voice>
|
||
*: "Ανάκτηση προσορινής μνήμης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_SUBDIRS
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Subdirs]"
|
||
</source>
|
||
<dest>
|
||
*: "[Υποφάκελοι]"
|
||
</dest>
|
||
<voice>
|
||
*: "Υποφάκελοι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MENU_DISPLAY_OPTIONS
|
||
desc: in various menus
|
||
user: core
|
||
<source>
|
||
*: "Display Options"
|
||
</source>
|
||
<dest>
|
||
*: "Εμφάνιση Επιλογών"
|
||
</dest>
|
||
<voice>
|
||
*: "Εμφάνιση Επιλογών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_6
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 6: 40 moves / 120 min"
|
||
</source>
|
||
<dest>
|
||
*: "Επίπεδο 6: 40 κινήσεις / 120 λ"
|
||
</dest>
|
||
<voice>
|
||
*: "Επίπεδο 6: 40 κινήσεις ανά 120 λεπτά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LOAD_DEFAULT_CONFIGURATION
|
||
desc: in main_menu_config
|
||
user: core
|
||
<source>
|
||
*: "Load Default Configuration"
|
||
</source>
|
||
<dest>
|
||
*: "Φόρτωση της προεπιλεγμένης διαμόρφωσης"
|
||
</dest>
|
||
<voice>
|
||
*: "Φόρτωση της προεπιλεγμένης διαμόρφωσης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_BATTERY_BENCH_IS_ALREADY_RUNNING
|
||
desc: Spoken if battery bench is already running
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Ο μετρητής μπαταρίας εκτελείται είδη"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_DIRECTORY_PROPERTIES
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "Directory properties"
|
||
</source>
|
||
<dest>
|
||
*: "Ιδιότητες φακέλου"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ARGHS_PER_FOOD
|
||
desc: For wormlet menu
|
||
user: core
|
||
<source>
|
||
*: "Arghs Per Food"
|
||
</source>
|
||
<dest>
|
||
*: "Arghs ανά φαγητό"
|
||
</dest>
|
||
<voice>
|
||
*: "Arghs ανά φαγητό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_2_KEY_CONTROL
|
||
desc: Item for menus
|
||
user: core
|
||
<source>
|
||
*: "2 Key Control"
|
||
</source>
|
||
<dest>
|
||
*: "Έλεγχος με 2 πλήκτρα"
|
||
</dest>
|
||
<voice>
|
||
*: "Έλεγχος με 2 πλήκτρα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USE_SOUND_SETTING
|
||
desc: in mpegplayer menus
|
||
user: core
|
||
<source>
|
||
*: "Use sound setting"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Χρήση ρύθμισης ήχου"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Χρήση ρύθμισης ήχου"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REVERT_TO_DEFAULT_SETTINGS
|
||
desc: In various menus
|
||
user: core
|
||
<source>
|
||
*: "Revert to Default Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Επαναφορά στις Προεπιλεγμένες Ρυθμίσεις"
|
||
</dest>
|
||
<voice>
|
||
*: "Επαναφορά στις Προεπιλεγμένες Ρυθμίσεις"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYPAUSE
|
||
desc: in playback control menu
|
||
user: core
|
||
<source>
|
||
*: "Pause / Play"
|
||
</source>
|
||
<dest>
|
||
*: "Παύση / Αναπαραγωγή"
|
||
</dest>
|
||
<voice>
|
||
*: "Παύση / Αναπαραγωγή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_5
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 5: 40 moves / 60 min"
|
||
</source>
|
||
<dest>
|
||
*: "Επίπεδο 5: 40 κινήσεις / 60 λ"
|
||
</dest>
|
||
<voice>
|
||
*: "Επίπεδο 5: 40 κινήσεις ανά 60 λεπτά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_AT_THE_BOTTOM
|
||
desc: in the pictureflow settings
|
||
user: core
|
||
<source>
|
||
*: "Show at the bottom"
|
||
</source>
|
||
<dest>
|
||
*: "Προβολή στο τέλος"
|
||
</dest>
|
||
<voice>
|
||
*: "Προβολή στο τέλος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DIRECT
|
||
desc: in the pictureflow settings
|
||
user: core
|
||
<source>
|
||
*: "Direct"
|
||
</source>
|
||
<dest>
|
||
*: "Άμεσο"
|
||
</dest>
|
||
<voice>
|
||
*: "Άμεσο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_ERROR
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Error while gathering info"
|
||
</source>
|
||
<dest>
|
||
*: "Σφάλμα κατά τη συλλογή των πληροφοριών"
|
||
</dest>
|
||
<voice>
|
||
*: "Σφάλμα κατά τη συλλογή των πληροφοριών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WORM_GROWTH_PER_FOOD
|
||
desc: For wormlet menu
|
||
user: core
|
||
<source>
|
||
*: "Worm Growth Per Food"
|
||
</source>
|
||
<dest>
|
||
*: "Ανάπτυξη Σκουλικιού ανά Φαγητό"
|
||
</dest>
|
||
<voice>
|
||
*: "Ανάπτυξη Σκουλικιού ανά Φαγητό"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ORDERED
|
||
desc: in the imageviewer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Ordered"
|
||
</source>
|
||
<dest>
|
||
*: "Ταξινομήθηκαν"
|
||
</dest>
|
||
<voice>
|
||
*: "Ταξινομήθηκαν"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WORM_SPEED
|
||
desc: For wormlet menu
|
||
user: core
|
||
<source>
|
||
*: "Worm Speed"
|
||
</source>
|
||
<dest>
|
||
*: "Ταχύτητα Σκουλικιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Ταχύτητα Σκουλικιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DIFFUSION
|
||
desc: in the imageviewer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Diffusion"
|
||
</source>
|
||
<dest>
|
||
*: "Διάχυση"
|
||
</dest>
|
||
<voice>
|
||
*: "Διάχυση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CLEAR_ALL_RESUMES
|
||
desc: in the mpegplayer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Clear all resumes"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Εκκαθάριση όλων των συνεχίσεων"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Εκκαθάριση όλων των συνεχίσεων"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYBACK_CONTROL
|
||
desc: in playback control menu
|
||
user: core
|
||
<source>
|
||
*: "Playback Control"
|
||
</source>
|
||
<dest>
|
||
*: "Έλεγχος Αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Έλεγχος Αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MOVE_ITEM_DOWN
|
||
desc: in main_menu_config
|
||
user: core
|
||
<source>
|
||
*: "Move Item Down"
|
||
</source>
|
||
<dest>
|
||
*: "Μετακίνηση Στοιχείου Κάτω"
|
||
</dest>
|
||
<voice>
|
||
*: "Μετακίνηση Στοιχείου Κάτω"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_GAMES
|
||
desc: in chessbox
|
||
user: core
|
||
<source>
|
||
*: "Games"
|
||
</source>
|
||
<dest>
|
||
*: "Παιχνίδια"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAY_WORMLET
|
||
desc: For wormlet menu
|
||
user: core
|
||
<source>
|
||
*: "Play Wormlet!"
|
||
</source>
|
||
<dest>
|
||
*: "Παίξτε σκουλίκι!"
|
||
</dest>
|
||
<voice>
|
||
*: "Παίξτε σκουλίκι!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANGE_REPEAT_MODE
|
||
desc: in playback control menu
|
||
user: core
|
||
<source>
|
||
*: "Change Repeat Mode"
|
||
</source>
|
||
<dest>
|
||
*: "Αλλαγή Τρόπου Επανάληψης"
|
||
</dest>
|
||
<voice>
|
||
*: "Αλλαγή Τρόπου Επανάληψης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SLIDESHOW_MODE
|
||
desc: in the imageviewer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Toggle Slideshow Mode"
|
||
</source>
|
||
<dest>
|
||
*: "Εναλλαγή λειτουργίας παρουσίασης"
|
||
</dest>
|
||
<voice>
|
||
*: "Εναλλαγή λειτουργίας παρουσίασης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MOVE_ITEM_UP
|
||
desc: in main_menu_config
|
||
user: core
|
||
<source>
|
||
*: "Move Item Up"
|
||
</source>
|
||
<dest>
|
||
*: "Μετακίνηση Στοιχείου Πάνω"
|
||
</dest>
|
||
<voice>
|
||
*: "Μετακίνηση Στοιχείου Πάνω"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_BAT_BENCH_KEYS
|
||
desc: Battery bench start up message
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Πατήστε αναπαραγωγή για να εκτελέσετε το μετρητή μπαταρίας ή διακοπή για ακύρωση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_MENU_NEW_GAME
|
||
desc: in the chessbox menu
|
||
user: core
|
||
<source>
|
||
*: "New Game"
|
||
</source>
|
||
<dest>
|
||
*: "Νέο Παιχνίδι"
|
||
</dest>
|
||
<voice>
|
||
*: "Νέο Παιχνίδι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISPLAY_FPS
|
||
desc: in the mpegplayer and pictureflow settings menus
|
||
user: core
|
||
<source>
|
||
*: "Display FPS"
|
||
</source>
|
||
<dest>
|
||
*: "Εμφάνιση FPS"
|
||
</dest>
|
||
<voice>
|
||
*: "Εμφάνιση FPS"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKLIGHT_BRIGHTNESS
|
||
desc: in the mpegplayer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Backlight brightness"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Φωτεινότητα οθόνης"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Φωτεινότητα οθόνης"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_ELAPSED
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Playlist elapsed: %s / %s %ld%%"
|
||
</source>
|
||
<dest>
|
||
*: "Λίστα αναπαραγωγής χρόνος που πέρασε: %s / %s %ld%%"
|
||
</dest>
|
||
<voice>
|
||
*: "Λίστα αναπαραγωγής χρόνος που πέρασε"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PLAYTIME_DONE
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Ολοκληρώθηκε"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHESSBOX_CHECK
|
||
desc: spoken only, for announcing chess moves
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Έλεγχος!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NO_ALBUMART_FOUND
|
||
desc: in the pictureflow splash messages
|
||
user: core
|
||
<source>
|
||
*: "No album art found"
|
||
</source>
|
||
<dest>
|
||
*: "Δεν βρέθηκε album art"
|
||
</dest>
|
||
<voice>
|
||
*: "Δεν βρέθηκε album art"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHESSBOX_KINGSIDE
|
||
desc: spoken only, for announcing chess moves
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "πλευρά του βασιλιά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MIKMOD_SURROUND
|
||
desc: in mikmod settings menu
|
||
user: core
|
||
<source>
|
||
*: "Surround"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Περιβάλλον"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Περιβάλλον"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_AT_THE_TOP
|
||
desc: in the pictureflow settings
|
||
user: core
|
||
<source>
|
||
*: "Show at the top"
|
||
</source>
|
||
<dest>
|
||
*: "Προβολή στην κορυφή"
|
||
</dest>
|
||
<voice>
|
||
*: "Προβολή στην κορυφή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_TRK_REMAINING
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Track remaining: %s"
|
||
</source>
|
||
<dest>
|
||
*: "Κομμάτι απομαίνει: %s"
|
||
</dest>
|
||
<voice>
|
||
*: "Κομμάτι απομαίνει"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MENU_RESUME_OPTIONS
|
||
desc: in mpegplayer menus
|
||
user: core
|
||
<source>
|
||
*: "Resume Options"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Επιλογές Συνέχισης"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Επιλογές Συνέχισης"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALWAYS_ON
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "Always On"
|
||
</source>
|
||
<dest>
|
||
*: "Πάντα Ενεργοποιημένο"
|
||
</dest>
|
||
<voice>
|
||
*: "Πάντα Ενεργοποιημένο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_7
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 7: 40 moves / 240 min"
|
||
</source>
|
||
<dest>
|
||
*: "Επίπεδο 7: 40 κινήσεις / 240 λ"
|
||
</dest>
|
||
<voice>
|
||
*: "Επίπεδο 7: 40 κινήσεις ανά 240 λεπτά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_9
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 9: 1 move / 60 min"
|
||
</source>
|
||
<dest>
|
||
*: "Επίπεδο 9: 1 κίνηση / 60 λ"
|
||
</dest>
|
||
<voice>
|
||
*: "Επίπεδο 9: 1 κίνηση ανά 60 λεπτά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CACHE_REBUILT_NEXT_RESTART
|
||
desc: in the pictureflow splash messages
|
||
user: core
|
||
<source>
|
||
*: "Cache will be rebuilt on next restart"
|
||
</source>
|
||
<dest>
|
||
*: "Η προσορινή μνήμη θ'ανακτιθεί στην επόμενη επανεκίνηση"
|
||
</dest>
|
||
<voice>
|
||
*: "Η προσορινή μνήμη θ'ανακτιθεί στην επόμενη επανεκίνηση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STOP_PLAYBACK
|
||
desc: in playback control menu
|
||
user: core
|
||
<source>
|
||
*: "Stop Playback"
|
||
</source>
|
||
<dest>
|
||
*: "Διακοπή Αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Διακοπή Αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NUMBER_OF_SLIDES
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "Number of slides"
|
||
</source>
|
||
<dest>
|
||
*: "Αριθμός διαφανιών"
|
||
</dest>
|
||
<voice>
|
||
*: "Αριθμός διαφανιών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUTO_RESUME
|
||
desc: in mpegplayer menus
|
||
user: core
|
||
<source>
|
||
*: "Resume automatically"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Συνέχιση αυτόματα"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Συνέχιση αυτόματα"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESTART_PLAYBACK
|
||
desc: in the mpegplayer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Play from beginning"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Αναπαραγωγή απ'την αρχή"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Αναπαραγωγή απ'την αρχή"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FOOD_SIZE
|
||
desc: For wormlet menu
|
||
user: core
|
||
<source>
|
||
*: "Food Size"
|
||
</source>
|
||
<dest>
|
||
*: "Μέγεθως Φαγητού"
|
||
</dest>
|
||
<voice>
|
||
*: "Μέγεθως Φαγητού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_1
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 1: 60 moves / 5 min"
|
||
</source>
|
||
<dest>
|
||
*: "Επίπεδο 1: 60 κινήσεις / 5 λ"
|
||
</dest>
|
||
<voice>
|
||
*: "Επίπεδο 1: 60 κινήσεις ανά 5 λεπτά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_PGN_PARSE_ERROR
|
||
desc: in the chessbox game viewer
|
||
user: core
|
||
<source>
|
||
*: "Error parsing game !"
|
||
</source>
|
||
<dest>
|
||
*: "Σφάλμα στην ανάλυση του παιχνιδιού !"
|
||
</dest>
|
||
<voice>
|
||
*: "Σφάλμα στην ανάλυση του παιχνιδιού !"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_NO_GAMES
|
||
desc: in the chessbox game viewer
|
||
user: core
|
||
<source>
|
||
*: "No games found !"
|
||
</source>
|
||
<dest>
|
||
*: "Δεν βρέθηκαν παιχνίδια !"
|
||
</dest>
|
||
<voice>
|
||
*: "Δεν βρέθηκαν παιχνίδια!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SAVE_EXIT
|
||
desc: in main_menu_config
|
||
user: core
|
||
<source>
|
||
*: "Save and Exit"
|
||
</source>
|
||
<dest>
|
||
*: "Αποθήκευση και Έξωδος"
|
||
</dest>
|
||
<voice>
|
||
*: "Αποθήκευση και Έξωδος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NOT_A_VBR_FILE
|
||
desc: in vbrfix plugin
|
||
user: core
|
||
<source>
|
||
*: "Not a VBR file"
|
||
</source>
|
||
<dest>
|
||
*: "Δεν είναι αρχείο VBR"
|
||
</dest>
|
||
<voice>
|
||
*: "Δεν είναι αρχείο VBR"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_3
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 3: 60 moves / 30 min"
|
||
</source>
|
||
<dest>
|
||
*: "Επίπεδο 3: 60 κινήσεις / 30 λ"
|
||
</dest>
|
||
<voice>
|
||
*: "Επίπεδο 3: 60 κινήσεις ανά 30 λεπτά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_SAVING_POSITION
|
||
desc: in chessbox
|
||
user: core
|
||
<source>
|
||
*: "Saving position"
|
||
</source>
|
||
<dest>
|
||
*: "Αποθήκευση θέσης"
|
||
</dest>
|
||
<voice>
|
||
*: "Αποθήκευση θέσης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_ALBUM_TITLE
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "Show album title"
|
||
</source>
|
||
<dest>
|
||
*: "Προβολή τίτλου άλμπουμ"
|
||
</dest>
|
||
<voice>
|
||
*: "Προβολή τίτλου άλμπουμ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_2
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 2: 60 moves / 15 min"
|
||
</source>
|
||
<dest>
|
||
*: "Επίπεδο 2: 60 κινήσεις / 15 λ"
|
||
</dest>
|
||
<voice>
|
||
*: "Επίπεδο 2: 60 κινήσεις ανά 15 λεπτά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CPU_BOOST
|
||
desc: in mikmod settings menu
|
||
user: core
|
||
<source>
|
||
*: "CPU Boost"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Ενύσχιση CPU"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Ενύσχιση CPU"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SKIP_FRAMES
|
||
desc: in the mpegplayer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Skip frames"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Παράβλεψη πλαισίων"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Παράβλεψη πλαισίων"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_4_KEY_CONTROL
|
||
desc: Item for menus
|
||
user: core
|
||
<source>
|
||
*: "4 Key Control"
|
||
</source>
|
||
<dest>
|
||
*: "Έλεγχος με 4 Πλήκτρα"
|
||
</dest>
|
||
<voice>
|
||
*: "Έλεγχος με 4 Πλήκτρα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_8
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 8: 1 move / 15 min"
|
||
</source>
|
||
<dest>
|
||
*: "Επίπεδο 8: 1 κίνηση / 15 λ"
|
||
</dest>
|
||
<voice>
|
||
*: "Επίπεδο 8: 1 κίνηση ανά 15 λεπτά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_TRACK
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Track %d / %d %d%%"
|
||
</source>
|
||
<dest>
|
||
*: "Κομμάτι %d / %d %d%%"
|
||
</dest>
|
||
<voice>
|
||
*: "Κομμάτι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MAIN_MENU_ORDER
|
||
desc: main_menu_config plugin title
|
||
user: core
|
||
<source>
|
||
*: "Rockbox Main Menu Order"
|
||
</source>
|
||
<dest>
|
||
*: "Διάταξη κύριου μενού του Rockbox"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_FAIL
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "Failed to gather information"
|
||
</source>
|
||
<dest>
|
||
*: "Αποτυχία στη συλλογή των πληροφοριών"
|
||
</dest>
|
||
<voice>
|
||
*: "Αποτυχία στη συλλογή των πληροφοριών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ADDED_TO_PLAYLIST
|
||
desc: in the pictureflow splash messages
|
||
user: core
|
||
<source>
|
||
*: "Added to playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Προστέθηκε στη λίστα αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Προστέθηκε στη λίστα αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USE_COMMON_SETTING
|
||
desc: in the mpegplayer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Use common setting"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Χρήση κινής ρύθμισης"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Use common setting"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PITCH_SEMITONE_MODE
|
||
desc: spoken only
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: "Λειτουργία ημιτόνου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SET_RESUME_TIME
|
||
desc: in the mpegplayer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Set resume time (min)"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Ρύθμιση χρόνου συνέχισης (λεπτά)"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Ρύθμιση χρόνου συνέχισης"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYING_TIME
|
||
desc: onplay menu
|
||
user: core
|
||
<source>
|
||
*: "Playing time"
|
||
</source>
|
||
<dest>
|
||
*: "Χρόνος αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Χρόνος αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILE_ERROR
|
||
desc: in vbrfix plugin
|
||
user: core
|
||
<source>
|
||
*: "File error: %d"
|
||
</source>
|
||
<dest>
|
||
*: "Σφάλμα αρχείου: %d"
|
||
</dest>
|
||
<voice>
|
||
*: "Σφάλμα αρχείου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ARGH_SIZE
|
||
desc: For wormlet menu
|
||
user: core
|
||
<source>
|
||
*: "Argh Size"
|
||
</source>
|
||
<dest>
|
||
*: "Μέγεθος Argh"
|
||
</dest>
|
||
<voice>
|
||
*: "Μέγεθος Argh"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_KNIGHT
|
||
desc: spoken only, for announcing chess piece names
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Ύπος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_MENU_SAVE_GAME
|
||
desc: in the chessbox menu
|
||
user: core
|
||
<source>
|
||
*: "Save Game"
|
||
</source>
|
||
<dest>
|
||
*: "Αποθήκευση Παιχνιδιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Αποθήκευση Παιχνιδιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_KING
|
||
desc: spoken only, for announcing chess piece names
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Βασιλιάς"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CONTROL_STYLE
|
||
desc: In various menus
|
||
user: core
|
||
<source>
|
||
*: "Control Style"
|
||
</source>
|
||
<dest>
|
||
*: "Έλεγχος Στυλ"
|
||
</dest>
|
||
<voice>
|
||
*: "Έλεγχος Στυλ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_ALBUM
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Album]"
|
||
</source>
|
||
<dest>
|
||
*: "[Άλμπουμ]"
|
||
</dest>
|
||
<voice>
|
||
*: "Άλμπουμ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_AVG_BITRATE
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Average bitrate: %ld kbps"
|
||
</source>
|
||
<dest>
|
||
*: "Ρυθμός μετάδωσης κατά μέσο όρο: %ld kbps"
|
||
</dest>
|
||
<voice>
|
||
*: "Ρυθμός μετάδωσης κατά μέσο όρο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESIZE_COVERS
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "Resize Covers"
|
||
</source>
|
||
<dest>
|
||
*: "Αλλαγή Μεγέθους Εξωφύλων"
|
||
</dest>
|
||
<voice>
|
||
*: "Αλλαγή Μεγέθους Εξωφύλων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_GNUCHESS
|
||
desc: spoken only, for announcing player's id
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "GNU Σκάκι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_DATE
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Date]"
|
||
</source>
|
||
<dest>
|
||
*: "[Ημερομηνία]"
|
||
</dest>
|
||
<voice>
|
||
*: "Ημερομηνία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ZOOM
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "Zoom"
|
||
</source>
|
||
<dest>
|
||
*: "Ζουμ"
|
||
</dest>
|
||
<voice>
|
||
*: "Ζουμ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RETURN
|
||
desc: in various plugin menus
|
||
user: core
|
||
<source>
|
||
*: "Return"
|
||
</source>
|
||
<dest>
|
||
*: "Επιστροφή"
|
||
</dest>
|
||
<voice>
|
||
*: "Επιστροφή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_TIME
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Time]"
|
||
</source>
|
||
<dest>
|
||
*: "[Χρόνος]"
|
||
</dest>
|
||
<voice>
|
||
*: "Χρόνος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_CLEARED
|
||
desc: in the pictureflow splash messages
|
||
user: core
|
||
<source>
|
||
*: "Playlist Cleared"
|
||
</source>
|
||
<dest>
|
||
*: "Η λίστα αναπαραγωγής Άδειασε"
|
||
</dest>
|
||
<voice>
|
||
*: "Η λίστα αναπαραγωγής Άδειασε"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SPACING
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "Spacing"
|
||
</source>
|
||
<dest>
|
||
*: "Διαχωρισμός"
|
||
</dest>
|
||
<voice>
|
||
*: "Διαχωρισμός"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_UNMARKED
|
||
desc: spoken only, for announcing chess piece unmarking
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Μη επιλεγμένο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MENU_QUIT
|
||
desc: in various menus
|
||
user: core
|
||
<source>
|
||
*: "Quit"
|
||
</source>
|
||
<dest>
|
||
*: "Έξωδος"
|
||
</dest>
|
||
<voice>
|
||
*: "Έξωδος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_MENU_RESTORE_GAME
|
||
desc: in the chessbox menu
|
||
user: core
|
||
<source>
|
||
*: "Restore Game"
|
||
</source>
|
||
<dest>
|
||
*: "Επαναφορά Παιχνιδιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Επαναφορά Παιχνιδιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_BISHOP
|
||
desc: spoken only, for announcing chess piece names
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Αξιωματικός"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NO_REM_CONTROL
|
||
desc: Item for menus
|
||
user: core
|
||
<source>
|
||
*: "No Rem. Control"
|
||
</source>
|
||
<dest>
|
||
*: "Χωρίς τηλεχειριστήριο"
|
||
</dest>
|
||
<voice>
|
||
*: "Χωρίς τηλεχειριστήριο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GRAYSCALE
|
||
desc: in the imageviewer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Grayscale"
|
||
</source>
|
||
<dest>
|
||
*: "Στάση του γκρι"
|
||
</dest>
|
||
<voice>
|
||
*: "Στάση του γκρι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_QUEEN
|
||
desc: spoken only, for announcing chess piece names
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Βασίλισσα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REC_DIR
|
||
desc: used in the info screen to show a recording dir
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Recording Directory"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Φάκελος Ηχογράφησης"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Φάκελος Ηχογράφησης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MENU_PLAY_MODE
|
||
desc: in mpegplayer menus
|
||
user: core
|
||
<source>
|
||
*: "Play Mode"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Τρόπος Αναπαραγωγής"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Τρόπος Αναπαραγωγής"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_MENU_RESTART_GAME
|
||
desc: in the chessbox menu
|
||
user: core
|
||
<source>
|
||
*: "Restart Game"
|
||
</source>
|
||
<dest>
|
||
*: "Επανεκίνηση Παιχνιδιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Επανεκίνηση Παιχνιδιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOGGLE_ITEM
|
||
desc: in main_menu_config
|
||
user: core
|
||
<source>
|
||
*: "Toggle Item"
|
||
</source>
|
||
<dest>
|
||
*: "Εναλλαγή στοιχείου"
|
||
</dest>
|
||
<voice>
|
||
*: "Εναλλαγή στοιχείου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LOADING_POSITION
|
||
desc: in chessbox
|
||
user: core
|
||
<source>
|
||
*: "Loading position"
|
||
</source>
|
||
<dest>
|
||
*: "Φόρτωση θέσης"
|
||
</dest>
|
||
<voice>
|
||
*: "Φόρτωση θέσης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_CONTROL
|
||
desc: Item for menus
|
||
user: core
|
||
<source>
|
||
*: "Remote Control"
|
||
</source>
|
||
<dest>
|
||
*: "Τηλεχειριστήριο"
|
||
</dest>
|
||
<voice>
|
||
*: "Τηλεχειριστήριο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PLAYER
|
||
desc: spoken only, for announcing player's id
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Player"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PITCH_TIMESTRETCH_MODE
|
||
desc: spoken only
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: "Έκταση χρόνου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PAWN
|
||
desc: spoken only, for announcing chess piece names
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Πιόνι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HIDE_ALBUM_TITLE
|
||
desc: in the pictureflow settings
|
||
user: core
|
||
<source>
|
||
*: "Hide album title"
|
||
</source>
|
||
<dest>
|
||
*: "Απόκρυψη τίτλου άλμπουμ"
|
||
</dest>
|
||
<voice>
|
||
*: "Απόκρυψη τίτλου άλμπουμ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TONE_CONTROLS
|
||
desc: in the mpegplayer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Tone controls"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Έλεγχος τόνου"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Έλεγχος τόνου"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CENTRE_MARGIN
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "Centre margin"
|
||
</source>
|
||
<dest>
|
||
*: "Κεντρικό περιθώριο"
|
||
</dest>
|
||
<voice>
|
||
*: "Κεντρικό περιθώριο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_MARKED
|
||
desc: spoken only, for announcing chess piece marking
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Επιλεγμένο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_10
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 10: 1 move / 600 min"
|
||
</source>
|
||
<dest>
|
||
*: "Επίπεδο 10: 1 κίνηση / 600 λ"
|
||
</dest>
|
||
<voice>
|
||
*: "Επίπεδο 10: 1 κίνηση ανά 600 λεπτά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_GAME_BEGINNING
|
||
desc: in the chessbox game viewer
|
||
user: core
|
||
<source>
|
||
*: "At the beginning of the game"
|
||
</source>
|
||
<dest>
|
||
*: "Στην αρχή του παιχνιδιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Στην αρχή του παιχνιδιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_FILENAME
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Filename]"
|
||
</source>
|
||
<dest>
|
||
*: "[Όνομα αρχείου]"
|
||
</dest>
|
||
<voice>
|
||
*: "Όνομα αρχείου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_CHECKMATE
|
||
desc: in chessbox
|
||
user: core
|
||
<source>
|
||
*: "Checkmate!"
|
||
</source>
|
||
<dest>
|
||
*: "Ματ!"
|
||
</dest>
|
||
<voice>
|
||
*: "Ματ!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GOTO_WPS
|
||
desc: in the pictureflow main menu
|
||
user: core
|
||
<source>
|
||
*: "Go to WPS"
|
||
</source>
|
||
<dest>
|
||
*: "Μετάβαση στην οθόνη κατά την αναπαραγωγή"
|
||
</dest>
|
||
<voice>
|
||
*: "Μετάβαση στην οθόνη κατά την αναπαραγωγή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_MENU_RESUME_GAME
|
||
desc: in the chessbox menu
|
||
user: core
|
||
<source>
|
||
*: "Resume Game"
|
||
</source>
|
||
<dest>
|
||
*: "Συνέχιση Παιχνιδιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Συνέχιση Παιχνιδιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VIA_TRACK_LIST
|
||
desc: in the pictureflow settings
|
||
user: core
|
||
<source>
|
||
*: "Via Track list"
|
||
</source>
|
||
<dest>
|
||
*: "Μέσω Λίστας κομματιών"
|
||
</dest>
|
||
<voice>
|
||
*: "Μέσω Λίστας κομματιών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SINGLE
|
||
desc: in mpegplayer menus
|
||
user: core
|
||
<source>
|
||
*: "Single"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Μονό"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Μονό"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INTERPOLATION
|
||
desc: in mikmod settings menu
|
||
user: core
|
||
<source>
|
||
*: "Interpolation"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Παρεμβολή"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Παρεμβολή"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NUMBER_OF_WORMS
|
||
desc: For wormlet menu
|
||
user: core
|
||
<source>
|
||
*: "Number of Worms"
|
||
</source>
|
||
<dest>
|
||
*: "Αριθμός Σκουλικιών"
|
||
</dest>
|
||
<voice>
|
||
*: "Αριθμός Σκουλικιών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SLIDESHOW_TIME
|
||
desc: in the imageviewer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Slideshow Time"
|
||
</source>
|
||
<dest>
|
||
*: "Χρόνος προβολής διαφάνιας"
|
||
</dest>
|
||
<voice>
|
||
*: "Χρόνος προβολής διαφάνιας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_MENU_VIEW_GAMES
|
||
desc: in the chessbox menu
|
||
user: core
|
||
<source>
|
||
*: "View Played Games"
|
||
</source>
|
||
<dest>
|
||
*: "Προβολή παιχνιδιών που έχουν παιχτεί"
|
||
</dest>
|
||
<voice>
|
||
*: "Προβολή παιχνιδιών που έχουν παιχτεί"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_FILES
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Files]"
|
||
</source>
|
||
<dest>
|
||
*: "[Αρχεία]"
|
||
</dest>
|
||
<voice>
|
||
*: "Αρχεία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FORCE_START_MENU
|
||
desc: in mpegplayer menus
|
||
user: core
|
||
<source>
|
||
*: "Start menu"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Μενού έναρξης"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Μενού έναρξης"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SWAP_CHANNELS
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Swap Channels"
|
||
</source>
|
||
<dest>
|
||
*: "Εναλλαγή Καναλιών"
|
||
</dest>
|
||
<voice>
|
||
*: "Εναλλαγή Καναλιών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_WHITE
|
||
desc: spoken only, for announcing chess piece color
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Άσπρο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WPS_INTEGRATION
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "WPS Integration"
|
||
</source>
|
||
<dest>
|
||
*: "Ενσωμάτωση οθόνης κατά την αναπαραγωγή"
|
||
</dest>
|
||
<voice>
|
||
*: "Ενσωμάτωση οθόνης κατά την αναπαραγωγή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PITCH_ABSOLUTE_MODE
|
||
desc: spoken only
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: "Απόλυτη λειτουργία"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CANNOT_RESTART_PLAYBACK
|
||
desc: cannot restart playback splash in imageviewer
|
||
user: core
|
||
<source>
|
||
*: "Cannot restart playback"
|
||
</source>
|
||
<dest>
|
||
*: "Αδύνατη η επανεκίνηση της αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Αδύνατη η επανεκίνηση της αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHESSBOX_QUEENSIDE
|
||
desc: spoken only, for announcing chess moves
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "πλευρά της βασίλισσας"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_ROOK
|
||
desc: spoken only, for announcing chess piece names
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Πύργος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CAR_ADAPTER_MODE_DELAY
|
||
desc: Displayed for setting car adapter mode delay
|
||
user: core
|
||
<source>
|
||
*: none
|
||
charging: "Delay Before Resume"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
charging: "Καθιστέρηση Πριν την συνέχιση"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
charging: "Καθιστέρηση Πριν την συνέχιση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_TRK_ELAPSED
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Track elapsed: %s / %s %ld%%"
|
||
</source>
|
||
<dest>
|
||
*: "Κομμάτι πέρασε: %s / %s %ld%%"
|
||
</dest>
|
||
<voice>
|
||
*: "Κομμάτι πέρασε"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_REMAINING
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Playlist remaining: %s"
|
||
</source>
|
||
<dest>
|
||
*: "Λίστα αναπαραγωγής απομαίνει: %s"
|
||
</dest>
|
||
<voice>
|
||
*: "Λίστα αναπαραγωγής απομαίνει"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_FILE_PROPERTIES
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "File properties"
|
||
</source>
|
||
<dest>
|
||
*: "Ιδιότητες αρχείου"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_ILLEGAL_MOVE
|
||
desc: in chessbox
|
||
user: core
|
||
<source>
|
||
*: "Illegal move!"
|
||
</source>
|
||
<dest>
|
||
*: "Λάθως κίνηση!"
|
||
</dest>
|
||
<voice>
|
||
*: "Λάθως κίνηση!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_THINKING
|
||
desc: in chessbox
|
||
user: core
|
||
<source>
|
||
*: "Thinking..."
|
||
</source>
|
||
<dest>
|
||
*: "Σκέφτεται..."
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_AVG_TRACK_SIZE
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Average track size: %s"
|
||
</source>
|
||
<dest>
|
||
*: "Μέσος όρος μεγέθους κομματιού: %s"
|
||
</dest>
|
||
<voice>
|
||
*: "Μέσος όρος μεγέθους κομματιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MENU_AUDIO_OPTIONS
|
||
desc: in mpegplayer menus
|
||
user: core
|
||
<source>
|
||
*: "Audio Options"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Επιλογές Ήχου"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Επιλογές Ήχου"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LIMIT_FPS
|
||
desc: in the mpegplayer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Limit FPS"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Όριο FPS"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Όριο FPS"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_TITLE
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Title]"
|
||
</source>
|
||
<dest>
|
||
*: "[Τίτλος]"
|
||
</dest>
|
||
<voice>
|
||
*: "Τίτλος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ERROR_WRITING_CONFIG
|
||
desc: in the pictureflow splash messages
|
||
user: core
|
||
<source>
|
||
*: "Error writing config"
|
||
</source>
|
||
<dest>
|
||
*: "Σφάλμα κατά τη δημιουργία παραμέτρων"
|
||
</dest>
|
||
<voice>
|
||
*: "Σφάλμα κατά τη δημιουργία παραμέτρων"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NUMBER_OF_PLAYERS
|
||
desc: For game menus
|
||
user: core
|
||
<source>
|
||
*: "Number of Players"
|
||
</source>
|
||
<dest>
|
||
*: "Αριθμός Παικτών"
|
||
</dest>
|
||
<voice>
|
||
*: "Αριθμός Παικτών"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_STORAGE
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Storage: %s (done %s, remaining %s)"
|
||
</source>
|
||
<dest>
|
||
*: "Αποθήκευση: %s (ολοκληρώθηκε %s, απομαίνει %s)"
|
||
</dest>
|
||
<voice>
|
||
*: "Αποθήκευση"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_DURATION
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Duration]"
|
||
</source>
|
||
<dest>
|
||
*: "[Διάρκεια]"
|
||
</dest>
|
||
<voice>
|
||
*: "Διάρκεια"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_GAME_END
|
||
desc: in the chessbox game viewer
|
||
user: core
|
||
<source>
|
||
*: "At the end of the game"
|
||
</source>
|
||
<dest>
|
||
*: "Στο τέλος του παιχνιδιού"
|
||
</dest>
|
||
<voice>
|
||
*: "Στο τέλος του παιχνιδιού"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_OUT_OF_CONTROL
|
||
desc: Item for menus
|
||
user: core
|
||
<source>
|
||
*: "Out of Control"
|
||
</source>
|
||
<dest>
|
||
*: "Εκτώς ελέγχου"
|
||
</dest>
|
||
<voice>
|
||
*: "Εκτώς ελέγχου"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_SIZE
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Size]"
|
||
</source>
|
||
<dest>
|
||
*: "[Μέγεθος]"
|
||
</dest>
|
||
<voice>
|
||
*: "Μέγεθος"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PANNING_SEPARATION
|
||
desc: in mikmod settings menu
|
||
user: core
|
||
<source>
|
||
*: "Panning Separation"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Διαχωρισμός διαγράμμισης"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Διαχωρισμός διαγράμμισης"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHESSBOX_CASTLE
|
||
desc: spoken only, for announcing chess moves
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "κάστρο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_UNAVAILABLE
|
||
desc: in mpegplayer settings
|
||
user: core
|
||
<source>
|
||
*: "Unavailable"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Μη διαθέσιμο"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Μη διαθέσιμο"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PREVTRACK
|
||
desc: in playback control menu
|
||
user: core
|
||
<source>
|
||
*: "Previous Track"
|
||
</source>
|
||
<dest>
|
||
*: "Προηγούμενο κομμάτι"
|
||
</dest>
|
||
<voice>
|
||
*: "Προηγούμενο κομμάτι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANGE_SHUFFLE_MODE
|
||
desc: in playback control menu
|
||
user: core
|
||
<source>
|
||
*: "Shuffle Mode"
|
||
</source>
|
||
<dest>
|
||
*: "Ανακατεμένα"
|
||
</dest>
|
||
<voice>
|
||
*: "Ανακατεμένα"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_ARTIST
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Artist]"
|
||
</source>
|
||
<dest>
|
||
*: "[Καλλιτέχνης]"
|
||
</dest>
|
||
<voice>
|
||
*: "Καλλιτέχνης"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_4
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 4: 40 moves / 30 min"
|
||
</source>
|
||
<dest>
|
||
*: "Επίπεδο 4: 40 κινήσεις / 30 λ"
|
||
</dest>
|
||
<voice>
|
||
*: "Επίπεδο 4: 40 κινήσεις ανά 30 λεπτά"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REVERBERATION
|
||
desc: in mikmod settings menu
|
||
user: core
|
||
<source>
|
||
*: "Reverberation"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Αντήχηση"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Αντήχηση"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CONDITIONAL_START_MENU
|
||
desc: in mpegplayer menus
|
||
user: core
|
||
<source>
|
||
*: "Start menu if not completed"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Μενού έναρξης αν δεν ολοκληρώθηκε"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Μενού έναρξης αν δεν ολοκληρώθηκε"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_MENU_SELECT_OTHER_GAME
|
||
desc: in the chessbox menu
|
||
user: core
|
||
<source>
|
||
*: "Select Other Game"
|
||
</source>
|
||
<dest>
|
||
*: "Επιλέξτε Άλλο Παιχνίδι"
|
||
</dest>
|
||
<voice>
|
||
*: "Επιλέξτε Άλλο Παιχνίδι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHESSBOX_CAPTURES
|
||
desc: spoken only, for announcing chess moves
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "συλαμβάνει"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_PATH
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Path]"
|
||
</source>
|
||
<dest>
|
||
*: "[Διαδρομή]"
|
||
</dest>
|
||
<voice>
|
||
*: "Διαδρομή"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NEXTTRACK
|
||
desc: in playback control menu
|
||
user: core
|
||
<source>
|
||
*: "Next Track"
|
||
</source>
|
||
<dest>
|
||
*: "Επόμενο Κομμάτι"
|
||
</dest>
|
||
<voice>
|
||
*: "Επόμενο Κομμάτι"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_BLACK
|
||
desc: spoken only, for announcing chess piece color
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Μαύρο"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CLEAR_PLAYLIST
|
||
desc: in the pictureflow main menu
|
||
user: core
|
||
<source>
|
||
*: "Clear playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Καθαρισμός λίστας αναπαραγωγής"
|
||
</dest>
|
||
<voice>
|
||
*: "Καθαρισμός λίστας αναπαραγωγής"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_LANG_NAME
|
||
desc: Spoken name of the language
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Ελληνικά"
|
||
</voice>
|
||
</phrase>
|