<?php
/**
* Auto-generated class, do not edit.
* The purpose of this is to provide extractable strings that can be compiled at runtime into raw data for exporting to JavaScript.
*/
class Loco_js_Strings extends Loco_hooks_TranslateBuffer {
/**
* @return array
*/
public function compile(){
// Where %s is the name of the POT template file. Message appears after sync
__("Merged from %s",'loco');
// Message appears after sync operation
__("Merged from source code",'loco');
// Summary of new strings after running in-editor Sync
_n("1 new string added","%s new strings added",0,'loco');
// Summary of existing strings that no longer exist after running in-editor Sync
_n("1 obsolete string removed","%s obsolete strings removed",0,'loco');
// Message appears after sync operation when nothing has changed. %s refers to a POT file.
__("Already up to date with %s",'loco');
// Message appears after sync operation when nothing has changed
__("Already up to date with source code",'loco');
// Warning appears when user tries to refresh or navigate away when editor work is unsaved
__("Your changes will be lost if you continue without saving",'loco');
// Shows total string count at top of editor
_n("1 string","%s strings",0,'loco');
// Shows percentage translated at top of editor
__("%s%% translated",'loco');
// Shows number of fuzzy strings at top of editor
__("%s fuzzy",'loco');
// Shows number of untranslated strings at top of editor
__("%s untranslated",'loco');
//
__("Provide the following text when reporting a problem",'loco');
//
__("Check console output for debugging information",'loco');
//
__("Server returned invalid data",'loco');
//
__("Unknown error",'loco');
//
__("Error",'loco');
//
__("Warning",'loco');
//
__("Notice",'loco');
//
__("OK",'loco');
/* Label for the window pane holding the original English text -and-
* List heading showing preview of English text for each item */
_x("Source text","Editor",'loco');
// Where %s is the name of the language, e.g. "French translation"
_x("%s translation","Editor",'loco');
// Label for the window pane holding message context
_x("Context","Editor",'loco');
// Label for the window pane for entering translator comments
_x("Comments","Editor",'loco');
// Label for the singular form of the original English text
_x("Single","Editor",'loco');
// Label for the plural form of the original English text
_x("Plural","Editor",'loco');
// Label for the source text window when no translation selected
_x("Source text not loaded","Editor",'loco');
// Label for the context window when no translation selected
_x("Context not loaded","Editor",'loco');
// Label for the translation editing window when no translation selected
_x("Translation not loaded","Editor",'loco');
// List heading showing preview of translated text for each item
_x("Translation","Editor",'loco');
return $this->flush('loco');
}
}