<?php
$translation_header = array (
  'Project-Id-Version' => 'VERSION',
  'POT-Creation-Date' => '2023-05-22 15:49+0000',
  'PO-Revision-Date' => '2023-05-22 15:49+0000',
  'Last-Translator' => 'FULL NAME <EMAIL@ADDRESS>',
  'Language-Team' => 'LANGUAGE TEAM <EMAIL@ADDRESS>',
  'Language' => 'ro',
  'MIME-Version' => '1.0',
  'Content-Type' => 'text/plain; charset=UTF-8',
  'Content-Transfer-Encoding' => '8bit',
  'Plural-Forms' => 'nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);',
);
$translation_plural = array (
  'nplurals' => 3,
  'function' => '($n==1 ? (0) : (($n==0 || ($n%100 > 0 && $n%100 < 20)) ? (1) : (2)))',
);
$translation_table = [
	"Invalid password" => [
		0 => "Parola greșită",
	],
	"Invalid email" => [
		0 => "E-mail greșit",
	],
	"Invalid username" => [
		0 => "User greșit",
	],
	"Private profile" => [
		0 => "Profil privat",
	],
	"From email address" => [
		0 => "De la adresa de email",
	],
	"Sender email for emails sent to users." => [
		0 => "Trimite email către toţi userii",
	],
];
?>