Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[TASK] Translaters for xbian-config-bash
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Task:  Translaters for xbian-config-bash
25th Jan, 2013, 12:49 AM
Post: #2
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Translaters for xbian-config-bash
English

Kernel
Code:
_NAME="Kernel"
_DESC="Switch between installed kernels"
_KERNELVERSION="Version"
_KERNELSWITCHSUCCESS="Succesfully switched kernel versions"
_KERNELALREADYRUNNING="You're already running this kernel version"
_SINGLEKERNELINSTALLED="There is only one kernel installed"

License VC
Code:
_NAME="VC1"
_DESC="Manage your VC1 license"
_VC1LICENSE="VC1 License"
_VC1INSERTED="VC1 license successfully inserted";
_VC1DELETED="VC1 license successfully removed";
_VC1UPDATED="VC1 license successfully updated";

SSH root
Code:
_NAME="SSH root login"
_DESC="Enable/Disable SSH root login"
_SSHROOTENABLE="Do you want to enable or disable root ssh login?"
_NOSSHROOTPASS="User root has an empty password, without a password user root cannot login through SSH so please set this first."
_SSHROOTENABLED="SSH root login succesfully enabled"
_SSHROOTDISABLED="SSH root login succesfully disabled"

Timezone
Code:
_NAME="Timezone"
_DESC="Change the timezone of your RPi"
_TZLOADINGCURRENT="Retrieving current timezone..."
_TIMEZONE="Timezone"
_TZLOCATION="Location"
_TZOLDANDNEW="The old and new date/time:"
_TZNOCATEGORYSELECTED="You didn't select a timezone"
_TZNOLOCATIONSELECTED="You didn't select a location"
_TZLOADINGLOCATIONS="Loading locations..."

Overclocking
Code:
_NAME="Overclocking"
_DESC="Configure overclocking"
_OCWARNING="Extreme overclocking can reduce the lifetime of your Raspberry Pi. XBian has tested different overclocking settings and created a most preferable combination of settings. Turbo overclock can cause filesystem corruption. Overclock at your own risk!"
_OCNOTCHANGED="These overclock settings are already set"
_OCCHANGED="The overclock settings are successfully changed"
_OCNAME="Name"
_OCCUSTOM="~"
_OCEMPTYFIELDS="You didn't fill in all fields"

XBian password
Code:
_NAME="XBian password"
_DESC="Change password for xbian user"
_XBIANPASSCHANGED="xbian password succesfully changed"
_XBIANPASS="Password:";
_XBIANPASSEMPTYFIELDS="You have to enter both a new password and a confirmation"
_XBIANPASSNOMATCH="Passwords didn't match"

Network
Code:
_NAME="Network"
_DESC="Configure network interfaces"
_LOADINGINTERFACES="Interfaces loading, please wait ..."
_NOINTERFACES="No network interfaces available or they are not connected"
_SELECTINTERFACE="Select interface to configure"
_IPDHCP="DHCP"
_IPSTATIC="Static IP"
_SELECTHOW="Select how";
_OBTAINIP="should obtain it's IP address"
_SSID="SSID"
_KEY="KEY"
_ENTERCREDENTIALS="Enter credentials for selected interface"
_INVALIDCREDENTIALS="Invalid WLAN credentials entered, both SSID and KEY has to be entered"
_WLANWEP="WEP"
_WLANWPA="WPA"
_WLANOPEN="Open"
_WLANSIGNAL="Signal"
_CREDENTIALSUPDATED="WLAN credentials successfully updated"
_ENTERSTATICCONFIG="Enter static IP details"
_NETWORKINTERFACES="Interfaces"
_NETWORKADDRESS="IP Address"
_NETWORKMASK="Netmask"
_NETWORKGATEWAY="Gateway"
_NAMESERVER="Nameserver"
_INVALIDSTATICCONFIG="Invalid static IP details, please try again"
_STATICCONFIGUPDATED="Static IP configuration updated"
_DHCPCONFIGUPDATED="Interface is now configured using DHCP"
_NETWORKTYPE="Type"
_NETWORKPROTECTION="Protection"
_WLANSCAN="Scan"
_NETWORKNAME="Name"
_NETWORKSCANAVAILABLE="Scan"
_NETWORKCUSTOM="Custom"
_NETWORKWLAN="WLAN"
_SCANNINGFORWLAN="Scanning for available networks..."
_RESTARTINGADAPTER="Restarting"
_TRYINGCONNECTINGTO="Please wait. Trying to connect to"
_FAILEDTOCONNECTTO="Failed to connect to"
_SUCCESSFULLYCONNECTEDTO="Successfully connected to"

Resize SD
Code:
_NAME="Resize SD"
_DESC="Expand root parition to fill SD card"
_SDCONFIRM="Are you sure you want to resize you SD card?"
_SDRESIZENOTNEEDED="This SD card is already resized. Aborting."
_SDREBOOT="Root partition has been resized. The filesystem will be enlarged upon the next reboot."
_SDERROR="An error occurred. It is possible that the system will become unbootable. Please make a backup of your files before rebooting."

License MPG2
Code:
_NAME="MPG2"
_DESC="Manage your MPG2 license"
_MPG2LICENSE="MPG2 License"
_MPG2INSERTED="MPG2 license successfully inserted";
_MPG2DELETED="MPG2 license successfully removed";
_MPG2UPDATED="MPG2 license successfully updated";

Video flags
Code:
_NAME="Video output"
_DESC="Change HDMI, CEC and overscan settings"
_VIDEOFLAGS="Video Flags"
_VIDEOFLAGSSUCCESS="Video flags successfully updated"
_HDMIFORCEHOTPLUG="HDMI force hotplug"
_HDMIIGNOREHOTPLUG="HDMI ignore hotplug"
_HDMIIGNORECECINIT="HDMI ignore CEC init"
_HDMIIGNORECEC="HDMI disable CEC"
_DISABLEOVERSCAN="Disable overscan"

Updates
Code:
_NAME="Updates"
_DESC="Check for system updates"
_UPDATINGAPTDB="Update local package database..."
_UPDATEDOWNLOADLIST="Retrieving list of upgradeable packages..."
_UPDATEAPTDBFAILED="An error occured while updating the package database"
_DOWNLOADINGPACKAGELIST="Downloading remote package database..."
_FAILEDTORETRIEVEAPTMIRRORS="Failed to retrieve download mirrors, therefore a local (possibly outdated) list will be used"
_CONFIRMUPDAGESINSTALL="Are you sure you want to update these packages?"
_UPDATEALREADYINSTALLED="The latest versions of these packages are already installed"
_UPDATEVERSIONNOTEXISTS="The packages versions you are trying to install could not be found"
_UPDATENOTEXISTS="The packages you are trying to install could not be found"
_UPDATEINSTALLSUCCESS="The packages are succesfully updated"
_UPDATEASKFORLOG="Would you like to see the installation log?"
_UPDATEADVERROR="A serious error occured while processing these packages"
_UPDATEINSTALLS="Updating the packages, this could take several minutes so please wait..."
_UPDATES="Updates"
_UPDATEVERSION="Version"
_UPDATETODATE="Your install already contains the latest versions of XBian packages"
_ASKFORSYSTEMUPDATE="A new XBian version is available, would you like to install it now? The system will reboot automatically when the update is finished"
_UPGRADESYSTEM="XBian is being upgraded to a new version, please do not reboot or pull the power plug because this could result in a malfunctioning system, depending on your internet connection, this procedure can take quit some time..."
_UPDATESYSTEMREBOOT="XBian will reboot automatically when you close this window"
_UPDATEDOWNGRADE="You already got newer versions of this package installed"

Root password
Code:
_NAME="Root password"
_DESC="Change password for root user"
_ROOTPASSCHANGED="root password succesfully changed"
_ROOTPASS="Password:";
_ROOTPASSEMPTYFIELDS="You have to enter both a new password and a confirmation"
_ROOTPASSNOMATCH="Passwords didn't match"

Hostname
Code:
_NAME="Hostname"
_DESC="Change the default hostname"
_HOSTNAME="Hostname"
_HOSTNAMECHANGED="Hostname successfully changed"

Packages
Code:
_NAME="Packages"
_DESC="Install or remove packages"
_UPDATINGAPTDB="Update local package database..."
_UPDATEAPTDBFAILED="An error occured while updating the package database"
_DOWNLOADINGPACKAGELIST="Downloading remote package database..."
_FAILEDTORETRIEVEAPTMIRRORS="Failed to retrieve download mirrors, therefore a local (possibly outdated) list will be used"
_LOADINGLOCALPACKAGEINFO="Loading package database dialog..."
_CONFIRMPACKAGEINSTALLUPDATE="Are you sure you want to install or update this package?"
_CONFIRMPACKAGEREMOVE="Are you sure you want to remove this package?"
_PACKAGEALREADYINSTALLED="The latest version of this package is already installed"
_PACKAGEVERSIONNOTEXISTS="The package version you are trying to install could not be found"
_PACKAGENOTEXISTS="The package you are trying to install could not be found"
_PACKAGEINSTALLSUCCESS="The package was succesfully installed"
_PACKAGENOTINSTALLED="This package is not installed"
_PACKAGEESSENTIAL="This is an essential package, and cannot be removed"
_PACKAGEREMOVED="This package has been successfully removed"
_PACKAGESASKFORLOG="Do you want to see the package install log?"
_PACKAGEADVERROR="A serious error occured while processing this package"
_PACKAGEDOWNGRADE="You are already running a newer version of this package then officially available"
_PACKAGEINSTALLINGUPDATING="Installing/updating this package, this could take several minutes so please wait..."
_PACKAGEREMOVING="Removing this package, this could take several minutes so please wait..."
_PACKAGECATEGORIES="Categories"
_PACKAGES="Packages"
_PACKAGEINSTALLED="Installed"
_PACKAGEINFORMATION="Information"
_PACKAGEINSTALLUPDATE="Install/Update"
_PACKAGEREMOVE="Remove"
_PACKAGEFULLNAME="Full name:"
_PACKAGEAVAILABLEVERSION="Available version:"
_PACKAGEINSTALLEDVERSION="Installed version:"
_PACKAGEINSTALLEDSIZE="Installed size:"
_PACKAGEDOWNLOADSIZE="Download size:"
_PACKAGEDESCRIPTION="Description:"
_PACKAGEDEPENDENCIES="Dependencies:"
_PACKAGEACTIONS="Actions"

Services
Code:
_NAME="Services"
_DESC="Start/stop and manage services"
_LOADINGSERVICES="Loading status of services..."
_RESTARTINGSERVICE="Restarting service..."
_FAILEDTORESTARTSERVICE="Failed to restart the service..."
_STARTINGSERVICE="Starting service..."
_FAILEDTOSTARTSERVICE="Failed to start the service..."
_STOPPINGSERVICE="Stopping service..."
_FAILEDTOSTOPSERVICE="Failed to stop the service..."
_FAILEDTOENABLEAUTOSTARTSERVICE="Failed to enable the autostart of the service..."
_FAILEDTODISABLEAUTOSTARTSERVICE="Failed to disable the autostart of the service..."
_ENABLEAUTOSTARTSERVICE="Enabling the autostart of the service..."
_DISABLEAUTOSTARTSERVICE="Disabling the autostart of the service..."
_UNEXISTINGSERVICE="This service does not exists..."
_SERVICEDELETECONFIRM="Are you sure you want to delete this service from the list?"
_SERVICEDELETED="The service has succesfully been removed"
_SERVICEINSERTED="The service has succesfully been inserted"
_SERVICEUPDATED="The service has succesfully been updated"
_SERVICE="Service"
_SERVICEACTION="Action"
_SERVICEAUTOSTART="Autostart"
_SERVICERUNNING="Running"
_SERVICESTARTRESTART="(Re)Start"
_SERVICESTOP="Stop"
_SERVICEEDIT="Edit"
_SERVICEDELETE="Delete"
_SERVICENAME="Name"
_SERVICEDAEMONS="Daemon(s)"

General
Code:
_TITLE="Config"
_REBOOTREQUIRED="A reboot is required. Do you want to reboot now?"

_ITEMSETTINGSNAME="Settings"
_ITEMSETTINGSDESC="Change various system settings"
_ITEMSYSTEMNAME="System"
_ITEMSYSTEMDESC="e.g. Resize SD, Overclocking, Hostname"
_ITEMACCOUNTSNAME="Accounts"
_ITEMACCOUNTSDESC="e.g. Change passwords, SSH root login"
_ITEMLICENSESNAME="Licenses"
_ITEMLICENSESDESC="Add/Remove hardware licenses"
_ITEMCONNECTIVITYNAME="Connectivity"
_ITEMCONNECTIVITYDESC="e.g. Video output"

_YES="Yes"
_NO="No"
_ON="On"
_OFF="Off"
_INSERT="Insert"
_REMOVE="Remove"
_UPDATE="Update"
_CANCEL="Cancel"
_SELECT="Select"
_RETURN="Return"
_ERROR="An unexpected error occurred"
_CLOSE="Close"
_CHANGE="Change"
_EXIT="Exit"
_ENABLE="Enable"
_DISABLE="Disable"
_PASSWORD="Password:"
_CONFIRM="Confirm:"
_RETRY="Retry"
_SPACEOPTIONSELECT="Press [space] to select a different option"
_SPACECHECKSELECT="Press [space] to enable or disable an option"
_LOADING="Loading module. Please wait..."
_REQUIREDPACKAGES="This program requires the following packages:"


XBMC
Code:
_NAME="XBMC"
_DESC="Change XBMC settings"
_XBMCWEBSERVERSUCCESS="XBMC webserver successfully enabled"
_XBMCWEBSERVERFAILED="Failed to enabled XBMC webserver"
_XBMCGUIRESSUCCESS="XBMC GUI resolution successfully changed"
_XBMCGUIRESFAILED="Failed to change XBMC GUI resolution"
_XBMCGUIRES="GUI Resolution"
_XBMCWEBSERVER="Webserver"
_XBMCACTIONS="Actions"
_XBMCWEBSERVERENABLEDISABLE="Do you want to enable of disable the XBMC webserver?"

xbian-config
Code:
_NAME="XBian config"
_DESC="XBian config settings"
_XBLANGUAGE="Language"
_XBAUTOSTART="Autostart"
_XBACTIONS="Actions"
_XBAUTOMATIC="Automatic"
_XBCONFIGAUTOSTARTENABLEDISABLE="Do you automatically want to start xbian-config when you login as user xbian?"
_XBSUCCESSDISABLEAUTOSTART="Successfully disabled xbian-config autostart"
_XBSUCCESSENABLEAUTOSTART="Successfully enabled xbian-config autostart"

VC1 license
Code:
_VC1LICENSEINVALID="The VC1 license you entered is of an incorrect format"

MPG2 license
Code:
_MPG2LICENSEINVALID="The MPG2 license you entered is of an incorrect format"



Packages
Code:
_PACKAGEINSTALLRETRY="Please retry to install this packages"



Information
Code:
_NAME="Information"
_DESC="Information about this tool"
_INFORMATION="XBian is a free, Open Source media center distribution for the Raspberry Pi, which can be downloaded at http://www.xbian.org. Our slogan is “XBMC on Raspberry Pi, bleeding edge” as our main focus is delivering the fastest mediacenter solution for the Raspberry Pi. We believe that everyone can help make XBian better. Please visit our website for support and if you have suggestions, wishes or contributions, please share them with us!"



Code:
_XBMCWEBSERVERSUCCESSDISABLED="XBMC webserver successfully disabled"
_XBMCWEBSERVERFAILEDDISABLE="Failed to disable XBMC webserver"

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Translaters for xbian-config-bash - CurlyMo - 25th Jan, 2013, 12:44 AM
RE: Translaters for xbian-config-bash - CurlyMo - 25th Jan, 2013 12:49 AM
RE: Translaters for xbian-config-bash - SolGarlic - 26th Jan, 2013, 04:28 AM
RE: Translaters for xbian-config-bash - bogie - 26th Jan, 2013, 09:27 PM
RE: Translaters for xbian-config-bash - CurlyMo - 25th Jan, 2013, 12:52 AM
Re: Translaters for xbian-config-bash - rikardo1979 - 25th Jan, 2013, 01:03 AM
RE: Translaters for xbian-config-bash - rikardo1979 - 25th Jan, 2013, 08:09 AM
RE: Translaters for xbian-config-bash - belese - 26th Jan, 2013, 05:56 AM
RE: Translaters for xbian-config-bash - ganchito55 - 26th Jan, 2013, 06:26 AM
RE: Translaters for xbian-config-bash - namtih - 30th Jan, 2013, 11:53 PM
RE: Translaters for xbian-config-bash - CurlyMo - 31st Jan, 2013, 09:02 AM
RE: Translaters for xbian-config-bash - namtih - 1st Feb, 2013, 05:16 PM
RE: Translaters for xbian-config-bash - CurlyMo - 1st Feb, 2013, 07:03 PM
RE: Translaters for xbian-config-bash - namtih - 1st Feb, 2013, 10:34 PM
RE: Translaters for xbian-config-bash - CurlyMo - 31st Jan, 2013, 07:53 PM
RE: Translaters for xbian-config-bash - ganchito55 - 31st Jan, 2013, 10:51 PM
Re: Translaters for xbian-config-bash - rikardo1979 - 31st Jan, 2013, 08:12 PM
RE: Translaters for xbian-config-bash - CurlyMo - 31st Jan, 2013, 11:26 PM
RE: Translaters for xbian-config-bash - ganchito55 - 1st Feb, 2013, 01:29 AM
RE: Translaters for xbian-config-bash - CurlyMo - 1st Feb, 2013, 05:41 AM
RE: Translaters for xbian-config-bash - rikardo1979 - 1st Feb, 2013, 09:41 AM
RE: Translaters for xbian-config-bash - CurlyMo - 1st Feb, 2013, 10:05 AM
RE: Translaters for xbian-config-bash - rikardo1979 - 1st Feb, 2013, 10:48 AM
RE: Translaters for xbian-config-bash - belese - 1st Feb, 2013, 05:38 PM
Re: RE: Translaters for xbian-config-bash - rikardo1979 - 1st Feb, 2013, 05:57 PM
RE: Translaters for xbian-config-bash - CurlyMo - 1st Feb, 2013, 10:55 PM
RE: Translaters for xbian-config-bash - namtih - 2nd Feb, 2013, 03:39 AM
RE: Translaters for xbian-config-bash - CurlyMo - 2nd Feb, 2013, 03:50 AM
RE: Translaters for xbian-config-bash - CurlyMo - 3rd Feb, 2013, 02:02 AM
RE: Translaters for xbian-config-bash - belese - 3rd Feb, 2013, 07:53 PM
RE: Translaters for xbian-config-bash - rikardo1979 - 3rd Feb, 2013, 02:50 AM
RE: Translaters for xbian-config-bash - ganchito55 - 3rd Feb, 2013, 10:58 PM
RE: Translaters for xbian-config-bash - namtih - 4th Feb, 2013, 06:35 PM
RE: Translaters for xbian-config-bash - CurlyMo - 4th Feb, 2013, 06:48 PM
RE: Translaters for xbian-config-bash - CurlyMo - 16th Feb, 2013, 11:38 PM
RE: Translaters for xbian-config-bash - belese - 17th Feb, 2013, 12:15 AM
RE: Translaters for xbian-config-bash - namtih - 17th Feb, 2013, 01:42 AM
RE: Translaters for xbian-config-bash - rikardo1979 - 17th Feb, 2013, 03:36 AM
RE: Translaters for xbian-config-bash - CurlyMo - 17th Feb, 2013, 03:41 AM
RE: Translaters for xbian-config-bash - ganchito55 - 17th Feb, 2013, 05:49 AM
RE: Translaters for xbian-config-bash - kraleksandr - 19th Feb, 2013, 05:01 AM
RE: Translaters for xbian-config-bash - CurlyMo - 19th Feb, 2013, 05:04 AM
RE: Translaters for xbian-config-bash - kraleksandr - 19th Feb, 2013, 05:53 PM
RE: Translaters for xbian-config-bash - CurlyMo - 19th Feb, 2013, 06:45 PM
RE: Translaters for xbian-config-bash - kraleksandr - 19th Feb, 2013, 07:01 PM
RE: Translaters for xbian-config-bash - CurlyMo - 19th Feb, 2013, 07:13 PM
RE: Translaters for xbian-config-bash - kraleksandr - 19th Feb, 2013, 07:51 PM
RE: Translaters for xbian-config-bash - CurlyMo - 19th Feb, 2013, 08:10 PM
RE: Translaters for xbian-config-bash - ganchito55 - 20th Feb, 2013, 05:08 AM
RE: Translaters for xbian-config-bash - kraleksandr - 19th Feb, 2013, 08:15 PM
RE: Translaters for xbian-config-bash - CurlyMo - 19th Feb, 2013, 08:29 PM
RE: Translaters for xbian-config-bash - belese - 19th Feb, 2013, 09:49 PM
RE: Translaters for xbian-config-bash - kraleksandr - 19th Feb, 2013, 08:32 PM
RE: Translaters for xbian-config-bash - CurlyMo - 19th Feb, 2013, 08:44 PM
RE: Translaters for xbian-config-bash - kraleksandr - 19th Feb, 2013, 10:05 PM
RE: Translaters for xbian-config-bash - CurlyMo - 19th Feb, 2013, 10:07 PM
RE: Translaters for xbian-config-bash - kraleksandr - 19th Feb, 2013, 10:35 PM
RE: Translaters for xbian-config-bash - CurlyMo - 19th Feb, 2013, 10:41 PM
RE: Translaters for xbian-config-bash - kraleksandr - 19th Feb, 2013, 11:08 PM
RE: Translaters for xbian-config-bash - CurlyMo - 19th Feb, 2013, 11:18 PM
RE: Translaters for xbian-config-bash - kraleksandr - 19th Feb, 2013, 11:20 PM
RE: Translaters for xbian-config-bash - CurlyMo - 19th Feb, 2013, 11:22 PM
RE: Translaters for xbian-config-bash - kraleksandr - 19th Feb, 2013, 11:25 PM
RE: Translaters for xbian-config-bash - CurlyMo - 19th Feb, 2013, 11:31 PM
RE: Translaters for xbian-config-bash - kraleksandr - 19th Feb, 2013, 11:35 PM
RE: Translaters for xbian-config-bash - CurlyMo - 19th Feb, 2013, 11:40 PM
RE: Translaters for xbian-config-bash - kraleksandr - 19th Feb, 2013, 11:41 PM
RE: Translaters for xbian-config-bash - CurlyMo - 19th Feb, 2013, 11:53 PM
RE: Translaters for xbian-config-bash - kraleksandr - 20th Feb, 2013, 12:11 AM
RE: Translaters for xbian-config-bash - CurlyMo - 20th Feb, 2013, 12:18 AM
RE: Translaters for xbian-config-bash - kraleksandr - 20th Feb, 2013, 12:38 AM
RE: Translaters for xbian-config-bash - CurlyMo - 20th Feb, 2013, 12:41 AM
RE: Translaters for xbian-config-bash - kraleksandr - 20th Feb, 2013, 03:36 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 25th May, 2025, 02:14 AM Powered By MyBB, © 2002-2025 MyBB Group.