Skip to content

Instantly share code, notes, and snippets.

@hrvoj3e
Last active December 30, 2015 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrvoj3e/7769583 to your computer and use it in GitHub Desktop.
Save hrvoj3e/7769583 to your computer and use it in GitHub Desktop.
Croatian (hr) translation for mediaelement.js by johndyer
/*!
* This is a i18n.locale language object.
*
* Croatian translation by hrvoj3e, hrvoj3e@gmail.com
*
* @author
* hrvoj3e (hrvoj3e@gmail.com)
*
* @see
* me-i18n.js
*
* @params
* - exports - CommonJS, window ..
*/
;(function(exports, undefined) {
"use strict";
exports.hr = {
"Fullscreen" : "Cijeli ekran",
"Go Fullscreen" : "Prikaži preko cijelog zaslona",
"Turn off Fullscreen" : "Isključi prikaz preko cijelog zaslona",
"Close" : "Zatvori"
};
}(mejs.i18n.locale.strings));
@hrvoj3e
Copy link
Author

hrvoj3e commented Dec 3, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment