~pvigo/+junk/owncloud-14.04

« back to all changes in this revision

Viewing changes to usr/share/owncloud/apps/user_ldap/l10n/bg_BG.php

  • Committer: Pablo Vigo
  • Date: 2014-12-15 13:36:46 UTC
  • Revision ID: pvigo@xtec.cat-20141215133646-7d6it90e1dbsijc2
2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
$TRANSLATIONS = array(
3
 
"Error" => "Грешка",
4
 
"_%s group found_::_%s groups found_" => array("",""),
5
 
"_%s user found_::_%s users found_" => array("",""),
6
 
"Save" => "Запис",
7
 
"Help" => "Помощ",
8
 
"Password" => "Парола"
9
 
);
10
 
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";