Class: XmlConv::Custom::Lookandfeel

Inherits:
SBSM::Lookandfeel
  • Object
show all
Defined in:
lib/xmlconv/custom/lookandfeel.rb

Constant Summary collapse

DICTIONARIES =
{
	'de'	=>	{
		:copyright0								=>	'©ywesee.com ',
		:copyright1								=>	'',
		:home											=>	'Home',
		:login										=>	'Anmelden',
		:login_welcome						=>	'Willkommen bei XmlConv',
		:logout										=>	'Abmelden',
		:navigation_divider				=>	'|',
		:page_back								=>	"<<",
		:page_fwd									=>	">>",
		:page_number0							=>	"Seite ",
		:page_number1							=>	" von ",
		:page_number2							=>	"",
		:pass											=>	'Passwort',
		:status_bbmb_ok						=>	'Bestellung via BBMB erfolgreich',
		:status_empty							=>	'Leer',
		:status_error							=>	'Fehler',
		:status_http_ok						=>	'Übertragung erfolgreich',
		:status_http_not_found		=>	'URI nicht gefunden',
		:status_http_unauthorized	=>	'Keine Berechtigung',
		:status_mail_ok						=>	'Mailübertragung erfolgreich',
		:status_open							=>	'Offen',
		:status_pending_pickup		=>	'Bereit zum Abholen',
		:status_picked_up					=>	'Abgeholt',
		:th_commit_time						=>	'Zeit',
		:th_error									=>	'Fehler',
		:th_input									=>	'Input',
		:th_uri_comparable				=>	'Empfänger',
		:th_filename							=>	'Filename',
		:th_transaction_id				=>	'ID',
		:th_origin								=>	'Absender',
		:th_output								=>	'Output',
		:th_status_comparable			=>	'Status',
	}
}
RESOURCES =
{
	:css	=>	'xmlconv.css'
}