From f200b91fa2201e8abd26ebb6f75780a82c59a807 Mon Sep 17 00:00:00 2001
From: eaxs <tkuhn@live.com>
Date: Tue, 14 Apr 2015 06:44:02 -0400
Subject: [PATCH] Added pull.bat to gitignore

---
 languages/ca-ES/admin/ca-ES.com_pfusers.sys.ini |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/languages/ca-ES/admin/ca-ES.com_pfusers.sys.ini b/languages/ca-ES/admin/ca-ES.com_pfusers.sys.ini
new file mode 100644
index 0000000..b519e42
--- /dev/null
+++ b/languages/ca-ES/admin/ca-ES.com_pfusers.sys.ini
@@ -0,0 +1,17 @@
+; Projectfork Users
+; Copyright (C) 2006 - 2012 Tobias Kuhn. All rights reserved.
+; License GNU General Public License version 2 or later; see LICENSE.txt
+; Note : All ini files need to be saved as UTF-8 - No BOM
+
+COM_PFUSERS = "Projectfork - Usuaris"
+COM_PFUSERS_XML_DESCRIPTION = "Component d'usuaris per Projectfork"
+
+; Projectfork 4.0 - Users Grid Menu Item
+COM_PFUSERS_USERS_VIEW_DEFAULT_TITLE = "Visió General (Disposició Graella)"
+COM_PFUSERS_USERS_VIEW_DEFAULT_OPTION = "Per defecte"
+COM_PFUSERS_USERS_VIEW_DEFAULT_DESC = "Mostra els membres del projecte en una graella"
+
+; Projectfork 4.0 - User Profile Menu Item
+COM_PFUSERS_USER_VIEW_DEFAULT_TITLE = "Perfil d'usuari"
+COM_PFUSERS_USER_VIEW_DEFAULT_OPTION = "Per defecte"
+COM_PFUSERS_USER_VIEW_DEFAULT_DESC = "Mostra el perfil d'un usuari"

--
Gitblit v1.9.1